Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > MultiView

Reply
Thread Tools

MultiView

 
 
Mat
Guest
Posts: n/a
 
      12-15-2006
Can a multiview be controlled manually from the screen?


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      12-15-2006
"Mat" <> wrote in message
news:EMygh.21230$.. .

> Can a multiview be controlled manually from the screen?


More info, please...


 
Reply With Quote
 
 
 
 
Goofy
Guest
Posts: n/a
 
      12-15-2006
'Multiview' is a container in which you can add 'Views' one view at a time
may be enabled thus enabling the developer to provide a way of a single form
containing a large amount of logically groups server controls.

You can select which view you want by setting a property on the MultiView
control

Multiview1.ActiveViewIndex = 1 '//The chosen view

HTH


"Mat" <> wrote in message
news:EMygh.21230$.. .
> Can a multiview be controlled manually from the screen?
>



 
Reply With Quote
 
Mat
Guest
Posts: n/a
 
      12-16-2006
so you could select a view inside a multiview using radio-buttons per
example.

txs HTH

"Goofy" <> wrote in message
news:...
> 'Multiview' is a container in which you can add 'Views' one view at a time
> may be enabled thus enabling the developer to provide a way of a single
> form containing a large amount of logically groups server controls.
>
> You can select which view you want by setting a property on the MultiView
> control
>
> Multiview1.ActiveViewIndex = 1 '//The chosen view
>
> HTH
>
>
> "Mat" <> wrote in message
> news:EMygh.21230$.. .
>> Can a multiview be controlled manually from the screen?
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing TextBox.Text from MultiView.ActiveIndex 0 in MultiView.ActiveIndex 1 Andy B ASP .Net 0 12-29-2008 04:56 PM
Databinding Problem with Dropdownlist with Multiview Control in VB =?Utf-8?B?RmFidWxvdXNzaXRlcw==?= ASP .Net 0 01-09-2006 04:19 PM
Is MultiView the same as a TabStrip in ASP.NET 2.0? needin4mation@gmail.com ASP .Net 7 12-29-2005 08:10 PM
multiview without postback Stephen ASP .Net 2 08-02-2005 09:07 PM
bug? formview inside multiview coli@rocketmail.com ASP .Net 0 12-01-2004 08:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57