Wednesday, August 5, 2009

How will you communicate between 2 user controls in ASP.NET ?



You can communicate between 2 user controls in ASP.NET, by using Properties and Methods defined inside them and by calling the usercontrol using FindControl() method along with the respective property.




www.codecollege.NET

No comments:

Post a Comment