0
Label 'idofcontrolinmasterpage'=(Label)master.findcontrol("idofcontrolinmasterpage");
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
0
Label 'idofcontrolinmasterpage'=(Label)master.findcontrol("idofcontrolinmasterpage");
if you found any problem please reply
0
if your registration is ok then surely it is avail in .cs file. Is their any error on Registertag
0
i add that one in .aspx page means
<@ Register tagName=".."> but it is not accessible in .cs file.that is the problem
0
you can add your control to visual studio then it will be avail to access