How to access a value in another control
I have two controls on one page and need to access anothe开发者_运维技巧r control's values.
I believe doing something like me.page
.... something along theses lines but much help would be appreciated!
Thanks
Look at the Page.FindControl method.
How To Access One UserControl from Another Using ASP.NET
If its on same page, you can directly access it.
精彩评论