Monday, June 18, 2012

MS Access Table Import from ane database to another


Friday, June 15, 2012

VB.NET Place ICON of your website into Browser AddressBar


//Go to Source Page from Design View and write this line after "head tag"
// Where folder path is C:/inetpub/wwwroot/Yourwebsitefolder/images/n.ico

.Net SQLExpress ConnectionString

 Imports System.Data.Sql
Imports System.Data.SqlClient
Imports System.Data

 Dim cn As New SqlConnection

cn = New SqlConnection("Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|mydb.mdf")