Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts,
Can you please help me in coding for upload image and post image in grid view using tab control ?
C#
public void Binddata()
    {
        BEL objbel = new BEL();
        BLL objbll = new BLL();
        SqlDataAdapter sda = new SqlDataAdapter();
        DataTable dt = new DataTable();
        //sda.Fill(dt);
        //  DataTable dt1 = objbll.selectdata1(objbel);
        GridView1.DataSource = dt;
       //  GridView1.DataSource = dt1;
        GridView1.DataBind();
Posted
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900