Ask a Question related to ASP.NET General, Design and Development.
-
skytouch_zyt #1
How to Create a user control with a event property?
I want to create a usercontrol and can set Click Event
Function to it at desined-time,just as
<myprefix:myLinkButton ... OnClick="ClickFunction" .../>
the code how to write?any one help me
thanks a lot
skytouch_zyt Guest
-
Exposing an event handler as a control property
Hi all, I have a custom server control that can contain one or more buttons. I'm trying to expose an event handler as a property so that the... -
Web user control creation - Resolve an ImageUrl property if control themed
Hi I'm creating a WebControl which has a themeable ImageUrl property : <Bindable(True), Category("Appearance"),... -
Modifying a property of a control contained in a user control
I have a user control that is made up of several HyperLink controls. In the Page_Load event of pages that use the control I want to change a... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
Can we fire a user control event when the user does the action
Can we fire a user control event when the user does the action not in the webservers or custom control event? What actaully I want is to handle a...



Reply With Quote

