|
Hi everybody, I’ve got a problem with the user controls I use in my
ASP.NET application. I have one aspx page and I want to call severel User
controls. I put them in the placeholder on the page. The problem is the next: When I push a button on the user control, the page goes back
to the ‘starting’ view. So with the default user control loaded and
the user control (where I pushed the button and which should only make a panel
visible) is gone. Does anybody know what the problem could be? It look slike
the Page catches the event and standard does the Page_Load function. This is
NOT what I want. I just want to be able to do a query within my usercontrol and
do a databind on the grid, or just make a panel visible or something like that.
Hope one of you can help me. It’s driving me crazy! By the way, I use C# and not VB, so if you could help me,
please give a code example in C#. I don’t know VB…. Thanx !!! Thanx, Koen Willemse Yahoo! Groups Links
|
- Re: [Microsofts_C_Sharp] problem with events in user control... Koen Willemse
- Re: [Microsofts_C_Sharp] problem with events in user co... Anoop Vijayan
- RE: [Microsofts_C_Sharp] problem with events in use... Koen Willemse
