Re: Datagrid Question
- From: "The Crow" <q>
- Date: Sun, 11 Sep 2005 19:45:06 +0300
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");
.
- Follow-Ups:
- Re: Datagrid Question
- From: Mardy
- Re: Datagrid Question
- References:
- Datagrid Question
- From: Mardy
- RE: Datagrid Question
- From: Phillip Williams
- Re: Datagrid Question
- From: jasonkester
- Re: Datagrid Question
- From: Mardy
- Re: Datagrid Question
- From: The Crow
- Re: Datagrid Question
- From: Mardy
- Datagrid Question
- Prev by Date: Re: Warning - ComponentOne's PayPal component is VERY insecure!!
- Next by Date: Re: Bandwidth constraint causing IIS/ASP.NET problem
- Previous by thread: Re: Datagrid Question
- Next by thread: Re: Datagrid Question
- Index(es):
Relevant Pages
|