WPM
100
CPM
100
Errors
0
Time
15Min
Accuracy
100%
Start ASP.NET code typing Practice. ASP.NET codes over Session Management, Event Handler, Database Connection and System.Web UI.Click on the area below to start typing.

S.No.Paragraph : Practice repeatedly whatever you would like most for full fifteen minutes Lessionsclick to Practice
1namespace DemoApplication { public partial class Demo System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e){ string connetionString; SqlConnection cnn; connetionString = @"Data Source=WIN-50GP30FGO75; Initial Catalog=Demodb ;User ID=sa;Password=demol23"; cnn = new SqlConnection(connetionString); cnn.Open(); Response.Write("Connection MAde"); conn.Close(); } } }1.4 asp.net database connection