Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my asp.net page am using three template grid for displaying data.first grid fill data in a selected index change of a drop down list and second and third grid fill selected index change of other drop-down list .If sum of rows in three grid greater than 43 page stop firing event.after that no controls in that page fire event!

Does any one face such a problem
PLZ help
Posted
Comments
I.explore.code 9-Oct-12 4:12am    
do you have Firebug installed or Fiddler? If not, i recommend installing them and see what is happening with the request and response cycle. Most likely it would be a 500-Internal Server Error. You can also set the <customerrors mode="Off"> under <system.web> section of your config file to render the error on page. Also, there is a maximum limit default set by Microsoft on how many controls u can render on a page.
rajin kp 10-Oct-12 0:47am    
thanks gladiatron

1 solution

problem with validation controls inside template grid .remove all validations and then it works
 
Share this answer
 

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

  Print Answers RSS


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