hi, how to retain the scroll position in a page without using smartnavigation as it causes the javascripts in the page to malfunction... thanks in advance
vinod_dan
Posts
-
without smartnavigation -
How to associate a pop up menu correctly?delete the z-index of ur listbox from its STYLE in the html page.
-
Datagridwhere did u give the myconnection.open line???? try giving it after u have defined the connection... -- modified at 1:34 Wednesday 22nd February, 2006
-
Datagridu havent opened ur connection. myconnection.open hope it helps
-
adding cssClass to a template columnhi guyz, i need to add a cssClass (which will freeze the column while scrolling horizontally)to the first two columns (template) of a datagrid...how can i do it???????? thanks vinodh
-
when the asp.net page run page_load function.....in the @Page register in the HTML of ur page include SmartNavigation=true but if u r developing a serious application do not use this as this comes loaded with a lot of problems happy coding vinodh
-
scroll using csshi, im not a pro in asp.net...pretty new to it...can you be more explanative? i dint get u... thanks vinodh
-
scroll using csshi, i have a scrollable datagrid(using div tag).i have made the header row fixed using cssClass which i added in the tag in <head> section of the page's html.i added another cssClass in a second <style> tag just below the first one to make the first two columns (which are template columns and cssClass added using itemStyle-cssClass property in the header)fixed while scrolling horizontally. but the problem is when i run it, the internet explorer hangs.it just freezes and i have to close it using ctrl+alt+del.i am having this problem only after i added the second style tag.i am givin the code for the second style below <style type="text/css">.FreezingCol { Z-INDEX: 1; LEFT: expression(document.getElementById("freezingDiv").scrollLeft); POSITION: relative } the other style to make the header fixed is .DataGridFixedHeader { POSITION: relative; TOP: expression(this.offsetParent.scrollTop); BACKGROUND-COLOR: white } is there anything wrong with the style?can i achieve the functionality (i.e. having a fixed header and making the first two columns fixed while scrolling horizontally) with the two styles note: i tried adding the cssclass in a separate style sheet but it threw an error saying "expression(this.offsetParent.scrollTop is not a valid value of TOP property thanks in advance vinodh -- modified at 23:57 Sunday 19th February, 2006