Bugzilla – Attachment 165100 Details for
Bug 313044
Radio Button Bug - Enabled - (A fix is provided)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Testcase
WebForm3.aspx (text/plain), 1.01 KB, created by
Thomas Wiest
on 2003-10-26 16:15:00 UTC
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Thomas Wiest
Created:
2003-10-26 16:15:00 UTC
Size:
1.01 KB
patch
obsolete
><%@ Page language="c#" AutoEventWireup="false" %> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ><HTML> > <HEAD> > <script language="C#" runat="server"> > private void Button1_Click(object sender, System.EventArgs e) > { > RadioButton1.Enabled = false; > } > </script> > <title>WebForm3</title> > <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> > <meta name="CODE_LANGUAGE" Content="C#"> > <meta name="vs_defaultClientScript" content="JavaScript"> > <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> > </HEAD> > <body MS_POSITIONING="GridLayout"> > <form id="Form1" method="post" runat="server"> > <asp:RadioButton id="RadioButton1" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 24px" > runat="server" Text="Test"></asp:RadioButton> > <asp:Button id="Button1" OnClick="Button1_Click" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 64px" runat="server" > Text="Disable"></asp:Button> > </form> > </body> ></HTML>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 313044
:
165099
| 165100