i am migrating a website from asp to asp.net. i have some asp pages that have this in them:
<!--#include file="inc_search_form.asp" -->
what is the translation for doing this in asp.net?
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.
the best alternative would probably be to create an ASCX file or in other words: a web user control.