to check control is present which is not in the page
-
how to check the control is their or not which is not in the page is it possible to check the control is present or not using codebehind
-
how to check the control is their or not which is not in the page is it possible to check the control is present or not using codebehind
if(Page.FindControl("ControlID") != null)
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
how to check the control is their or not which is not in the page is it possible to check the control is present or not using codebehind
Plz Dont ask same questions again and agian
himanshu
-
how to check the control is their or not which is not in the page is it possible to check the control is present or not using codebehind