Hi this code work when single check is done in checkboxlist ,please help so that this code works for multiple checks done in check box and display in gridview .Thank you.
In this project
test.aspx.cs
using System;
using System.Security.Cryptography;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using MySql.Data.MySqlClient;
namespace abc
{
public partial class test : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
/*string url = "repeat.aspx";*/ string url="repeat.aspx?";
/*Session["sslc"]=(TextBox2.Text).ToString();*/ url += &q ...
Go to the complete details ...