如何避免autopostback上的页面刷新

如何避免autopostback上的页面刷新

本文介绍了如何避免autopostback上的页面刷新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨专家,我正在研究asp.net c#sql。



我在数据库中有Seri​​alNos来填充Textbox。此SerialNo是为创建票证而发行的。



我将SerialNo从数据库中恢复为文本框20001.



我在此页面上还有一个下拉列表,其autopostback属性为true。



当我从下拉列表中选择项目时,它会获得回发并刷新页面...和值文本框更改为20002



请您给出解决方案。

解决方案



hi experts, am working on asp.net c# sql.

I have SerialNos in Database to fill Textbox. This SerialNo is Issued for Creating Tickets.

Am Retreving SerialNo into Textbox from Database as 20001.

I have a dropdownlist also on this page its autopostback property is true.

When I select item from dropdownlist it gets postback & Refreshes the Page ...and the value of the Textbox changes to 20002

Please can you give the solution.

解决方案




这篇关于如何避免autopostback上的页面刷新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 03:32