Ask a Question related to ASP.NET General, Design and Development.
-
Balaji #1
how to fire events of dropdownlist in datagrid
Hi guys,
This is a subtle one. I'm looking for someone who can give me some
insight relative to eventsfiring in the codebehind.
I have created the dropdownlist dyanamically in the datagrid using the
<Item template> tag.but now by requirement is, on change the value in
the dropdownlist,i have to generate( another drop down or text box )
other control in the next column of the datagrid.
Thansk In advance
Thanks&Regards
Vel.B
Balaji Guest
-
Adding buttons to a datagrid doesn't fire its events
Hi! I'm adding an asp button to a datagrid on the ItemDataBound event, when the user clicks on this button, I basically remove the button and... -
Will Events not fire in a datagrid if you set the datasource after the page load?
Will Events not fire in a datagrid if you set the datasource after the page load? How can I get around that? -
Dynamic Datagrid does not fire events.
I have been working for quite some time on this issue which in theory should be quite simple. The problem is that the Cancel and Save events are... -
Datagrid events refuse to fire (pt 2)
Further to my earlier post the following events DO fire - ItemDataBound ItemCreated DataBinding Load PreRender UnLoad and the following... -
Datagrid events refuse to fire
I cannot for the life of me get any of my datagrid's events to fire. The grid is within a usercontrol and is static on the page. The grid... -
Saravana #2
Re: how to fire events of dropdownlist in datagrid
Hi,
If you have your dropdownlist in the datagrid, then create one eventhandler
for SelectIndexChanged event and set its autopostback property to true. Then
in that eventhandler write code for creating another dropdownlist or textbox
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Balaji" <balajichemba18@yahoo.co.in> wrote in message
news:5293009f.0306260438.133141f@posting.google.co m...> Hi guys,
>
> This is a subtle one. I'm looking for someone who can give me some
> insight relative to eventsfiring in the codebehind.
>
>
> I have created the dropdownlist dyanamically in the datagrid using the
> <Item template> tag.but now by requirement is, on change the value in
> the dropdownlist,i have to generate( another drop down or text box )
> other control in the next column of the datagrid.
>
>
>
> Thansk In advance
>
> Thanks&Regards
> Vel.B
Saravana Guest



Reply With Quote

