Re: custom webcontrol : render and then get "html" result in server side
Excuse me for my little delay :-D.
> Now I have the problem with UserControl. It dosn't generate html code
> (no error was shown but the result is empty).
You can obtain HTML code from a UserControl
using the function LoadControl to instantiate the object.
Than is the same thing.
Bye,
Matteo Migliore.
.
Relevant Pages
- Re: type mismatch when using FindControl("...")
... I just looked at the HTML code and I notice that the name of my ... usercontrol is longer than it should be. ... MyWebApp.Folder.Folder.MyUsercontrol myUC = ... // Object reference not set to an instance of an object. ... (microsoft.public.dotnet.framework.aspnet) - Re: custom webcontrol : render and then get "html" result in server side
... Now I have the problem with UserControl. ... It dosn't generate html code ... (no error was shown but the result is empty). ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Whats the opposite event for "MouseMove"? (Emergency)
... Sorry, I didn't want to multi-post, but since there was a delay before my post comes to this newsgroup, I thought it has been lost and I sent another one. ... If I make a UserControl, I'll have to make it big enough to recognize "MouseLeave" event by its "Form_MouseMove" event, and I can't put these "UserControl"s near to each other, but yet, I think it's the best choice. ... (microsoft.public.vb.general.discussion) - Re: Is this the newsgroup for CSS help? CSS Question Included
... Excuse me for not being more precise. ... or an html code, is not relevant to my request for an html ... editor. ... Best regards, ... (alt.html) |
|