Ask a Question related to ASP.NET General, Design and Development.
-
Terry Burns #1
Re: Add/Edit/Delete Fields in Datagrid
You can edit in-place abyway. Suggest you consifer using right click invoked
context menus for Insert/Delete functions, its cleaner
"Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...I> I am pretty comfortable making a datagrid containing only the columns thatedit> want, but now how tdo I add functionality to insert, edit, and delete rows
> from the datagrid? Like there would be an edit and delete button next to
> each column. Delete would do the obvious, and edit would turn every column
> for that row into a text box or drop down list or something so I couldand> that and then save/cancel changes. At the very bottom of my datagrid, I
> would have a blank row of edit columns to insert a new record...
>
> Anyone point me in the direction of a tutorial? Oh, I program in VB.NET> Have visual studio 2003. Thanks!
>
> Jordan
>
>
Terry Burns Guest
-
Edit, Add , Delete Data from a DataGrid
Hi... I am pretty new to the .NET especially Visual C++.NET . I have a question maybe the experts here can answer. I have an XML file and the... -
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
Delete key doesn't delete when datagrid is bound to a disconnected table
(Re: WinForm Datagrid) I manually built a table instead of filling it from a datasource. I bound my datagrid to the table. The datagrid works great.... -
DataGrid with edit,insert & delete but with no ViewState !?
is this possible and how? -
Displaying additional fields on edit in datagrid
I built a sweet data grid to display contacts, custom paging, bidirectional sorting, adjustable row display count, in-place editting, all the... -
Jordan Marton #2
Re: Add/Edit/Delete Fields in Datagrid
This is for ASP.NET not a win form.
Jordan
"Terry Burns" <terry_burns@BTOpenworld.com> wrote in message
news:ezFCm2LYDHA.2352@TK2MSFTNGP12.phx.gbl...invoked> You can edit in-place abyway. Suggest you consifer using right clickthat> context menus for Insert/Delete functions, its cleaner
>
>
>
>
> "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
> news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...> > I am pretty comfortable making a datagrid containing only the columnsrows> I> > want, but now how tdo I add functionality to insert, edit, and deletecolumn> > from the datagrid? Like there would be an edit and delete button next to
> > each column. Delete would do the obvious, and edit would turn every> edit> > for that row into a text box or drop down list or something so I could> and> > that and then save/cancel changes. At the very bottom of my datagrid, I
> > would have a blank row of edit columns to insert a new record...
> >
> > Anyone point me in the direction of a tutorial? Oh, I program in VB.NET>> > Have visual studio 2003. Thanks!
> >
> > Jordan
> >
> >
>
Jordan Marton Guest
-
Terry Burns #3
Re: Add/Edit/Delete Fields in Datagrid
Sorry that was not clear from your posting.
Good Luck !
"Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
news:OXYe2sMYDHA.440@tk2msftngp13.phx.gbl...to> This is for ASP.NET not a win form.
>
> Jordan
>
> "Terry Burns" <terry_burns@BTOpenworld.com> wrote in message
> news:ezFCm2LYDHA.2352@TK2MSFTNGP12.phx.gbl...> invoked> > You can edit in-place abyway. Suggest you consifer using right click> that> > context menus for Insert/Delete functions, its cleaner
> >
> >
> >
> >
> > "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
> > news:ez1rwBLYDHA.388@TK2MSFTNGP10.phx.gbl...> > > I am pretty comfortable making a datagrid containing only the columns> rows> > I> > > want, but now how tdo I add functionality to insert, edit, and delete> > > from the datagrid? Like there would be an edit and delete button nextI> column> > > each column. Delete would do the obvious, and edit would turn every> > edit> > > for that row into a text box or drop down list or something so I could> > > that and then save/cancel changes. At the very bottom of my datagrid,VB.NET> > > would have a blank row of edit columns to insert a new record...
> > >
> > > Anyone point me in the direction of a tutorial? Oh, I program in>> > and> >> > > Have visual studio 2003. Thanks!
> > >
> > > Jordan
> > >
> > >
> >
>
Terry Burns Guest



Reply With Quote

