Hello, I would like to know if there is a way to create a tag or an internal hyperlink in an ASP.net web page.
In post back (event of submit button to send the data to SQL DB), I would like to jump to that Tag or hyperlink because the web page is kind-a-long. Because I currently allow user to continue to edit more items in a gridview table. I have a total of three gridview table. My current the web page, upon refresh and it defaults to the top of page which is very annoying.
I am currently using visual studio 2005 and C# for my asp.net web site.
Thank you for any tips/tricks.
Regards, HN
Hai NguyenPosted Mar 4, 2008, 2:19 PM
Hello, I got a tip and tried but it does not work.
I created a hypertext in Default.aspx = <A href="#md_table">_A>
Even though my webpage does not have any runtime error but visual studio 2005 complains below Error 1 Validation (XHTML 1.0 Transitional): This name contains uppercase characters, which is not allowed. D:\HTML\CT_IC_HN_IMBO\Default.aspx 69 145 D:\HTML\CT_IC_HN_IMBO\
But it does not work. The refresh/postback does not “jump” to the hypertext “md_table” that I create.
Appreciate for your help.
Regards, HN