Click here to Skip to main content
15,923,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: .Net Application with multiple languages PinPopular
J4amieC17-Sep-08 23:32
J4amieC17-Sep-08 23:32 
GeneralRe: .Net Application with multiple languages Pin
eyeseetee17-Sep-08 23:42
eyeseetee17-Sep-08 23:42 
GeneralRe: .Net Application with multiple languages [modified] Pin
Pete O'Hanlon18-Sep-08 0:36
mvePete O'Hanlon18-Sep-08 0:36 
GeneralRe: .Net Application with multiple languages Pin
J4amieC18-Sep-08 1:08
J4amieC18-Sep-08 1:08 
Questionhow i use checkboxlist in Asp.net 2005 Pin
gautamamit817-Sep-08 22:51
gautamamit817-Sep-08 22:51 
AnswerRe: how i use checkboxlist in Asp.net 2005 Pin
eyeseetee17-Sep-08 22:57
eyeseetee17-Sep-08 22:57 
Questionusing oracle client server Pin
brettokumar17-Sep-08 22:46
professionalbrettokumar17-Sep-08 22:46 
Questioncann't set radiobuttonlist.item(0).selected=true in multiview [modified] Pin
Mhiny17-Sep-08 22:36
Mhiny17-Sep-08 22:36 
Hi
I cann't set radiobuttonlist.item(0).selected = true in multiview control.
When i change the radiobuttonlist selected to item(1) in view 2 and back to view 1 and go to view 2 again .I cann't change selected to item 0.

.aspx page
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        asp:MultiView ID="MultiView1" runat="server">
            <asp:view id="View1" runat="server" xmlns:asp="#unknown">
                 <asp:button id="Button1" runat="server" text="Button" />
       
            </asp:view>
            <asp:view id="View2" runat="server" xmlns:asp="#unknown">
               
                <asp:button id="Button3" runat="server" text="Button" />
                               <asp:radiobuttonlist id="RadioButtonList1" runat="server">
                    <asp:listitem selected="True" value="0">x</asp:listitem>
                    <asp:listitem value="1">t</asp:listitem>
                </asp:radiobuttonlist>

</asp:view>
    
        
    </form>
</body>
</html>


code behind
Partial Class test
    Inherits PageBase
    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
        Me.RadioButtonList1.Items(0).Selected = True
        Me.MultiView1.ActiveViewIndex = 1
    End Sub
    Protected Sub Button3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Click
        Me.MultiView1.ActiveViewIndex = 0
    End Sub
End Class


please help me Sigh | :sigh:

modified on Thursday, September 18, 2008 5:07 AM

AnswerRe: cann't set radiobuttonlist.item(0).selected=true in multiview Pin
eyeseetee17-Sep-08 22:55
eyeseetee17-Sep-08 22:55 
GeneralRe: cann't set radiobuttonlist.item(0).selected=true in multiview Pin
Mhiny17-Sep-08 23:15
Mhiny17-Sep-08 23:15 
GeneralRe: cann't set radiobuttonlist.item(0).selected=true in multiview Pin
eyeseetee17-Sep-08 23:23
eyeseetee17-Sep-08 23:23 
QuestionMouse Move and Click application help Pin
Vaibhav Saran17-Sep-08 21:36
Vaibhav Saran17-Sep-08 21:36 
Questionhow to display message and redirect to another page Pin
imranafsari17-Sep-08 21:33
imranafsari17-Sep-08 21:33 
AnswerRe: how to display message and redirect to another page Pin
eyeseetee17-Sep-08 22:17
eyeseetee17-Sep-08 22:17 
AnswerRe: how to display message and redirect to another page Pin
Sandeep Akhare17-Sep-08 22:28
Sandeep Akhare17-Sep-08 22:28 
QuestionExporting Image to PowerPoint, MS Word and PDF Pin
K V Sekhar17-Sep-08 21:12
K V Sekhar17-Sep-08 21:12 
AnswerRe: Exporting Image to PowerPoint, MS Word and PDF Pin
Ravi Sant3-May-11 0:37
Ravi Sant3-May-11 0:37 
Questionsuperscript register mark sign Pin
grewin17-Sep-08 21:02
grewin17-Sep-08 21:02 
QuestionDate format Porblem Pin
Member 343561417-Sep-08 20:54
Member 343561417-Sep-08 20:54 
AnswerRe: Date format Porblem Pin
N a v a n e e t h17-Sep-08 21:05
N a v a n e e t h17-Sep-08 21:05 
QuestionTwo pop up window not open at the same time . Help Me Pin
Sneha Bisht17-Sep-08 20:53
Sneha Bisht17-Sep-08 20:53 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sandeep Akhare17-Sep-08 22:33
Sandeep Akhare17-Sep-08 22:33 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sandeep Akhare17-Sep-08 22:40
Sandeep Akhare17-Sep-08 22:40 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sneha Bisht17-Sep-08 23:11
Sneha Bisht17-Sep-08 23:11 
Questionregister trade mark sign Pin
grewin17-Sep-08 20:46
grewin17-Sep-08 20:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.