我有一个隐藏控件(一个asp.net标签),希望在用户单击按钮时显示它。
这是隐藏的控制
<asp:Label ID="lblCityRequired" visible="False" runat="server" Text="Required if Country State are selected"></asp:Label>
以下是javascript代码
function showLabel()
{
$("#lblCityRequired").show();
}
func
我的aspx标签代码如下所示。默认情况下,我希望禁用标签。
<asp:Label runat="server" ID="ErroMsg" Text="User id or password is wrong" CssClass="labelHide"></asp:Label>
错误的用户i/密码提供了场景的代码背后,我想启用这个标签。
protected void LoginButton_Click(object sender, EventArgs e)
{
If
$(document).ready(function () {
$("#MainContent_ddlFieldName").live("change", function () {
var id = $(this).val();
var name = $(this + "option:selected").text();
$('#<%= lblValue.ClientID %>').text(name)
当没有回发但失败时,我试图将标签的文本分配给隐藏字段。我就是这么做的。
If Not IsPostBack Then
Dim structPayperiod As strcPayperiodDet
structPayperiod = objTimeSystem.getCurrentPayPeriod()
hdnPayperiodseq.Value = structPayperiod.Payperiodid
hdnPayPeriodStartDt.Value = structPayperiod.s