Contents tagged with Development
-
Tip #69: Did you know…The keyboard shortcut for View in Browser?
-
Tip#63: Did you know…How to specify a fixed port for Visual Studio Development Server while using WAPs?
-
Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?
If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site:
-
Tip #15: Did you know... How to use tracing with ASP.NET Ajax?
If you are using ASP.NET Ajax and you are having problems with a web page one quick and dirty way to debug it is to add tracing statements. You do this by using the "Sys.Debug.trace" function. For example:
-
Tip #14: Did you know…How to enable debugging of your Web Site?
-
Tip #13: Did you know... How to get the browser agent using ASP.NET Ajax ?
When writing JavaScript for a web application, there may be times when you want to do something different depending on the browser that is requesting the page. ASP.NET Ajax has an easy way to this with the Sys.Browser object.