Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vinod_dan

@vinod_dan
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • without smartnavigation
    V vinod_dan

    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

    ASP.NET tutorial

  • How to associate a pop up menu correctly?
    V vinod_dan

    delete the z-index of ur listbox from its STYLE in the html page.

    ASP.NET question testing beta-testing help tutorial

  • Datagrid
    V vinod_dan

    where did u give the myconnection.open line???? try giving it after u have defined the connection... -- modified at 1:34 Wednesday 22nd February, 2006

    ASP.NET csharp asp-net database sysadmin help

  • Datagrid
    V vinod_dan

    u havent opened ur connection. myconnection.open hope it helps

    ASP.NET csharp asp-net database sysadmin help

  • adding cssClass to a template column
    V vinod_dan

    hi 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

    ASP.NET question

  • when the asp.net page run page_load function.....
    V vinod_dan

    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

    ASP.NET csharp asp-net tutorial question

  • scroll using css
    V vinod_dan

    hi, im not a pro in asp.net...pretty new to it...can you be more explanative? i dint get u... thanks vinodh

    ASP.NET help html css database wpf

  • scroll using css
    V vinod_dan

    hi, 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

    ASP.NET help html css database wpf
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups