Monday, March 26, 2012

What is the best pratice?

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?
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.br> escribi en el mensaje
news:OP$HgTJ1HHA.4652@.TK2MSFTNGP05.phx.gbl...
> 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.com> wrote:
> 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 colu=
mns
> and extra requiremente.
> --
> best regards,
> Sergio E.
> DCE2005 - 2*
> "Paulo Roberto" <paulo.robe...@.edt.com.br> escribi=F3 en el mensajenews:O=
P$HgTJ1HHA.4652@.TK2MSFTNGP05.phx.gbl...
>
>
st
>
>
> - 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