Browse by Tags

Related Posts

  • Show image dependent on boolean value in SQL source

    Hi All. Newbie using Visual Web Developer Express 2005 as a hobbyist doing a little project for my Wife. Require a little help please... I have a gridview populating from an SQL database source. One column is a boolean. I can successfully display all the data from the source in the gridview with the...
    Posted to Data Presentation Controls (Forum) by JADsHome on 01-21-2007, 12:00 AM
    Filed under: GridView, GridView Rowcommand Cell-Values, sqldatasource, Eval, If Statement, BoundField, GridView asp.net, VB, checkbox, gridview checkbox
  • Need help with binding

    Hi guys, I'm really stuck on this one, any advice would be great! I have a DataTable I constructed programmatically in my CodeBehind page. It did not reference a database in its construction. It consists of both string and bool field types. I want to be able to show the contents to the user. Once...
    Posted to Data Presentation Controls (Forum) by lost_benny on 07-23-2007, 12:00 AM
    Filed under: GridView, codebehind, Bind, checkbox, DataTable
  • Re: Need help with binding

    Hi guys, First thanks a lot to Kaushal and Sanraj fro all your help. I got It working! :) I now have a DataTable built programmatically whose information is displayed in a GridView. The user can change checkboxes relating to the DataTable's fields of type bool and this is reflected in the DataTable...
    Posted to Data Presentation Controls (Forum) by lost_benny on 07-24-2007, 12:00 AM
    Filed under: GridView, Binding, checkbox, DataTable, checkedchanged
  • CheckBox in EditItemTemplate of GridView

    My database houses a char(7) field that contains strings in the following format: MTWTFSS or ------- or any combination thereof M-W-FSS or -----SS, etc... In the footer row of the GridView, I'm using 7 CheckBoxes and processing the bool value of each checkbox to create a string to pass to the said...
    Posted to Data Presentation Controls (Forum) by isheahan on 07-24-2007, 12:00 AM
    Filed under: GridView, edititemtemplate, checkbox
  • GridView Checkbox Column

    I've got a GridView that I want to put a checkbox column into. The GridView is already databound to three text fields. I want to add the checkbox column as an unbound column. When I try and add it through the designer (Edit Columns...) I can add any column I want - except that one. When I select...
    Posted to Web Forms (Forum) by bafadam on 07-30-2007, 12:00 AM
    Filed under: gridview, checkbox
  • urgent : setting the checkbox programmatically in gridview

    How do i set the checkbox (template) of a gridview programmatically in the code view this is the code pasted in the code behind: but it doesnt work .... please help ... int i = 0; foreach (GridViewRow row in Grid_Reserve.Rows) { i = i + 1; CheckBox checkbox = row.FindControl("CheckBox1") as...
    Posted to Data Presentation Controls (Forum) by Kuruvilla on 08-02-2007, 12:00 AM
    Filed under: GridView, checkbox
  • Gridview, multiple pages, custom checkbox within rows

    Hi all again, i have a bit of a problem in this matter, hope that anyone can point me in the right direction, the scenario its as follows: I have a gridview, with about 200 rows, so i decided to page it, 10 rows per page; on each row i have a checkbox(not a gridview checkbox field, but a checkbox inside...
    Posted to Data Presentation Controls (Forum) by filipczyk on 10-20-2007, 12:00 AM
    Filed under: multiple pages, checkbox, GridView
  • How to validate multiple checkboxes in Gridview using Javascript

    Hi All, I have a GridView which is databound and I added two columns which are checkboxes. On a button click I would like to validate the Gridview so that no row should have both the checkboxes checked. i.e Lets say the two checkbox columns are ChkA and ChkB, on the click event of the button which I...
    Posted to Client Side Web Development (Forum) by sjanne on 10-30-2007, 12:00 AM
    Filed under: GridView, checkbox, GridView field, grid view, checkboxlist, CheckBoxList Problem, javascript code behind, javascrip
  • Gridviews and checkboxes

    Hi, I'm very new to all this, so please bear with me... I have followed an article by Scott Mitchell (http://www.asp.net/learn/data-access/tutorial-52-cs.aspx) to add checkboxes to a gridview. That gridview shows all the user preferences available, and those preferences checked are saved to a user...
    Posted to Data Presentation Controls (Forum) by neilmcdonald on 11-08-2007, 12:00 AM
    Filed under: Checkbox, gridview
  • check box values in GridView are unexpectedly unchecked after posting

    I have a web form that displays a GridView where the leftmost column in each row contains a check box. Unlike the other columns in the GridView, the check boxes are not bound to any data source. The idea is that the check boxes will be initially unchecked. The user selects a set of rows from the GridView...
    Posted to Web Forms (Forum) by Bruce Frank on 01-23-2008, 12:00 AM
    Filed under: gridview, checkbox
Page 1 of 2 (16 items) 1 2 Next >