Wednesday March 10, 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 | Web Development

Calendar

<<  March 2010  >>
MoTuWeThFrSaSu
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234

View posts in large calendar
Powered by BlogEngine.NET 1.4.5.14