Posts by M.Carreira • 65 points
5 posts
- 
		2 votes0 answers65 viewsQ: Put web application online (publish) done in visual studio?I developed a website on Asp.net C# in the Visual Studio 2013 for a company. This company wants to replace its current website with the one I developed. This site is located on the server of a… 
- 
		0 votes2 answers142 viewsQ: Is there any way for a form to inherit from _Layout.cshtml in c#?I’m developing a website on asp.net c#, I have a contact page that contains a form for the user to fill and send if you want to send an email. I wanted the page of this form to inherit the… 
- 
		1 votes2 answers686 viewsQ: How to place a button in a textarea in Asp.net, c#?Good. I have the following draft of a contact form done on Wix.com but I wanted to put it in my Asp.net project as well.. So far, so good : My code is this:: <body> <style> textarea,… 
- 
		0 votes1 answer83 viewsQ: Load a window only once after reloading the site in Asp.net C#Having this window when accessing a website for the first time, how do I only appear once even after reloading the website or the user goes back to the home page and does not reappear this?… 
- 
		2 votes1 answer740 viewsQ: Welcome page in HTMLGood. Before developing a website in C# Asp.net I created a sketch on Wix. Only now I don’t know how to put the first page of this kind, that is, a small window (with the index behind it) before…