Re: Datagrid Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



or u can access dropdown and hide it instead of div. if u want to access
dropdown, u should use ClientID property of dropdown. just build javascript
code in your code behind. as you build, you will write code such
script = "function hidedropdown() { var drp = document.getElementById('" +
drp.ClientID + "');.......................";

and you can include javascript code by
Page.RegisterClientScriptBlock("HideDropDown", script");


.



Relevant Pages

  • Re: Menu is not overlapping content area and width of menu is not accomodating width of its content
    ... dorayme wrote: ... an example of a dropdown menu. ... The javascript is just for IE. ... needs adding to and styling. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: IE Bug
    ... But in FireFox the dropdown menu part will ... automatically extend to fit the width of the long text without change the ... adjust the text width in the popup... ... > Ummm, ehhh, what does this have to do with Javascript? ...
    (comp.lang.javascript)
  • Re: Making DropDownLists accessible
    ... the dropdown only need to javascript to support the postback on change. ... turning autopostback off, and supplying a button or image to do the postback ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Newbie help.
    ... and then catch the event onSelectedIndexChange of the dropdown (server ... me to a spot to write some javascript. ... I don't know how to go from javascript to VB so I can query the ... database again to get that description that has a the same ID as the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IE hiding drop down submenus
    ... Dropdown? ... JavaScript must be available. ... your visitors, plus the Googlebot, who won't be able to navigate your ...
    (alt.html)