gpt4 book ai didi

c# - 文本框中的 OnClick 事件

转载 作者:太空宇宙 更新时间:2023-11-03 20:33:30 25 4
gpt4 key购买 nike

我在网页中有一个文本框。

//.aspx

<td class="style2">Start of Date:<asp:TextBox ID="TextBox1" runat="server" 
Height="22px"
ontextchanged="TextBox1_TextChanged" Width="157px"></asp:TextBox>
</td>

//aspx.cs

protected void cntCalendar_SelectionChanged(object sender, EventArgs e)
{
TextBox1.Text = cntCalendar.TodaysDate.ToShortDateString();
}

现在我可以从日历中获取文本框中的值,但我的问题是我无法让日历在文本框中显示 onclick 并在选择日期后隐藏。谁能帮我解决这个问题。

最佳答案

使用 ASP.NET AJAX 工具包中的 CalendarExtender 类。
Downloadusage
您不应该为选择的日期进行回发。

关于c# - 文本框中的 OnClick 事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6225286/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com