I have a question.
In my web application xxx.ascx is User control. Is it possible to set xxx.ascx as the starting page of a project?
I have a question. In my web application xxx.ascx is User control. Is it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
sashidhar ASPX is a page and ASCX is a usercontrol. A page can contain usercontrols…
you can always replace a default.aspx page with your xxxx.aspx page which can contain your user control xxx.ascx
aspx and ascx are different