I have a bound-checkbox. The database value = 0 but the checkbox got
checked?
Why is that?
What value should be in the database for being not checked then?
tia
...
more >>
Hello all!
I have a button on a form alongside a GridView with ObjectDataSource,
and the effect of the button need to be the modifying the underlying
database (it changes some cells' values in the objects being displayed
by the GridView).
How can I rebind the data in code? For now I see ...
more >>
I have a datatable with column datetime datatype from sql
I c# datagrid on webform with bound column to display values
I need to sort on values.
I sql the field value is a string so I make it pass the is string a valid
date test before I dump it into
dc = new DataColumn("reviseddate",Type.Ge...
more >>
Hi, all,
I have an asp.net web page, which has a datagrid to present data to users, also
has checkbox in each row in the datagrid. Here is my question: when user checked
a checkbox, or several checkboxes in the datagrid, then they click 'save'
button. the page refreshed, and they want selected...
more >>
I've been working on a new control that inherits gridview. The
properties are extended to take a grouping parameter. When the
gridview binds it is suppose to sort on the grouped field name and add
rows whenever the value of this field changes giving the apperance of
grouping. What i have works...
more >>
I would like to do without the HTML Text='<%#
DataBinder.Eval(Container.DataItem, "Count") %>'
and specify the data binding in C# or VB code. Is there a way to do
this ?
...
more >>