问题描述
你好朋友,
我在同一页面上使用了5个不同的用户控件,即我已经创建了
具有.ascx文件的5页,每页上都有一些文本框
他们的名字是
1. signup1.ascx
2. signup2.ascx
3. signup3.ascx
4. signup4.ascx
5. signup5.ascx
每个.ascx文件的文本框都会对textChanged执行一些任务.
和m在页面名称上将这些控件用作
signup.aspx是我的应用程序的启动页面,因此,当m在signup1.ascx文件的文本框中键入一些文本时,所有页面都回发,我希望如果m在signup1.ascx文件的文本框中键入,则仅应张贴该页面返回,其他保持不变.
Hello friends,
I m using 5 different user controls on same page, i.e I have created
5 pages with .ascx files,having some text boxes on each page
their names are as
1. signup1.ascx
2. signup2.ascx
3. signup3.ascx
4. signup4.ascx
5. signup5.ascx
textbox of each .ascx file persorm some task on textChanged.
and m using these controls on page names as
signup.aspx which is my startup page of applycation, so when m typing some text on textbox of signup1.ascx file all the pages post back, I want that if m typing in textbox of signup1.ascx file then only this page should be post back, and other remains same
推荐答案
这篇关于在同一页面上使用多个用户控件时,如何在单击按钮时停止多次回发?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!