views:

32

answers:

2

I have two controls on one page and need to access another control's values. I believe doing something like me.page .... something is along the correct lines but much help would be appricated!

Thanks

A: 

Look at the Page.FindControl method.

How To Access One UserControl from Another Using ASP.NET

bechbd
A: 

If its on same page, you can directly access it.

Ram