Read a Web Page and send it as an HTML Email

Recently I was asked to write a code to send entire Aspx page as an HTML mail using VB.Net. Private Function ReadAspxPage(ByVal url As String) As Str

How to read HTML file onServer in ASP.Net

Private Function GetEmailTemplate(ByVal templateName As String) As String Dim sr As IO.StreamReader = New IO.StreamReader(System.Web.HttpCont

Read all Mail Merge Field in an Collection.

I was asked to read all Mail merge Files in an HTML Template and then perform a mail Merge. The MailMerge Fields were like ##[Field]##. So thought t

How to Use Code Behind to display text on Binding

I had to display Yes or No based on databind this is how I did it. <asp:Label ID="IsUserActiveCheckBox" Text='<%# if(Eval("IsUserActive"),"Ye

Some Top Must-Have Tools for an ASP.NET Developer

Came across this blogs. really good collection of tools. worth trying them. http://www.dotnetcurry.com/(X(1)S(ksuw3045ka04q3rcittjc0nk))/Show

Performance Tips for ASP.NET Applications

I found this article while looking for improving the performance of ASP.NET for one of my application. Its really good one. I am going to try so