Browse by Tags

All Tags » ASP.NET (RSS)
Download .NET 3.5 Enhancements Training Kit and play with hands-on-labs and demos or watch the presentations. Training kit contains materials for all .NET 3.5 Enchancements parts: ASP.NET MVC, ASP.NET Dynamic Data, ASP.NET AJAX History, ASP.NET Silverlight...
If you were thinking that you can relax for a while and explore VS 2008 and .NET 3.5 classes and templates... well... you were wrong. Grab the ASP.NET Extensions Preview released on 09.12. and play with MVC, browser history in AJAX, Entity framework,...
with no comments
Filed under: ,
Scott Guthrie give presentation on ALT.NET conference about the new MVC model for ASP.NET and instantlly gets lot attention and posts around (you can read first reactions written by David Hayden , Chris Holmes , Nima Dilmaghani , Jeffrey Palermo , Gary...
with no comments
Filed under: ,
We run into ASP.NET 2.0 run-time error when trying to export GridView to Excel. Simple method we used look like: public void GridView2Excel( GridView CurrGridView, string FileName) { HttpContext .Current.Response.Clear(); HttpContext .Current.Response...
with no comments
Filed under:
With new C# 3.0 feature Extension methods we can extending existing CLR types without sub-classing or recompiling the original class. Those Extension methods would become a next flame trigger but I don't want to argue about "pro and contra"...
with no comments
Filed under: ,
The "growing" usage of Session and Cache is number one cause of server memory problems. We could call them "server-side" enemy number one. On the other side the user who is waiting for the page with a huge ViewState would soon turn...
with no comments
Filed under: ,
If you try to use ASP.NET AJAX toolkit inside of IFRAME you might get JavaScript error: " Sys.ArgumentOutOfRangeException Value must be an integer Parameter name: x Actual value was: NaN ". Error message says " Value must be an integer...
2 comment(s)
Filed under: ,