Dim cn As SqlConnection
Dim cmd As SqlCommand
cn = New SqlConnection
cn.ConnectionString = ConfigurationManager.ConnectionStrings("fees_systemConnectionString").ToString
cn.Open()
cmd = New SqlCommand
cmd.Connection = cn
cmd.CommandType =...
in asp.net? basically i have a web application in which i have made 2 masterpages 1 for admin (which have alot of website customization options in short a CMS) , 2 masterpage is for user .......
From login form if user and password matches the information of user it redirects to user masterPage...
client could be school, offices, real estate
presentation shouldbe able to provide the brief advantages of web developement .. kindly help me
usman.sharif
Aga Khan University,Karachi,Pakistan