View Single Post
  #81 (permalink)  
Old 08-28-2007, 07:44 AM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Thumbs up Re: ASP.NET Data Controls

hey,

You should be able to put an inline anchor in your datagrid. The syntax for this is:
<a name="someid">...</a>

Usually, you put this anchor around the title of your item, or the contents of the first column in your datagrid.
To automatically scroll to this item, then you append #someid to the end of your querystring.
You should be able to get this effect with a little javascript glue that executes after the textbox.
Good luck!
__________________
J Suresh Kumar
Google Hacks
Reply With Quote
Sponsored Links