Sanjeevana

Stories submitted by Sanjeevana

Dynamically create ASP.NET user control using Ajax and Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 10 months ago

To make web UI dynamic and more responsive to the various situations and modes, several techniques are used by the developers like making irrelevant controls invisible, disabling unused controls. This technique makes you page complex and heavy in size. Dynamic user control is another story. With dynamic control creation you will get the unmatched flexibility and innovation with robustness. Using this technique you can add any usercontrol to any page as per demand without postback or update panel. read more...

add a comment |category: |Views: 578

tags: another

Reduce ASP.NET Page size and complexity using JQuery-Part 1(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 10 months ago

This is my first post on asp.net blog. ASP.NET Ajax and JQuery are two different ajax framework. In this post I will show, how we can enhance gridview using ASP.NET Ajax and JQuery. I also compare the implementation of these frameworks. In next posts i will explain more about JQuery and ASP.NET Ajax and also tell you "How to combine the power of both framework". My Future post will related to ASP.NET and related frameworks. read more...

2 comments |category: |Views: 402

tags: another