Category: My Blog

  • Blog
  • Category: My Blog

Sending email through System.Net.Mail.Smtpmail in asp.net 3.5/2.0

Posted by Jalpesh Vadgama |  July 16, 2009 |  ASP.NET, C#.NET |  19 comments    For any web application or website the sending email is a necessity for newsletter, invitation or reset password for everything we have to sent a mail to the people. So we need to see how we can send mail. In 1.1 we are

Paging in Datalist or Repeater Control In ASP.NET

============================================== HTML of Datalist ============================================== > =============================================== Server Side Coding : VB.NET =============================================== Dim Start As IntegerDim dbCon As SqlConnectionDim Adpt As SqlDataAdapterDim dtUser As DataSetPrivate Sub Page_Load(ByVal sender As System.Object,ByVal e As System.EventArgs) Handles MyBase.LoadIf Not Page.IsPostBack ThenViewState(“Start”) = 0BindData()End IfEnd SubSub BindData()dbCon = New SqlConnection(“server=localhost;uid=sa;pwd=;database=user”)Adpt = New SqlDataAdapter(“Select * from user “, dbCon)dtUser

Working with more then one web.config files in asp.net application.

Recently one of reader of my blog how we can work with more then one web.config files in asp.net application. So I decided to blog about that. Here is the my reply for that. You can work with more then one web.config file in asp.net. But you can not put more then one web.config in

JQuery UI 1.8.9 new version launch today

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. jQuery UI 1.8.9 It’s contains Bug fixes for Datepicker, Tabs and other things and also contains some localization improvements on the date picker. Technorati