Go to Top of the Page?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I create a button at the bottom of the page... while i click the button it should go to the top of the page without refreshing...Any ideas or suggestions is more helpful.... Thanks in Advance...:rose:
-
I create a button at the bottom of the page... while i click the button it should go to the top of the page without refreshing...Any ideas or suggestions is more helpful.... Thanks in Advance...:rose:
You can make use of anchor in HTML. Create anchor on the top of page, and link to
yourpage.aspx#anchorname
, will take you to the place where anchor is created.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions