Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
My aspx page is like this,
ASP.NET
<asp:MultiView ID="MultiView1" runat="server">
<asp:View ID="View1" runat="server">

<asp:View ID="View2" runat="server">
<asp:MultiView ID="MultiView2" runat="server">
<asp:View ID="View3" runat="server">

I am unable to access multiview2. Can anyone help please?
Posted
Updated 6-Sep-11 18:29pm
v3
Comments
BobJanova 6-Sep-11 9:27am    
Don't you need to close those tags?

Putting 'give response immediately' is a good way to get ignored. We are not being paid to answer these questions and this site is not your personal problem solver.
_Zorro_ 6-Sep-11 12:16pm    
Second that. The "give response immediatly" is the reason why I won't even read the rest of the question. (check your missing closing tags as BobJanova said)

Next time think about how you ask for help.
Philippe Mori 6-Sep-11 20:02pm    
Effectively... making a question appears to be urgent won't help to get an answer. It is quite the contrary here.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900