博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网站基于vs,复选框,单选款
阅读量:6502 次
发布时间:2019-06-24

本文共 3122 字,大约阅读时间需要 10 分钟。

前端代码:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>        

拥有相同属性的na组

通过按钮来测试选中什么动物

请输入0-120的任意数字:
谁最能吃

  

后端代码:

using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial class Default2 : System.Web.UI.Page{    protected void Page_Load(object sender, EventArgs e)    {    }    protected void Button1_Click(object sender, EventArgs e)    {        int s = 0;        for (int i = 1; i <= 10; i++)        {            s += i;        }        Response.Write("1到10的和为" + s.ToString());    }    protected void Button2_Click(object sender, EventArgs e)    {        if (Rn1.Checked) {TextBox1.Text = "你选中了:"+Rn1.Text;}        if (Rn2.Checked) {TextBox1.Text = "你选中了:"+Rn2.Text;}        if (Rn3.Checked) {TextBox1.Text = "你选中了:"+Rn3.Text;}        if (Rn4.Checked) { TextBox1.Text = "你选中了:" + Rn4.Text; }    }    protected void Button3_Click(object sender, EventArgs e)    {        //将文本框的值转化成 浮点型        double num = -1;        //每次运行之前要清空所选中的文本框        Label1.Text = "";        Ran1.Checked = false;        Ran2.Checked = false;        Ran3.Checked = false;        Ran4.Checked = false;        //先将文本框的值 转换成浮点型,再将其赋值给num,        //因为num事先已经是-1了,        try{num = double.Parse(TextBox2.Text);}       catch {}        if (num < 0 || num > 120) {            Label1.Text = "请输入正确的数字";        }        else{        if(num<60){Ran1.Checked = true;}             if(num>60&&num<80){Ran2.Checked = true;}             if(num>80&&num<100){Ran3.Checked = true;}             if(num>100&&num<120){Ran4.Checked = true;}        }    }    protected void rr1(object sender, EventArgs e)    {        if (R1.Checked == true)        { Label2.Text = "你选择了" + R1.Text; }    }    protected void rr2(object sender, EventArgs e)    {        if (R2.Checked == true)        { Label2.Text = "你选择了" + R2.Text; }    }    protected void rr3(object sender, EventArgs e)    {        if (R3.Checked == true)        { Label2.Text = "你选择了" + R3.Text; }    }    protected void rr4(object sender, EventArgs e)    {        if (R4.Checked == true)        { Label2.Text = "你选择了" + R4.Text; }    }      protected void Button_Click(object sender, EventArgs e)    {        if (R1.Checked == false && R2.Checked == false && R3.Checked == false && R4.Checked == false)        { Response.Write(""); }        else if (R2.Checked)        { Response.Write(""); }        else {            Response.Write("");        }    }}

  

转载于:https://www.cnblogs.com/sunyubin/p/9593519.html

你可能感兴趣的文章
composer出现404错误
查看>>
Java : List中 根据map的某个key去重
查看>>
移动端车牌识别产品特点
查看>>
centos7安装配置 nginx
查看>>
高并发场景下的缓存+数据库双写不一致问题分析与解决方案
查看>>
docker 容器开发
查看>>
FTP 服务搭建与配置
查看>>
赠书福利丨Kubernetes权威指南第4版
查看>>
EJB技术,够重!够杂!
查看>>
ubuntu12.04--中文输入法ibus安装
查看>>
OSChina 娱乐弹弹弹——程序员的那点事,你还不知道吗?
查看>>
通过域名获取IP的方法
查看>>
前端那些事之javascript内存
查看>>
QT——QT图形片
查看>>
Vue工程化
查看>>
怎么让ABBYY禁用自动处理
查看>>
lvm讲解、磁盘故障小案例
查看>>
HBase RowKey散列和预分区
查看>>
BT5重启与关机命令
查看>>
我的友情链接
查看>>