Datagrid edit

SumeetK

Newcomer
Joined
Feb 19, 2004
Messages
9
Hi all

I have a query..

How to edit in Datagrid (ASP.Net) without using any controls (textbox) within datagrid??

If anyone has a answer pls. help.

Thanks
 
SumeetK said:
Hi all

I have a query..

How to edit in Datagrid (ASP.Net) without using any controls (textbox) within datagrid??

If anyone has a answer pls. help.

Thanks

Baically you can't!! When using the edit feature of the datagrid, you would notmally use a textbox. combo, checkbox etc to edit the required data for that particular row.


The only other possible way would be some sort of javascript, but that would seem a bit overkill!!
 
Means that Datagrid cannot perform as what can be done in WindowsForm??

edit inside the datagrid, add new record inside datagrid??

If so, why microsoft never realise about this weakness???
 
Back
Top