Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
PaulNaude #1
Datagrid: How do I allow edits but not new records?
I would like to allow editing of data displayed in a datagrid but not the
adding of new records.
How do you set it up?
PaulNaude Guest
-
Updating database records in a datagrid
In a datagrid, I read that you cannot add validation controls to the textboxes, you want to update, because they are using BoundColumns. I want to... -
datagrid with no records - showing a line
Hi everyone, Using asp.net and a datagrid - When there are no records returned from the query - is there a way to add/insert a line into the... -
Add new records into SQL db via datagrid
Hello group: I've searched through several postings on this question, and either they are not quite what I'm looking for, or I'm totally... -
EditItemIndex not working when adding new records with datagrid
I have a datagrid in which I added a linkbutton (to the footer of my only template column) that raises the OnClick event and fires the AddNew... -
DataGrid All Records in Edit Mode ?
Hi All, Is is possibible to put all records in a Datagrid in Edit Mode. So my users, can chose a record, put the cursor in the first field of... -
Elton Wang #2
Re: Datagrid: How do I allow edits but not new records?
Hi Paul,
If it's a web datagrid, it does not add new record automatically. I mean no
any thing you need to do.
HTH
"PaulNaude" <PaulNaude@discussions.microsoft.com> wrote in message
news:63C627A4-EF40-4973-8C5C-764AB18507DC@microsoft.com...> I would like to allow editing of data displayed in a datagrid but not the
> adding of new records.
>
> How do you set it up?
Elton Wang Guest
-
Brock Allen #3
Re: Datagrid: How do I allow edits but not new records?
The DataGrid supports inline editing. The URL below is the quickstarts for
doing this. The other option is to have a different details page (or section
on the page) for editing individual rows. This approach will be an all manual
endeavor.
[url]http://www.dotnetjunkies.com/QuickStart/aspplus/default.aspx?url=/quickstart/aspplus/doc/webdataaccess.aspx[/url]
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> I would like to allow editing of data displayed in a datagrid but not
> the adding of new records.
>
> How do you set it up?
>
Brock Allen Guest



Reply With Quote

