Subscribe For Free Updates!

We'll not spam mate! We promise.

Wednesday, 29 May 2013

How to Send Mail form Asp .Net Website

 Introduction:  Here i am describing how to Send mail from asp.net website Description: This is a common function Required for every website.  For this you have to add  System.Web.Mail namespace  The System.Web.Mail namespace contains classes that enable you to construct and send messages using the CDOSYS (Collaboration...

Maintain Scroll Position On Postback

Recently i faced problem to maintain scroll position in my page which having A grid with some radio button and check box with autopostback within a Updatepanel. The main problem is when a postback occur the page is moving to top. i tried a lot and finally got the solution . 1.if you are using IE then its very simple just put the code in your page...