asp.net 控件查找
如何在后台通过调用控件ID ,获取所对应的值:
前台代码,如下:
<ul class="ul_1">
<li>
<asp:RadioButtonList runat="server" ID="RadioButtonLis1" RepeatColumns="5" RepeatLayout="Table">
<asp:ListItem Text="5分" Value="5"> </asp:ListItem>
<asp:ListItem Text="4分" Value="4"> </asp:ListItem>
<asp:ListItem Text="3分" Value="3"> </asp:ListItem>
<asp:ListItem Text="2分" Value="2"> </asp:ListItem>
<asp:ListItem Text="1分" Value="1"> </asp:ListItem>
</asp:RadioButtonList> </li>
<li>
 
相关问答:
select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
前段时间碰到一道面试题如下:
test.aspx页面有如下代码:
Response.Write(Test.GetDate());
Test类如下:
public class Test
{
static string dt="";
public static s ......
ASP.NET MVC架构发布了,你用了吗?
还在学习中
我也在学习。买书,听教程,看网上资料,下载例子,感觉听不错的,不过比起工厂模式,似乎逊色了点。。。欢迎到我博客互相学习
都用了5个版本了 从 PV1 到beta ......
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
请问各位大虾 学习ASP.NET哪些问题在工作中是常用的 我是一名大学生 希望推荐几本书 谢谢了
asp.net宝典 你必须知道的.net 框架设计
下载天轰穿的视频教程,还不错,有空了再学习一下js和css,如果做web,这两个 ......