Hi,,, I have two Web user controls in my web page.. one button is also there in that page. when the page loads Only one control of those should be visible. when i click that button, then second control should be visible... I have done this by making AutoEventWireUp property of page TRUE. Please let me know any other alternate for this.Thanks in Advance..Ravi Majji.

Questions by aspnet

Showing Answers 1 - 1 of 1 Answers

praveen

  • Jun 8th, 2006
 

hi

do u think autoeventwireup wil help u,certianly not.there is a way to perform this task.y dont u place these user controls in two tables and make them visible true and false  simultanesoulsy.since u hav a single button u create another button during runtime for showing first user control after u moved to second, or else change the id of button second time and hadle it again via javascript.

regards

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions