hi
i have one web user control that is products.ascx i use this as a banner in my master page i want to access this user control in some other pages for this i use the following code that is
master.findControl("myControl") but , i am unable to convert this to my products because vs not show that control (like any other asp.net control) how to i solve my task.
Loading
Koteswararao MallisettiPosted Jan 12, 2011, 12:30 AM
for all asp.net controls it's working fine i know but my control is not behave like that asp.net control,in .cs file i unable to get it why
Apex PotumsPosted Jan 10, 2011, 12:13 PM
http://dotnetbyexample.blogspot.com/2007/10/right-way-of-accessing-master-page.html
jaymeen patelPosted Jan 10, 2011, 8:45 AM
if you found any problem please reply
Krishna GaradPosted Jan 10, 2011, 8:37 AM
Koteswararao MallisettiPosted Jan 10, 2011, 8:33 AM
<@ Register tagName=".."> but it is not accessible in .cs file.that is the problem
Krishna GaradPosted Jan 10, 2011, 7:27 AM