Ask a Question related to ASP.NET General, Design and Development.
-
Makarand #1
ASP.NET Event handling.
Hi Friends
I am having problem in Event handling in ASP.NET.
Let me tell you what I am doing, I have having DataGrid
for which I am using 'Dynamic addition of Template
controls'. For this I have set 'AutoGenerateColumns'
property as false. I am raising few events from the
Template controls e.g Text Chamged event of TextBox UI
control, and bubbling the same event to the Parent control
using 'RaiseBubbleEvent' method of Control class. I have
overriden 'OnBubbleEvent' method in my parent control to
catch the events raised by template controls. Now here I
am having problems.
1) I am not getting any child events in Parent control.
2) Even though I a have set EnableViewState property of
DataGrid to true, I am not able to see the DataGrid once I
do the round trip to server.
Can anybodu help me out in these problems.
Thanx in advanced
Makarand
Makarand Guest
-
Event Handling of pages
I want to display pages that are not connected to the application. The application is to activate a page then allow for a return. If I put the pages... -
Event Handling
I am having a difficult time with hadling events within my composite control. Sometimes what I do works perfectly, other times capturing an event is... -
EditCommandColumn event handling
I am creating a datagrid programmatically and am trying to add an EditCommandColumn to the datagrid but I'm having a hard time getting events for... -
Pager and Event Handling
OnItemCreated method of DataGrid I modified the Pager cell to have a button TableCell pager = (TableCell)e.Item.Controls; ImageButton hImg = new... -
ASP Event Handling
Hi I want to handle events of the AO Connection object in my ASP page. How can I do it? Please help me out. Thanks - Anuj



Reply With Quote

