Ashok

Ashok

  • NA
  • 507
  • 76.4k

.net

Dec 18 2014 5:29 AM
hi each webform having dropdownlists,radiobuttonlist& gridview control displaying some weekl1...week6 for january..december
based on this data some flow is showing in  charts so all the webforms having same data and when i try to display all the 
3 webforms data into another main webform it has 3 buttons some x,y,z so if i click on x it should display 1 webform among 3 webforms and  
if i click on y it should display 2nd webform.... so when i use this following method
public override void VerifyRenderingInServerForm(Control control)
{
/* Verifies that the control is rendered */
}
 its looping until how many controls(45) are there in 3 webforms and its displaying data for 1 minute how to achieve this 
less than 30 secs thank you