Hi friends i want to know how to show check box control in perticular aspx page using ascx common control
plz help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sagar BhosalePosted Aug 10, 2011, 1:37 AM
Jiteendra SampathiraoPosted Aug 9, 2011, 8:29 AM
create .ascx file and create the check box there and use that ascx file in aspx file like this....
top of the aspx page declare
<%@ Register Src="~/App_Control/yourfile.ascx" TagName="yourtagname" TagPrefix="UC1" %>
hope it help you.....