Dynamic Creation of Controls

6:41 AM | Comments (0)

protected void btninsert_Click(object sender, EventArgs e) { int count =Convert.ToInt32(TextBox1.Text); Panel1.Controls.Clear(); Table tb = new Table(); tb.GridLines = GridLines.Both; for (int i...

Read more

Paging Advantage of Datalist Control in asp.net with c#&visual basic

5:51 AM | Comments (0)

HTML Coding : Server Side Coding: c# SqlConnection scn = new SqlConnection("Data Source=.;Initial Catalog=iptv_database;Integrated Security=True"); int Start; protected void Page_Load(object sender, EventArgs e)...

Read more