asp.net中的文本框的Ajax更新面板c# [英] Ajax Update Panel for textbox in asp.net c#

查看:71
本文介绍了asp.net中的文本框的Ajax更新面板c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net中设置文本框的ajax更新面板c#

how to set a ajax update panel for textbox in asp.net c#

推荐答案

ajax-updapanel-control-with-triggers.html [ ^ ]



如何更新文本框使用更新-panel-in-asp-net [ ^ ]



您可以查看此链接..希望它能帮到您......
ajax-updapanel-control-with-triggers.html[^]

how-to-update-textbox-using-update-panel-in-asp-net[^]

You can check this links..hope it will help you...


<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always">
    <ContentTemplate>
    
    <asp:TextBox ID="textbox" runat="server" AutoPostBack="True"></asp:TextBox>
        
      </ContentTemplate>   
    </asp:UpdatePanel>

这篇关于asp.net中的文本框的Ajax更新面板c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆