Ask a Question related to ASP.NET General, Design and Development.
-
dina #1
Event fired where it shouldn't!
I am using one main aspx page, in which i am loading different user
controls for different web pages. At one place, when i load a user
control from another user control and come back to the same user
control, and click a Button, for some reason, instead of firing
Button_Click event, the code first fires the selectedindexchange event
of the dropdown box (i have a dropdown on the usercontrol) and then
fires the button_click event. i couldnot understand why the code fires
selectedindex change event, where i haven't changed the index of the
dropdown box. also, i couldn't understand, why it is firing both the
events (selected index change and then button click event).
anyone know the answer? please reply. Thanks.
dina Guest
-
SelectedIndexChanged event is not fired
I've created a Web user control that contains a DropDownList and this DropDownList gets created and loaded in init() everytime. I set... -
DataGrid Select Button Event not fired
hi all, i am creating datagrid , i have added button column in my datagrid ,but the event for button column is not fired. i have added... -
AM I STUPID? streamnotfound event not fired
This is really weird, and happens in all the FCS servers i can access When I try to play an unexistent stream no streamnotfound event is fired. ... -
When control init event fired???
Put any control on web page. create Init event for ths control. Write Response.Write("here") inside this event. Compile\build\run. I never saw... -
DataGrid BoundColum Runtime (Event isn't fired)
I put my code in the Page Init routine as shown below and still can not get the PageIndexChanged event to fire when autogenerate columns is turned...



Reply With Quote

