Connecting Tech Pros Worldwide Forums | Help | Site Map

Is having multiple gridviews and formviews on a single page a good practice?

dan
Guest
 
Posts: n/a
#1: Jun 27 '08
Hi,

I think I need a gridview, formview, another gridview, and another formview
on a single page. There is a parent-child relationship between the first
gridview and the formview and then between second gridview and the second
formview. There is also a parent-child relationship between the first
formview and the second gridview.

Does the above look like a good practice in asp.net?

I will welcome any suggestions.
Thanks,
Dan



Mark Rae [MVP]
Guest
 
Posts: n/a
#2: Jun 27 '08

re: Is having multiple gridviews and formviews on a single page a good practice?


"dan" <dan@nocompany.comwrote in message
news:OSFbbkIoIHA.2208@TK2MSFTNGP04.phx.gbl...
Quote:
I think I need a gridview, formview, another gridview, and another
formview on a single page. There is a parent-child relationship between
the first gridview and the formview and then between second gridview and
the second formview. There is also a parent-child relationship between
the first formview and the second gridview.
>
Does the above look like a good practice in asp.net?
There's certainly no *technical* reason why you can't have more than one
GridView and/or FormView on the same page...

Whether that's "good practice" or not is impossible to say without knowing
how the page actually works / looks...

Does it work?
Is it efficient?
Does it look good / well designed?
Have any of your users complained?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Closed Thread