C#: SiteMapPath Control By: Zack Turnbow Introduction Most business web sites can have a large footprint, that is, several pages to visit. It can be difficult to navigate through the site with just normal menus. Many companies started creating “bread crumb” trails so that a user will know...
Categorized By ASP.NET
Articles in Category: 'ASP.NET'
C#: HTTPContext Object
Category: Web Development / ASP.NET
C#: HTTPContext Object By: Zack Turnbow Introduction Web development can often be challenging when it comes to who is visiting the web site and how. There are a few ways to get access to this information. The HTTPContext object is built for just this purpose. This object gives access to the information...
Read More...
20 ASP.NET Questions: Answered. Part Four
Category: Web Development / ASP.NET
20 ASP.Net Questions [Questions 16-20] View Part Three here Introduction This article was created to be used as reference material for beginners through Intermediate developers. I have assembled 20 questions that I feel every developer should know when developing web applications and even Window’s...
20 ASP.NET Questions: Answered. Part Three
Category: Web Development / ASP.NET
20 ASP.Net Questions [Questions 11-15] View Part Two here Introduction This article was created to be used as reference material for beginners through Intermediate developers. I have assembled 20 questions that I feel every developer should know when developing web applications and even Window’s...
20 ASP.NET Questions: Answered. Part Two
Category: Web Development / ASP.NET
20 ASP.Net Questions [Questions 6-10] View Part One here Introduction This article was created to be used as reference material for beginners through Intermediate developers. I have assembled 20 questions that I feel every developer should know when developing web applications and even Window’s...
20 ASP.NET Questions: Answered. Part One
Category: Web Development / ASP.NET
20 ASP.Net Questions [Questions 1-5] Introduction This article was created to be used as reference material for beginners through Intermediate developers. I have assembled 20 questions that I feel every developer should know when developing web applications and even Window’s application within...
Read More...
Trace Route Utility in ASP.Net C#
Category: Web Development / ASP.NET
Trace Route Utility in ASP.Net C# Introduction Every connection to the internet has an IP address, or number, in simple terms you can say it is much like a phone number, which is unique. In this example we will use www.google.com as our site to trace route, and as you will see when you run this example...
Read More...
C# Web Multi-View Control
Category: Web Development / ASP.NET
C#: Web Multi-view Control By: Zack Turnbow Introduction At some point in developing web sites or web applications, there will come a time when a requirement of having tab functionality like there is for a Windows application. Before ASP.NET, JavaScript had to be used to achieve this. But when ASP.NET...
How to Add Captcha Image Client in C# Part Two
Category: Web Development / ASP.NET
How to add basic Captcha Functionality in C# [Part Two] Introduction This article is Part Two in a series. Read Part One here . We left off in our previous article in this series about generating Captcha images after we created the “Image.aspx” page. Up to this point in this series we have...
Read More...
How to Add Captcha Image Client in C# Part One
Category: Web Development / ASP.NET
How to add Captcha Image Client in C# [Part One] Introduction We are now ready to start receiving images back from the web service and implement them into our application so they can be used on our various input screens. In this article we will create the application that calls the web service and you...
Read More...