Wednesday September 08, 2010

Using ASP.NET AJAX Page Methods & Repeater or FormView User Controls to render HTML

by Glenn Byron 14. February 2009 21:49
What we are going to do is define a template to render html using a standard ASP.NET User Control (.ascx file). This will get you full VS designer support, intellisense, data sources, and compilation checking.  It does not require that you host the UserControl template on a page - instead the RenderView implementation dynamically creates a dummy Page object to host the UserControl while it renders, and captures and returns the html output as... [More]

Tags: , , ,

JavaScript | Web Development

How to use JavaScript libraries like jQuery or Prototype with AJAX.NET

by Glenn Byron 28. January 2009 17:16
You have decided that in your ASP.NET page the ScriptManager and an Update panel is going to work just fine, but you want to add a little something special to this page, and you know jQuery could make this happen a lot easier. Here are some things that I have used to make this easier for me, and I hope it can help you. Tip 1 - Using ScriptManager Use ScriptManager to load your third party JavaScript libraries. This may sound funny but you also ... [More]

Tags:

JavaScript

Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar
Powered by BlogEngine.NET 1.4.5.14