Feed on
Posts
Comments

Archive for the 'ASP.NET' Category

ASP.NET AJAX v1.0 Beta Released

Finally the beta version is out and it is officially supported by Microsoft. This is the framework formerly known as ATLAS.  You can reed more about it and download the framework on the official site. The v1.0 release is scheduled for the end of this year.

AJAX, ASP.NET, Atlas

Share and Enjoy:
These icons link to social bookmarking sites […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • dzone
  • Netscape
  • digg
  • YahooMyWeb
  • Technorati

Have you ever wondered how to make a drop-down list to perform a PostBack when only a specific option is selected? If you set the AutoPostBack property to true, then each time when the selected option is changed the PostBack will be invoked. Since this means unnecessary requests to the server it is better to […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • dzone
  • Netscape
  • digg
  • YahooMyWeb
  • Technorati

The DefaultButton property of ASP.NET 2.0 panels is really cool and useful when you have more than one form on your page. The problem is that once a validator is activated, the default button is not working anymore. This is a bug in MS WebResource.axd javascript.
The fix is very simple, yet annoying. I hope Microsoft will […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • dzone
  • Netscape
  • digg
  • YahooMyWeb
  • Technorati

The next version of Visual Studio has the code name "Orcas".  The Community Technology Preview (CTP) is already available for download.
These are some of the new features included in the CTP:

Improvements on the widely acclaimed Visual Studio 2005 product set
Significant investments in improving product quality
LINQ to Objects API

LINQ to Objects […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • dzone
  • Netscape
  • digg
  • YahooMyWeb
  • Technorati

« Prev -