How Redirect to Same Page
-
Hi there,.. I'm using ASP.NET 2.0 and also applied Ajax Concept. Now in one page(MyAccount.aspx), if i click enter with focus on one Textbox this is redirecting to home page that is first page. I also using Master page. Why it's happening. It should redirect to that same page(i.e) My Account Page.. Please Help me Regards n Thks Sam.M -- modified at 1:55 Monday 8th January, 2007 -- modified at 1:56 Monday 8th January, 2007
Regards n Thks Sam.M
-
Hi there,.. I'm using ASP.NET 2.0 and also applied Ajax Concept. Now in one page(MyAccount.aspx), if i click enter with focus on one Textbox this is redirecting to home page that is first page. I also using Master page. Why it's happening. It should redirect to that same page(i.e) My Account Page.. Please Help me Regards n Thks Sam.M -- modified at 1:55 Monday 8th January, 2007 -- modified at 1:56 Monday 8th January, 2007
Regards n Thks Sam.M
Is the TextBox within a login control? This may happen if you have the login control as the login control redirects to the default page.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan