问题描述
在我的网络应用程序中,我使用webcombo绑定记录以显示下拉列表。同样,我有两个用于数据输入的文本框和四个用于根据webcombo中选择的值显示数据的文本框。
使用Mozilla firefox,因为我从webcombo中选择值,这些值将显示在四个文本框中。但问题不是显示值,而是在第一次点击webcombo时显示保存在两个文本框中的数据条目的RequiredFieldValidator。但是,当我第二次在webcombo中选择值时,值会显示在文本框中,并且它的工作方式应该是正常的。我发现第一次点击网络组合,没有发生回发。但是,从第二次发生回发。
此问题仅适用于Firefox。对于IE浏览器,解决方案工作正常。任何帮助
In my web application, I am using webcombo that binds records for dropdown display. Similarly, I have two textboxes for data entry and four text boxes for showing data based on value selected in webcombo.
In using Mozilla firefox, as I choose value from webcombo, the values were to be displayed in four textboxes. But the issue is instead of displaying value, RequiredFieldValidator that were kept in two textboxes for dataentry are shown on first click of webcombo. However, as i choose value in webcombo second time, the value are showing in textboxes and it works the way it was supposed to work. I found out the for first time click on web combo, no postback takes place. But, from second time, postback occurs.
This issue is only for Firefox. For IE browser, the solution is working fine. Any help
推荐答案
这篇关于在第一次点击时使用firefox浏览器点击webcombo时没有回发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!