![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi! I want to develop database web application. It will consist of many similar webpages with grid and ability to edit, insert or delete rows. All of these webpages will have grids with the same properties, ability to export data to excel or pdf, the same buttons (edit, insert, delete, export, print). What I want is to write code only once and use it in every page. In Delphi, where I usually code, I would create base class with all of these elements and use it by inheritance. I don't see this possibility in ASP.NET. Some of common elements (header, footer, menu, login redirection) of every page can by done by using master pages, but it doesn't solve my problem with grid. I could also place grid on master page, but I want to change its properties in visual design mode on every page. I want to find right approach to this problem. I've found many tutorials about creating simple database apps, but I've seen none about bigger ones. Can You help me somehow? I will use VS 2005 with C#. Thank You ![]() |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |