Hi ALl,
I am trying to access the id of the usercontrol in the master Page (.aspx) from its child page in asp.net
but I am getting error like null
I was the tried bellow method
Message msg = this.Master.FindCotrol("msgs") AS Message //msg showing null
is there any other way to get the id ?