Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Raj Dhrolia #1
Embeding html controls in Server Control
Hi Everyone,
I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls on client side for some processing (JS).
What is the best way to implement this?
One most straight forward way i can think of is to have something like -
Response.Write("<long HTML string>");
Am not sure if HTC can help, because i only need to pass these html controls from server to client and nothing more then that.
Thanks,
Raj.
Raj Dhrolia Guest
-
Add controls to my custom control with tags in HTML design view
I have created a custom control but would like to add other controls to it at design time. I want to be able to put custom control tags inside the... -
using javascript in User controls to access server controls of the user control
Hello all, I have an asp.net textbox (named txtHidden) and an HtmlButton(named btnAction). I wanted to write a javascript function which will get... -
embeding Javascript src attribute in User control
I have a System.Web.UI.UserControl as custom control. I have a javascript block for user control. The problem is I want to bring src attribute from... -
Repost: Replicate HTML InputFile control with Server controls
Hi All, I am trying to replicate the functionality of the HTML FileField control. I can use it just fine to prompt a user to browse to a file,... -
Cant add events to HTML controls in a Calander control
Im not getting any error messages but the event is not going off when i click the button it just posts back to the same page. I know this code has...



Reply With Quote

