Monthly Archives: March 2009

Preview of Microsoft Ajax 4.0 available for download

The Microsoft Ajax team made the fourth preview of the 4.0 version available on CodePlex. The AJAX functionality in ASP.NET 4.0 Preview 4 enables new client data scenarios for page and component developers that allow JSON data from the server … Continue reading

Posted in .Net 3.0 / 3.5, ASP.Net, Javascript | Leave a comment

How to validate email addess in Windows Forms

Today I want to add validation for email address in a Windows Forms application. I searched google, but didn’t got any simple solution. Then I tried with ASP.Net regex validation control and took the validation expression from it used in … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , , | Leave a comment

Getting and Setting properties on runtime using Reflectoion

In series of Reflection related posting this is the second post. You can see the post here. Now I am posting about Properties. We can set / read properties of Class using reflection. Setting Properties 1) For setting properties, we … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , , | Leave a comment

Reading POP3 mailbox using VB.Net

Few days back I got an R&D from my friend, it is like, in Blogger, we can send mails to a specific mail address and we a can Post. He want the same implementation in asp.net, but the mail Id … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , | Leave a comment