Tuesday, June 29, 2010
Saturday, June 26, 2010
Wednesday, June 9, 2010
ASP.NET – Sending Email Both in HTML and Plain Text Home » ASP.NET – Sending Email Both in HTML and Plain Text
http://www.search-this.com/2009/02/05/aspnet-sending-email-both-in-html-and-plain-text/
Example shown at above link worked for me wihtout embedding images.
Example shown at above link worked for me wihtout embedding images.
Accessing Gridview row count from Javascript
var rowscount = document.getElementById('<%=GridView1.ClientID%>').rows.length;
Subscribe to:
Posts (Atom)