Ask a Question related to ASP.NET General, Design and Development.
-
Ruby #1
Add new row in DataGrid
Hi all...
I have a datagrid in web form binded with datasource, and I want to make a
new row whenever I press enter in last row and last column with insert
state.
Is that posible to make that kind of event? :)
Thank alot
Ruby
Ruby Guest
-
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event.
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the... -
UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of... -
problema ultima pagina datagrid asp.net/problem last page datagrid
ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
Rajeev Soni #2
Re: Add new row in DataGrid
Hi
yes it is possible.
after binding the Datagrid... get the reference of Last col of last row and and the attribute for the event when keypress.
and in the javascript if the keypress scan code is Enter-Key then post back the form to handle event.
rajeev
"Ruby" <ruby@goldmart.co.id> wrote in message news:3f1f7edd@news.cbn.net.id...> Hi all...
>
> I have a datagrid in web form binded with datasource, and I want to make a
> new row whenever I press enter in last row and last column with insert
> state.
> Is that posible to make that kind of event? :)
>
> Thank alot
> Ruby
>
>
>
>Rajeev Soni Guest
-
latha #3
Add new row in datagrid
Hi
How can add a new row and save changes in a datagrid?
Thanks
--
Soly
latha Guest
-
Alvin Bruney [MVP - ASP.NET] #4
Re: Add new row in datagrid
did you google for this before posting? there are tons of examples on the
web about this
--
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ [url]www.lulu.com/owc[/url], Amazon.com etc
"latha" <latha@discussions.microsoft.com> wrote in message
news:D0CB91B3-BB3E-4DF8-92F5-812F9F903F27@microsoft.com...> Hi
>
> How can add a new row and save changes in a datagrid?
> Thanks
> --
> Soly
Alvin Bruney [MVP - ASP.NET] Guest
-
latha #5
Re: Add new row in datagrid
Yes I did. But in my footer template, I wanted to know how I can filter data
in the next cell based on the value selected in the previous listbox cell.
--
Soly
"Alvin Bruney [MVP - ASP.NET]" wrote:
> did you google for this before posting? there are tons of examples on the
> web about this
>
> --
> Regards,
> Alvin Bruney - ASP.NET MVP
>
> [Shameless Author Plug]
> The Microsoft Office Web Components Black Book with .NET
> Now available @ [url]www.lulu.com/owc[/url], Amazon.com etc
> "latha" <latha@discussions.microsoft.com> wrote in message
> news:D0CB91B3-BB3E-4DF8-92F5-812F9F903F27@microsoft.com...>> > Hi
> >
> > How can add a new row and save changes in a datagrid?
> > Thanks
> > --
> > Soly
>
>latha Guest



Reply With Quote

