In a multiview application, I want to display a number of views of the same type (eg. CDrawView)and document type
(eg. CDrawDoc) but if I make changes in one view I don't want it to update the oth...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10169894.html
Zones:
C++Date Answered: 06/09/1999 Rating: 8.4 Views: 0
I want to load data results from clicking a search button in to a frame like format search| Resultant Page
if the record is not found displays record not found view 1. If record found displays ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21619504.html
hello all,
I have a project which allows a user to dynamicly create a tabbed menu, which then navigates a multiview control, and attempts to load user controls into the views of the multiview?
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22090241.html
i have 3 views in my page
view1
view2
view3
when it goes from 1 to 2 to 3 i want them to start from the top of the view.
in some cases it starts at the middle of the view. is there a...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22990963.html
I've created a SDI application with 5 views. Each view loads correctly responds to the user. All the views are implemented the same way and have almost identical code. The problem is that 2 of t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11740158.htm...
Zones:
Windows MFCDate Answered: 08/14/2002 Rating: 7.2 Views: 0
hi,all
i wrote a SDI app with outlook style UI:
it has several views,you may click the button in the left pane to switch to the corresponding view in the right pane.
i created all views(apart fr...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20292044.htm...
Zones:
Windows MFCDate Answered: 07/02/2004 Rating: 5.4 Views: 0
Hi,
Can anybody share a javascript wherein the MultiView's View is being set? I have the following script/function....
function load_View(index)
{
MultiView1.ActiveViewIndex = index;
}...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21760071.html
Hi,
Need advise:
I have got two interfaces (Daily and Weekly). Both of them are separate aspx pages (eg. Figures_Daily.aspx, Figures_Weekly.aspx).
What I want is to create tabs/multiview....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21959089.html
Experiencing strange behaviors with FreeTextBox
We have used this tool before with fairly good luck, however after implementing it within a asp:Menu Tab, the editor does not always hold its width....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22496144.html
find formview in multiview c# 2.0
protected void View1_Activate(object sender, EventArgs e)
{
lblv1.Text = lblCID.Text;
FormView1.Visible = true;
//sql
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22610224.html