Enter Keywords:
1 - 10 of 35(0 seconds)
Sort By:
 
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...
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 ...
Zones: ASP.Net ProgrammingDate Answered: 11/07/2005 Rating: 7.4 Views: 4
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? ...
Zones: ASP.Net ProgrammingDate Answered: 01/05/2007 Rating: 7.4 Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 12/12/2007 Rating: 7.6 Views: 0
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...
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...
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; }...
Zones: ASP.Net ProgrammingDate Answered: 03/10/2006 Rating: 9.8 Views: 41
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....
Zones: ASP.Net ProgrammingDate Answered: 09/19/2006 Rating: 7.4 Views: 0
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....
Zones: ASP.Net Programming, .NETDate Answered: 04/11/2007 Rating: 9.4 Views: 0
find formview in multiview c# 2.0     protected void View1_Activate(object sender, EventArgs e)     {         lblv1.Text = lblCID.Text;         FormView1.Visible = true;         //sql      ...
Zones: ASP.Net ProgrammingDate Answered: 06/04/2007 Rating: 6.2 Views: 0