Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
a few asp.net demo questions?
hello, i am trying to make a simple asp.net application demo
i face several problems
1)how to load the backend code written in csharp created outside the main page of the demo website
2)how to connect the traditional html control with backend data
3)how to make website with more than one page and handle communication among mutiple page or backend code and data objects interactively
i suppose those question maybe more than the yahoo page to talk about, then you could show me a rough comment of general description and a link related
thanks
2 Answers
- larrybud2004Lv 610 years ago
a .Net page with your code behind in a separate file consists of two pages, the .aspx page which contains the .net controls and html, and the .cs page.
The connection between the two pages is done with a number of tags in the @Page directive.
I would suggest you start with www.asp.net and go to their getting started page.
- samofcaliforniaLv 410 years ago
Use Visual Studio and it will do a lot of that for you. Also use the C# Corner web site.