Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 11-Sep-14 23:52pm
v2

1 solution

Try putting initial select value to one of the combobox items (maybe first one?) so that first change select really changes value from something (as opposed to change from null).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900