all groups > asp.net datagrid control > september 2005 > threads for september 22 - 28, 2005
Filter by week: 1 2 3 4 5
Request: What property will be unique with every post?
Posted by Nathan Sokalski at 9/26/2005 11:28:48 PM
I am looking for a property of the System.Web.HttpRequest class that will
always be different. Is there a property that uniquely identifies each
Request (at least within the specific Session)? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
... more >>
Disable checkbox when field value = null
Posted by SRuby at 9/26/2005 9:22:04 PM
Hi,
I try to disable /hide datagrid checkbox when the value of the field is
null,
I have try to put some code in ItemDataBound to invisible the checkbox
when databind() fired
Here's the codein ItemDataBound event
If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType =
ListIte... more >>
Going to a specific page?
Posted by gerry at 9/26/2005 7:44:44 AM
My client would like a alphabetic lookup bar to allow navigation to a
specific page of a datagrid - the page which has the first occurance of
the "key" field that starts with the clicked on letter. For example, if
the user clicks on "E-H" the datagrid will present the page which
contains the fir... more >>
Dynamically create datagrid columns
Posted by Terry Holland at 9/26/2005 12:00:00 AM
I am trying to write a user control that is essentially a DataGrid with some
custom functionality. My grid is to be bound to a custom collection.
I have created an interface called IListData. Part of this interface is a
collection of DataGridColumn objects. I have code in my control to add a
... more >>
Checkbox Validation in DataGrid
Posted by arif.mosharraf NO[at]SPAM gmail.com at 9/24/2005 8:31:30 PM
Hi!
I have a datagrid containing one checkbox in each row. I have to do a
client side validation that atleast one checkbox is checked. I have
tried to attach a javacript on the save button but javascript couldn't
access the ID of the checkbox! If I throw an alert it says "undefined".
It is no... more >>
Datagrid Header on All Printed Pages
Posted by Jay at 9/24/2005 12:00:00 AM
In an asp.net app I need to print a lengthy datagrid. How can this be done
and still have the datagrid header appear on all printed pages? I am not
using VStudio or Reportin Services.... just an asp.net app written in
notepad. Thanks a lot.
... more >>
Datagrid In a webcontrol
Posted by CalSun at 9/22/2005 9:22:30 AM
I have a datagrid with Edit/Delete columns in a webcontrol.
I load this control dynamically based on users' selection from a table
dropdownlist.
The control loads fine and the data is there. However, when I click on Edit
to change the current column, the column doesn't change to Update/Cancel.... more >>
Error when databinding
Posted by Nathan Sokalski at 9/22/2005 2:20:58 AM
When I run my application, which uses databinding in a DataList, I =
recieve the following error:
Server Error in '/' Application.=20
-------------------------------------------------------------------------=
-------
Public member 'title' on type 'DataRowView' not found.=20
Description: An... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detect change to data in an ubound datagrid
Posted by Mark at 9/22/2005 12:00:00 AM
Hi
Sorry if this is a bit obvious but I'm new to the datagrid ... :@)
I have an unbound grid which contains a hidden column holding the primary
key of the row. I would like to detect when the user has finished updating a
record in order that I can update the source data.
Can someone poi... more >>
|