|
What is "View" Control in ASP.Net?
|
|
A container control, much like PlaceHolder, But designed for use as a child of MultiView. YOu can tell if given View is being displayed using Visible, or use the Activate and Deactivate events to detect changes in activation state.
|
|
|
|
|
|
|
|