Click here to Skip to main content
15,892,674 members
Articles / Web Development / ASP.NET

how to insert month in grid view

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
17 Sep 2012CPOL 0  
Hi , Check this protected void Button1_Click(object sender, EventArgs e){ List test = new List(); test.Add(DropDownList1.SelectedValue + " , " + DropDownList2.SelectedValue); GridView1.DataSource = test; GridView1.DataBind(); ...

Views

Daily Counts

License

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


Written By
Software Developer (Senior)
Egypt Egypt
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions