Connecting Tech Pros Worldwide Forums | Help | Site Map

Is there any solution to make the datagrid in same position(inside div tag) when clicking edit

karups
Guest
 
Posts: n/a
#1: Aug 24 '06
Hi

I have binded a dataset to my datagrid.
Datagrid is present inside a >DIV></DIVtag of specific height.
Only 5 records will be visible at a time

when i edit the 10th record, the page refreshes and the datagrid goes
to its top position.
I have to search for the edited item inside the div tag by scrolling
and then edit it..


Is there any solution to make the datagrid in same position(inside div
tag) when clicking edit


Peter Bromberg [C# MVP]
Guest
 
Posts: n/a
#2: Aug 24 '06

re: Is there any solution to make the datagrid in same position(inside div tag) when clicking edit


karups,
this is an ASP.NET question, not a C# language one. Use the ASP.NET group
here

http://msdn.microsoft.com/newsgroups...k.aspnet&fltr=

or via Google Groups, or your newsreader.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"karups" wrote:
Quote:
Hi
>
I have binded a dataset to my datagrid.
Datagrid is present inside a >DIV></DIVtag of specific height.
Only 5 records will be visible at a time
>
when i edit the 10th record, the page refreshes and the datagrid goes
to its top position.
I have to search for the edited item inside the div tag by scrolling
and then edit it..
>
>
Is there any solution to make the datagrid in same position(inside div
tag) when clicking edit
>
>
Closed Thread