asp.net 4.5 练习~test4-9
发布日期:2021-05-06 21:15:31 浏览次数:14 分类:技术文章

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

webform1.aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="test4_9.WebForm1" %>
小学
初中
高中
大学专科
大学本科
硕士研究生
博士研究生

webform1.aspx.cs

using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace test4_9{    public partial class WebForm1 : System.Web.UI.Page    {        protected void Page_Load(object sender, EventArgs e)        {        }        protected void btn_submit_Click(object sender, EventArgs e)        {            string result = RadioButtonList1.Text;            lbl_tips.Text = Label1.Text + result;        }    }}

 

上一篇:asp.net 4.5 练习~test4-10
下一篇:asp.net 4.5 练习~test4-8

发表评论

最新留言

初次前来,多多关照!
[***.217.46.12]2025年03月24日 11时33分16秒