Ask a Question related to ASP.NET General, Design and Development.
-
dsoltesz #1
Item Cell Text in grid
Thanks
get>-----Original Message-----
>I have a grid that has a couple columns all are bound
>columns except one..which is a button column. I use the
>code
>
>TableCell IDColumn = e.Item.Cells[1];
>FileName = IDColumn.Text;
>
>if I set the cell index to any of the bound columns Ithe>the text out of the cell...if I set the cell index to>button column I don't get the value even though there is
>data in the field?
>
>.
>dsoltesz Guest
-
Cell Focus after adding a new DataGrid item
I am trying to add a new item to a datagrid instance and then set focus to the first cell of the new record. There appears to be a sequencing... -
Data Grid cell press question...
Ok, I've been working days on this and finally have broke down to ask. I'm importing via coldfusion, information from a database. Like the parks... -
Problem Editing Grid Cell
When the user clicks on a cell, it properly opens for editing. When the user then types in new data, the old data is still there with the new data... -
Getting the value of another cell in Grid in ItemTemplate
Here's a tough one, but one I've run into serveral times now. I know that you can use DataBinder.Eval(Container, "Field") to set a value of a... -
retrieving text from a selected data grid row cell...
this was working Dim szMsgNumber = db_grid.SelectedItem.Cells(0).Text until i changed the first column (at index 0) to a ASP:ButtonColumn... -
Serdar Kalayci #2
Re: Item Cell Text in grid
I had a similar problem. How can access a TextBox's value in the column
footer when a button outside the DataGrid (that means I don't have e as
DataGridItemEventArgs) is clicked...
Serdar KALAYCI
"dsoltesz" <dan_soltesz@hotmail.com> wrote in message
news:2e3701c33fc1$fec5cdc0$a601280a@phx.gbl...> Thanks
>> get> >-----Original Message-----
> >I have a grid that has a couple columns all are bound
> >columns except one..which is a button column. I use the
> >code
> >
> >TableCell IDColumn = e.Item.Cells[1];
> >FileName = IDColumn.Text;
> >
> >if I set the cell index to any of the bound columns I> the> >the text out of the cell...if I set the cell index to> >button column I don't get the value even though there is
> >data in the field?
> >
> >.
> >
Serdar Kalayci Guest



Reply With Quote

