Advertisement

1 - 10 of 190 containing alltags:("checkboxlist") (0 seconds)
I noticed that one of the benifits of RequiredFieldValidator is that you no longer have to post back to the server to do the validation however with the checkbox control, the only way I got validat...
Zones: .NETDate Answered: 12/15/2003 Grade: B Views: 0
Is there any way to use ViewState and the PostBack data on a web form to single out single list items whose selected property has been changed by the client? I am using a DataReader to preselect it...
Zones: .NETDate Answered: 01/14/2004 Grade: A Views: 0
I have 3 fields in my db table.  id, yn, name In Checkboxlist: I pass yn as the DataValueField. I pass name as the DataTextField. I need to pass id also - but there are no other options? ...
Zones: .NETDate Answered: 04/02/2004 Grade: A Views: 0
I have a form that contains a checkboxlist. Based on the selection made on that checkbox list and once the user submits the  form I have to send an email based on the selected topic. for each topic...
Zones: MS Visual BasicDate Answered: 06/02/2004 Grade: B Views: 0
I bind a checkboxlist which also pre-selects/checks items that should be checked.  My problem is when I only want autopostback the checkbox that was clicked and retreive it's status.   I can fin...
Zones: ASP.Net ProgrammingDate Answered: 11/11/2004 Grade: C Views: 0
I am using VB.net and a webform I want to populate a CheckBoxList with data using a query, is there an example or a website i can refer to ? Moiz
Zones: .NETDate Answered: 11/29/2004 Grade: A Views: 0
I have an ASP.Net page that allows the user to set the roles to be used for specific actions.  For this, I have four actions and I populate the action (checkboxlists) with all current roles in the ...
Zones: ASP.Net ProgrammingDate Answered: 12/13/2004 Grade: A Views: 0
I have successfully implemented a checkboxlist which is populted from a database(MS access) using databind. This, however only allows 1 field to be the label for the checkbox (check1.DataTextField ...
Zones: ASP.Net ProgrammingDate Answered: 01/18/2005 Grade: B Views: 0
I have written a asp page that consists of a Button and a checkboxlist. The checkbox list is populated from a database. When the button is pressed the items that are selected in the checkboxlist ar...
Zones: MS Visual BasicDate Answered: 01/19/2005 Grade: A Views: 11
Can you tell me if this is possible? I can create a checkboxlist dynamically from a database, but how can I check the values in the checkboxlist that are checked in the database? That is, if I h...
Zones: .NETDate Answered: 07/13/2005 Grade: B Views: 0