views:

30

answers:

2

Hi guys, I'm recently new in MVC technology and i'm with a difficult

I have a UI to create a user, and when i submit the content and all content is valid i pass a message into Viewdata["INFO"] and return a View called Info with Viewdata Informing than the user was sucefully created.

But in this moment i want to Regist a some script than, after a one delay specified the client redirects automatically to the base page "Users".

Any ideas to get the best way to do it?

+1  A: 

Meta Refresh - See if this answers your question. You can specify a duration and location. Works on any browser as well!

Tommy
+1  A: 

You could just add a META REFRESH tag to the page dynamically.

Andrew Lewis