like customers, companys, manufacturers wich has always the same basics
working like a gridview showing the records, and the basic functions:
inserting, editing and deleting records from tables... What is the best
method to do/optimize that? Creating each .aspx ?
Because what most changes is the fields tables... what do you suggest?
ThanksI think that the best practice would be to make an page class with all
customization needed and every time you inherit from it only add the columns
and extra requiremente.
--
best regards,
Sergio E.
DCE2005 - 2*
"Paulo Roberto" <paulo.roberto@.edt.com.brescribi en el mensaje
news:OP$HgTJ1HHA.4652@.TK2MSFTNGP05.phx.gbl...
Quote:
Originally Posted by
Hi, I have a VS2005 asp.net 2.0 C# application with a lot of screens just
like customers, companys, manufacturers wich has always the same basics
working like a gridview showing the records, and the basic functions:
inserting, editing and deleting records from tables... What is the best
method to do/optimize that? Creating each .aspx ?
>
Because what most changes is the fields tables... what do you suggest?
>
Thanks
>
On Aug 2, 3:14 am, "Sergio E." <gruporemp[ARROBA]hotmail.comwrote:
Quote:
Originally Posted by
I think that the best practice would be to make an page class with all
customization needed and every time you inherit from it only add the columns
and extra requiremente.
>
--
best regards,
Sergio E.
DCE2005 - 2*
>
"Paulo Roberto" <paulo.robe...@.edt.com.brescribi en el mensajenews:OP$HgTJ1HHA.4652@.TK2MSFTNGP05.phx.gbl. ..
>
>
>
Quote:
Originally Posted by
Hi, I have a VS2005 asp.net 2.0 C# application with a lot of screens just
like customers, companys, manufacturers wich has always the same basics
working like a gridview showing the records, and the basic functions:
inserting, editing and deleting records from tables... What is the best
method to do/optimize that? Creating each .aspx ?
>
Quote:
Originally Posted by
Because what most changes is the fields tables... what do you suggest?
>
Quote:
Originally Posted by
Thanks- Hide quoted text -
>
- Show quoted text -
here's a small tip how it can be implemented
http://www.codeguru.com/csharp/.net...cle.php/c11939/
0 comments:
Post a Comment