C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle(7)
Vithal Wadje(1)
joyprakash.saikia (1)
Resources
No resource found
Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET
Nov 10, 2012.
This article will address the use of the HtmlTextWriter class and the role is plays in the construction of custom server controls. As custom server control development is accomplished without a visual designer, the HtmlTextWriter class provides a mechanism for precisely defining the output of the custom control directly within the code and in absence of the designer.
Export Gridview To HTML File Using ASP.Net C#
Nov 20, 2014.
In this article we will learn how to export a Grid View to a HTML File using ASP.Net C#.
Forecast the Weather with a Custom Control in VB.NET
Nov 10, 2012.
This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code. The control is driven by a public, free web service that returns the seven forecast for any area in the United States by zip code or location. This demonstration only uses the first three days of the seven day forecast and it implements only the zip code based request for forecast data.
Lookup Area Codes by Zip Codes with an ASP.NET Custom Control in VB.NET
Nov 10, 2012.
This article describes the construction of a simple custom control used to lookup an area code and a city/state location based upon a selected zip code; the lookup is performed through the use of an available public web service. The article includes the source code for this custom control and well as a demonstration site used to test the control.
Convert Currency Values with a Custom Control in VB.NET
Nov 10, 2012.
This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another. The control consumes a public web service in order to calculate the exchange rate and uses the exchange rate returned from the web service to calculate the value of the exchanged currency.
Add a daily Dilbert Comic with a Custom Control in VB.NET
Nov 10, 2012.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
Add a daily Dilbert Comic with a Custom Control in VB.NET
Nov 09, 2012.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
Stock Tracker Custom Control in C# .NET
Mar 07, 2007.
This article describes the construction of a custom control used to check stock prices as made available through a public web service.
Go Beyond the Limits of ASP.NET Form
Mar 22, 2004.
One of the most common hitches that ASP developers encounter when they first approach ASP.NET is that managed Web applications must be written according to a single-form interface model.