Reuse, as Peter has stated, is a very good reason for a user control. If you
have to reuse on many projects, you might even bite off a bit more and
create a server control.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"Andy B" <a_borka@sbcglobal.netwrote in message
news:%23soT9dhpIHA.6096@TK2MSFTNGP06.phx.gbl...
Quote:
>I have to create a complex page view that is based on dynamic code and
>datasources. I will also be using this page view more than once in the same
>project. Was wondering if this was good game for a new web user control?
>That way all I had to do was drop it on a page, set some properties on it
>and be done with it...
>
>
>