i would like to develop a webpage which contains the add,edit,delete functionlities in one page, is it recommeded or not. clarify..
i didn't find any menus as like in desktop application.. should i use user control or custom control. refer me any sites..
(the same way i have to follow the whole web application)
san jaPosted Aug 23, 2007, 2:12 AM
you can do add, edit delete or update kind of thigs on one page, no problem for that. You need to pass proper parameter in it to hendle which record is updated or deleted. or you can do these things by littel coding. you can user objectdatasource, by this you can do less coding and you can generate 3 tier appliaction.
Munir ShaikhPosted Jul 30, 2007, 6:51 AM
You can do add, edit & delete functionality on one page, provided that you should follow some architecture eg. MVC, 3-tire architecture, or even you can do it in single page but you need to pass action on each click like on edit which record to edit, or to delete what record to delete etc.
And finally handdle database connection properly with error messages.
Regards,
>>Munnamax