Ask a Question related to ASP.NET General, Design and Development.
-
Rajesh Tiwari #1
Can we use a usercontrol inside a usercontrol
hi group
can we use a usercontrol inside a usercontrol.
i mean can we use
<%Register tagprefix..... src=....ascx%>
in an ascx file.
thanks in advance
--
Rajesh Tiwari
Rajesh Tiwari Guest
-
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
Event not firing in usercontrol inside usercontrol
I'm stumped on this problem. I've created a user control that dynamically creates 5 linkbuttons in the CreateChildControls method. Each of these... -
Rendering an UserControl inside a mail body without any page object reference
Hi I would like to use a User Control to render the body of the mail I send. I know how to do that using Page.LoadControl The problem is that my... -
onserverclick in a usercontrol inside of a webcontrol
More Info: In my webcontrol I am implementing the IPostBackEventHandler. I print out the eventArgument and I do not get anything from the... -
Use LoadControl to load a usercontrol but the webcontrol in the usercontrol can not AutoPostBack
a uscontrol test.ascx have a dropdownlist web control the dropdownlist's AutoPostBack property is set "true" but when i use... -
nancy #2
Re: Can we use a usercontrol inside a usercontrol
Ya we can use.. Jus call the <%@ Register src="" tagname="" tagprefix=""%> in the usercontol in which u want to call the another user control.. Calling an user control inside another user control is same like calling a user control in normal aspx page
nancy Guest
-
Unregistered #3
Re: Can we use a usercontrol inside a usercontrol
Hi I am trying To load user control within user control dynamically.
But i am not able to do it.
Some unpredictable things are happening.
Can anyone please give me a sample code..
I will really be thankful to u.
It's really urgent..
thanks in advance..
My email id is : brij.nkh@gmail.comUnregistered Guest
-
Tanuj Kumar #4
Can we use a usercontrol inside a user control
Very informative post. It’s really helpful for me and helped me lot to complete my task. Thanks for sharing with us. I had found another nice post over the internet which was also explained very well about Populate Grid Control From XML Document Easily, for more details of this post check out this link.
ThanksTanuj Kumar Guest



Reply With Quote

