I have a bunch of user input forms I have created using asp .net. They all require code behind them and all that jazz. All of them work but they look like a standard HTML form.
I have a header and a footer (THAT HAS FORMS IN THEM THEMSELVES) I want to put on all my pages. The header and footer will wrap around the current form(s) I have and line up the forms right smack dab in a table cell between the header and footer. Back in my day I would do an include on header.asp/php/whatever and an include on the footer. DOn't seem like I can do that now.
Apparently I need to make user controls b/c that is how everything is done in asp.net. Does anyone do ASP .NET dev a lot? Can you just give me a little light on how this is to be done. This a very common thing in the web world and I can't seem to find the right/proper/anyway to do it in asp .net.
I have a header and a footer (THAT HAS FORMS IN THEM THEMSELVES) I want to put on all my pages. The header and footer will wrap around the current form(s) I have and line up the forms right smack dab in a table cell between the header and footer. Back in my day I would do an include on header.asp/php/whatever and an include on the footer. DOn't seem like I can do that now.
Apparently I need to make user controls b/c that is how everything is done in asp.net. Does anyone do ASP .NET dev a lot? Can you just give me a little light on how this is to be done. This a very common thing in the web world and I can't seem to find the right/proper/anyway to do it in asp .net.