| | |
vb.net Saving Checkboxlist checked items to database
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jun 2009
Posts: 426
Reputation:
Solved Threads: 81
Below is the C# code to get the selected items from a CheckBoxList
for (int i=0; i<checkboxlist1.Items.Count; i++)
{
if (checkboxlist1.Items[i].Selected)
{
//Write your code to store checked items into database
}
}![]() |
Similar Threads
- checkedlistbox save checked items for future (C#)
- saving file url to url to database (VB.NET)
- fares (ASP.NET)
- how to Install vb.net window application on client system with database (VB.NET)
- Delete checked items from datagrid (VB.NET)
- Error in loading items into a Dropdown list box in an ASP .net Page (ASP.NET)
- Count number of checkboxes being checked in asp.net (ASP)
- excel database linking with vb.net (VB.NET)
- DropDownList items (ASP.NET)
- Help w/ simple ADO.NET statements.. (VB.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: login page with roles
- Next Thread: about cascading dropdown list
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order panelmasterpagebuttoncontrols problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming webservice xml xsl





