Browse by Tags

All Tags » ASP.NET Controls (RSS)

Prevent ASP.NET Validators from Massively Increasing Page Size by Mohamed Meligy

This is problematic with ASP.NET AJAX. The main Script Components are NOT sent to the client when in :Legacy” mode. This is “ By design ” in ASP.NET AJAX, although it is a clear limitation!! I’m investigating the problem for other solutions and will be...

ASP.NET Validators Client Side APIs: MSDN List Page by Mohamed Meligy

If you have ever thought that the famous if(Page_ClientValidate("validationGroup")) {/*JS Code*/}   and myValidator.ValidationGroup = "validationGroup"; are sure not enough client side capabilities in ASP.NET validators, you are...

ASP.NET 3.5 Extensions, MVC, Expression Studio and Silverlight & IE 8 Preview Updates by Mohamed Meligy

With MIX, and meeting the announced MVC roadmap , the new versions of AS.NET Extensions are now publicly available.ASP.NET MVC Framework Preview 2 is available also as separate download, same as Silverlight 2.0 BETA 1 (and Expression studio, Silverlight...

Unit Test Friendly File Upload Handling in N-Tier Applications by Mohamed Meligy

The Problem In an N-tier application, you keep your logic in a business logic tier, typically a different VS project that can be used from a website, a windows service, or desktop application, and that should be valid to writ unit tests against on its...

Link List: jQuery, WF, WCF, OOP and Patterns, ASP.NET, Scrum,... by Mohamed Meligy

This is also from an internal mail to SilverKey Tech Egypt office dev. team. Slightly modified this time! (Yes, I know. I should stop this habit of link collection and get back to writing - hopefully soon) Joe On .NET - Windows Workflow Foundation Tutorial...

GridView DataBinding Events by Mohamed Meligy

Note: This is ported from my old weblog. Originally published December 19, 2005 This is a well commented example for a GridView with implementation of RowDataBound and DataBound events. I also demonstrate in it some of the important properties of GridView...
More Posts