| | |
checkboxlist
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2009
Posts: 3
Reputation:
Solved Threads: 0
hi !
i have made some code for a checkboxlist the items if are selected or not,and then to put them in my database.but im having a problem.even if i select my items they always apears unselected .
'ckbox.selected' never becomes true,so never pass ' objBLRegjistrimi.fnbooksubject(txtISBN.Text, chbl.SelectedValue)'
i don't know why this happens.
thank you
i have made some code for a checkboxlist the items if are selected or not,and then to put them in my database.but im having a problem.even if i select my items they always apears unselected .
ASP.NET Syntax (Toggle Plain Text)
Dim ckbox As ListItem For Each ckbox In chbl.Items If ckbox.Selected = True Then objBLRegjistrimi.fnbooksubject(txtISBN.Text, chbl.SelectedValue) End If Next
'ckbox.selected' never becomes true,so never pass ' objBLRegjistrimi.fnbooksubject(txtISBN.Text, chbl.SelectedValue)'
i don't know why this happens.
thank you
Change
to
I think that's what you want.
HTH
If ckbox.Selected = True Then to
If ckbox.Checked Then I think that's what you want.
HTH
Teme64 @ Windows Developer Blog
![]() |
Similar Threads
- vb.net Saving Checkboxlist checked items to database (ASP.NET)
- Add value manually into DropDownList, CheckBoxList and RadioButtonList. (ASP.NET)
- Add vertical scroll bar to a table (HTML and CSS)
- show item in panel (VB.NET)
- How to store multiple selection? (VB.NET)
- short (ASP.NET)
- Count number of checkboxes being checked in asp.net (ASP)
- drop down list (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: 404 error in subtext blog
- Next Thread: ASP.Net Project
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier css dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu edit expose flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list listbox login menu microsoft mono mouse mssql multistepregistration nameisnotdeclared news numerical objects order panelmasterpagebuttoncontrols problem radio ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webservice wizard xml youareanotmemberofthedebuggerusers





