Tagged Questions
The multiview tag has no wiki summary.
10
votes
5answers
2k views
What is an appropriate use for ASP.NET's MultiView control?
What are some scenarios where MultiView would be a good choice? The MultiView control along with its View controls simply seem to extend the notion of Panels.
Both Panels and MultiViews seem prone ...
6
votes
1answer
882 views
Autocomplete jQuery on User Controller within Repeater .NET
I have a Multiview search feature on a Web User Controller that is called within a Repeater, OHMY!!
I have some training sessions being listed out on a page, each calling an employeeSearch Web User ...
3
votes
2answers
599 views
Complex multiview iphone ios
i need to implement a multiview app really complex to me and i need some advice. The multiview app is something like:
First view: Normal UIViewController with one button, when i push it go to second ...
3
votes
1answer
109 views
Why does the Passenger/mod_rails documentation ask me to explicitly disable MultiViews?
From the documentation:
<VirtualHost *:80>
ServerName www.mycook.com
DocumentRoot /webapps/mycook/public
<Directory /webapps/mycook/public>
Allow from all
...
2
votes
2answers
277 views
can i use multiviews and views for every single thing, i can do on a aspx page?
in short what are the limitations i will experience?
using
vs08, webapplication
note
any disadvantage u can think of, or have encountered
e.g. regarding coding, postback, event handling, ...
2
votes
1answer
205 views
Validation control issue
I have a multiview that simulates a menu with different kind of options.
Each view within the multiview control holds a bunch of controls (listbox, label, etc..)
Everything worked just fine, until i ...
2
votes
2answers
507 views
Adding another view to a view based application
I'm developing an iphone apllication that stores some data into a database. That is working fine. But now i have a problem when i want to show the data. Because to show the data i need to design ...
2
votes
1answer
194 views
ASP.NET MultiView by ID?
Is there a way to set the active view in a MultiView by ID rather than by index?
Something like this?
multiviewProgress.Views["step3"].SetToActiveView();
2
votes
3answers
4k views
UserControl's Event Handler not firing
I dynamically load a UserControl into a View that's in a MultiView control. Although the UserControl adds an event handler, the event never fires.
What am I missing here?
Thanks!
Containing ASPX ...
1
vote
1answer
27 views
Is there any preferred approach to constructing multiview applications in iOS?
Short Introduction
I am kind of new in the field of app development using the iOS platform. Currently I'm in need of developing a multiview application for iPhone as well as iPad.
My Research
I've ...
1
vote
1answer
111 views
asp:multiview control - can we show all the views on one tab instead of different tabs
I have used a Multiview control in my code where i display 5 views on my page. Currently, I am trying to implement "Print" functionality" using CSS and what I want is to display all the 5 views ...
1
vote
1answer
126 views
iOS - MultiView Application - Memory concerns
I have a MultiView app and I have some memory concerns and I would appreciate some advice..
I have an application which initially loads a switch controller which enables the user to change between ...
1
vote
1answer
42 views
Error in MultiView Window Based app
I'm trying to followng the following tutorial http://www.xcode-tutorials.com/multiview-application/
but I kept running into a
"Could not load NIB in bundle: 'NSBunde...."
It failed in the button ...
1
vote
1answer
176 views
ASP.NET Multiview Step, Catching the user hitting back button in browser on final step
I build a multiview form which has 3 steps.
On the last step I simply show a confirmation screen and set this variable.
//Set Session Variable to remember registration is completed
...
1
vote
1answer
379 views
I have a C# Multiview and everytime I click on the last menu item it gives me an error
I have a C# Multiview and everytime I click on the last menu item it gives me an error and stops running in Visual Studio 2010. The error is 'ActiveViewIndex is being set to '8'. It must be smaller ...
1
vote
2answers
367 views
In jQuery, how would I wait until an ASP.NET Multiview changes its ActiveViewIndex via PostBack?
I am working in ASP.NET 3.5 with VB.NET as my server-side language. I am using JavaScript via jQuery 1.5.2 as my client-side language. I am trying to do a prototype / namespace setup with this page. ...
1
vote
3answers
879 views
Xcode Error: Incompatible Objective-C types. Expected 'struct UIView'
I am starting a multiview app with two views: NewGame and Players. I thought I was setting everything up properly, but apparently not.
MainViewController.h
#import <UIKit/UIKit.h>
@class ...
1
vote
4answers
1k views
FileUpload not working in Multiview and updatepanel
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel runat="server">
<Triggers>
<asp:PostBackTrigger ControlID="Button1" />
...
1
vote
2answers
273 views
Is it possible to show two active indexes for a multiview at a time
I am having a multiview with
Activeviewindex=-1.
I will have some views assume 3. In one view i will have a grid view placed and the other 2 views contain some controls. Now initially i will ...
1
vote
1answer
240 views
Objective C - can a custom built tab bar be hidden in some views in a multiview application?
I am new to programing and am trying to create a multiview application. To start, I can successfully create a multiview application without the prebuilt tab bar. What I'd like to do now is hide the ...
1
vote
2answers
142 views
iPhone SDK Managing Memory for Multiview app
I have an app that programmatically creates labels and text fields based on the contents of a text file. Whenever the view controller is loaded, it creates text fields and labels that are different ...
1
vote
0answers
158 views
Asp.net Multiview Word Wrap Problem (Visual Studio 2010)
I am using ASP.net MULTIVIEW control, but when I enter text in one of it's VIEW the text got expanded beyond specified width i.e. 200px in Visual Studio. What I want is to wrap the text within ...
1
vote
0answers
273 views
Gridview Usercontrol in multiview:RowCommand fire only in first view
I have a Gridview inside a usercontrol with a rowcommand event. this usercontrol is loaded dynamically into every view in multiview.
when I click on the imagebutton inside the gridview, the ...
1
vote
2answers
325 views
Multiple View App shows Blank Screen in Simulator
I am developing a simple app that first shows a menu screen, and when a button is pressed, a game screen appears. I was able to develop the game screen without any issues, but when I changed the code ...
1
vote
0answers
170 views
A little bit more complicated multiview App for Iphone
i'm new to iphone development. I spend several days by looking for how write muliview app for an Iphone OS. I found how to switch the diferent views without navigation hierarchy (in this article). ...
1
vote
1answer
340 views
Aletrnatives to MultiView in ASP.NET
The website I'm building contains a large number of views which will be displayed on the same place but hidden or shown according to how the user navigates the menu.
It gets quite messy in visual ...
1
vote
4answers
703 views
Best approach for one view to call a tabbed view on iPhone
EDIT Let me simplify the question: Suppose your application has
two views, the home view and a tabbed
view with 3 tabs. The home view has
three standard buttons named "Tab1",
"Tab2" and "Tab3". When ...
1
vote
1answer
1k views
iPhone multi view application design question
I have a question about iPhone app design approach... I have in mind to make some complex application and I think that the best base for my needs is "Tab Bar Application" template. Actually, I've ...
1
vote
1answer
959 views
How to use the ASP .NET AJAX Toolkit Tab with a Grid View inside
I have already search for some time over the net on how to create an ASP .NET AJAX toolkit tab control which uses GridView inside, could anyone point me on how to do this?
Right now, our GUI team has ...
1
vote
1answer
790 views
Trying to set view inside UpdatePanel in PageLoad
I'm having trouble with a combination of an UpdatePanel and MultiView.
I have an UpdatePanel at my top level, inside I have a bunch of imagebuttons - their click events set the view on the Multiview, ...
1
vote
1answer
1k views
Access UpdatePanel inside View from Another UpdatePanel ASP.Net
I have two updatePanels
UpdatePanel1 contains a button
UpdatePanel2 is inside a Multiview View1:
.
<Multiview>
<View1>
<UpdatePanel2>
</UpdatePanel2>
...
1
vote
2answers
1k views
Communicate between UpdatePanels ASP.Net
I have placed a treeView in One Update Panel and Each View in one update Panel
something like this
<UpdatePanel id="UP1">
<ContentTemplate>
<TreeView/>
...
0
votes
1answer
25 views
ASP.Net MultiView & JQuery Accordion
I have a jQuery accordion running inside an ASP.Net MultiView.
It works fine if placed on the first view, however when changing to another view with the accordion on it fails to work.
Looking in ...
0
votes
0answers
33 views
navigate between views using hyperlink
I have a muliview control with 2 views(view1 and view2) and each view has a datagrid. In view1 datagrid i have a column(customerid) with hyperlink control(not a link) and user can click on it and it ...
0
votes
1answer
26 views
ASP.NET Tabs to Navigate to Existing Pages
I am writting a log viewer application,and i have all the pages already written. (Visualizer,Configuration and a third one).
Is it possible to create a tabbed control or anything like this,that allow ...
0
votes
3answers
84 views
How to input an argument into CGContextSetRGBFillColor?
I'm trying to input the arguments for CGContextSetRGBFillColor using a data type. For example:
NSString *colorcode = ctx, 0, 1, 0, 0;
CGContextSetRGBFillColor(colorcode);
But I get an error saying ...
0
votes
1answer
117 views
PlaceHolders and Persistent Dynamic Controls (ADVANCED)
Warning! This problem is not for the feint of heart. I've spent several days in all trying to troubleshoot it.
I have a Wizard control with about 5 steps, each with several controls ranging from very ...
0
votes
0answers
56 views
Resetting Controls in a view of a Multiview Control
My Program has 1 menu and 2 multiviews.
Both the multiviews have 7 views and 6 views resp.
<asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
<asp:View ID="Tab1" ...
0
votes
0answers
52 views
Layout Multiview Rotated iPhone App with a Toolbar
I have a multiview app with a Toolbar. The Root view controller controls the toolbar, but the other views have their own view controller class. I use code like this to load the views:
...
0
votes
0answers
9 views
Getting access to the widgets on another tab
I have a series of tabs implemented in my application similar to:
http://microsoftblog.co.in/aspnet/2009/04/11/implementing-tabs-using-multiview-control-aspnet/
My question is that when I select a ...
0
votes
0answers
35 views
How to get access to TabBarController from the different file?
I need to create an application controlled by a NavigationController which consists of four views. The fourth (which is controlled by a TabBarController) should be accessible both from the third and ...
0
votes
1answer
46 views
How to transmit data from file to file in xcode 4?
I'm an absolute beginner in iphone development (actually i've been studying it just for three days ) and one thing which i have to implement is not understandable to me.
I need to create multiview ...
0
votes
1answer
81 views
multiview iPhone application [closed]
I am trying to build an application that upon opening you will see a table view, with several elements. After you click on an element you will be taken to a new view which is a tab bar controller. I ...
0
votes
0answers
122 views
asp.net validator under inactive Multiview view client validation problem
I'm doing a master detail control that has a multiview control with two views. This multiview is under an updatepanel.
Defaullt view has the grid and the inactive one has the detail formview.
When ...
0
votes
1answer
466 views
Working with Multiple Views in Xcode 4?
I'm doing some tutorials on iPhone development and I am working with window based applications to create an app with multiple views (The tutorial I'm using is from TheNewBoston 21-26). I'm currently ...
0
votes
4answers
64 views
Displaying an Alert box on receiving response from server in iphone SDK
On Iphone App start I start a background thread to receive some data from server .
where it allows the user to navigate through different views . I have to display an alert when I have a response from ...
0
votes
1answer
137 views
How to use pan gesture on mutiple UIImageView
I develop app that have many view but when i want to move certain view (backgndView) using pan gesture, the other view was moved. Seem my desired view not active. Here the code.
//---pan gesture---
...
0
votes
2answers
82 views
efficient way of making a multiview app?
The app I'm making utilizes multiple views. such as a disclaimer view, a view to display answer so on and so forth.Up until now this is the code that I've been using to switch from one view to another ...
0
votes
3answers
107 views
iOS - How to remove previous view after loading a new view?
I am practicing multiview but having a small problem.
When my new view gets loaded, i can still see previous view.
How to make previos view invisible??
Here is my code :-
- ...
0
votes
1answer
79 views
Setting SelectedValue of ASP.NET menu programatically
I have a MultiView and a Menu in my ASP.NET page - each menu item has a Value property which corresponds to the ViewIndex of the tab to show.
I will sometimes need to set the active view ...