i am from asp background
i am very new to asp.net environment
i want to know that is there any include in asp.net as in asp so that i can include connection file which is asp.net and asp files in all forms
in aspx
how can i do that
is there any method
i am very new to asp.net environment
i want to know that is there any include in asp.net as in asp so that i can include connection file which is asp.net and asp files in all forms
in aspx
Code:
<!-- #include file="top.asp" --> // to include top of web site <!-- #include File="connection.aspx" --> // to include connection with database of web site
is there any method
Comment