all groups > asp.net datagrid control > march 2006 > threads for march 22 - 28, 2006
Filter by week: 1 2 3 4 5
Datagrid within a datagrid?
Posted by et at 3/26/2006 9:51:17 AM
Does anyone know how to do a datagrid within a datagrid? I would think you
could put one in a template column, just like you would a label or textbox,
but I get an entirely blank grid. Thank you for your help.
... more >>
Adding Dynamic Controls to a DataGrid for use with the built in DataGrid Edit/Update functionality
Posted by davidjgonzalez NO[at]SPAM gmail.com at 3/24/2006 2:11:25 PM
(VS 2003, .NET 1.1)
I am trying to add dynamic controls to the cells of an Edit Row in a
DataGrid and am having a terrible time.
I cannot for the life of me get the values from the dynamic controls
after the page posts back on the DataGrid UpdateRow event.
When I create a dynamic control (the... more >>
GridView and paging
Posted by David at 3/24/2006 11:50:21 AM
How can I recognize when only clicking a page number on the footer of a
GridView?
I have an ASP.Net 2.0 page that is used to search for records. The search
textbox is at the top and I enter text to search for. I have VB code at the
beginning of the aspx page that sets the SELECT statement base... more >>
Problem with editing datagrid <EditItemTemplate>
Posted by tjonsek NO[at]SPAM phenom-biz.com at 3/24/2006 6:51:49 AM
I am working on code that will allow users to update data within the
datagrid. I have come across a few problems, some of them I have been
able to work out, but this last one is giving me trouble.
When a user clicks the edit button, I get an error 'Specified Cast Not
Valid'.
The code that gen... more >>
Format Time in DataGrid
Posted by crjunk NO[at]SPAM earthlink.net at 3/22/2006 11:54:11 AM
I'm working with a table that has a field that stores time values as a
string. The time values are in military time (such as 13:30).
How can I have 13:30 displayed as 01:30 PM in my datagrid? Can I use
DataFormatString to achieve this?
Thanks,
CR Junk
... more >>
Displaying &L in a datagrid
Posted by md at 3/22/2006 9:55:54 AM
Hi all -
I have a VS.Net 2003 web app that is used at my employer to gain accesss to
a password database. When the password page is loaded a server is selected
in a listbox and the passwords for that server are displayed in a datagrid.
Recently someone entered a password of D&Lxxxxx. When... more >>
Programmatically databinding textboxes to a datagrid
Posted by Scott McNair at 3/22/2006 9:54:21 AM
Hi,
I've got a dataset that I'm generating through a webservice. I would like
to instantiate one of the tables in the set as a grid. Some of the columns
in that grid should be editable via a textbox control, and I'd also like to
have a checkbox to mark rows for delete, and some button con... more >>
Nested Datagrids Events Question
Posted by seal at 3/22/2006 8:47:30 AM
I was struggling with a nested control event not firing and I found the
culprit to be the following line in my code behind,
e.Item.Cells[2].Controls.Add(MyNewDatagrid);
Is there a way to add a datagrid this way, and still get the events?
Thanks ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|