Ask a Question related to ASP.NET General, Design and Development.
-
Mark #1
Best Practice - Update Dynamic Datagrid
Hello,
I have a database which contains approximately 30 reference tables.
I've been looking at building a dynamic datagrid that is updateable,
but have run into problems with the Cancel and Update events not
firing. After reading several posts about the events not firing, it
seems that this may not be the best solution.
What would be the best way to handle the updates of the 30 tables?
Should I build one page with 30 datagrids and only show the one that
the user selects. Or should I build a page for each table? ...Or is
the dynamic datagrid the way to go?
Thanks,
Mark
Mark Guest
-
dynamic drop downlists in an editable dynamic datagrid.
How would we address a situation where we have to put dynamic drop downlists in an editable dynamic datagrid. So the scenario is to populate a... -
update datagrid with dynamic bound column
I have a simple question which is how to get the entered values on update so I can save them to a database? Specifically I call findControl to get... -
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... -
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... -
DataGrid - Unable to update with dynamic BoundColumns
Hi everybody, A very strange problem with WebControls : A Datagrid in an ASp.net application; Bound with a dataset through ado.net; The... -
Natty Gur #2
Re: Best Practice - Update Dynamic Datagrid
Hi,
With all the difficulties I would go for the dynamic grid. Mainly for
maintains issue. It’s better to spend your time once in the development
phase then spending time all maintains phase of the project.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

