TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About web controls
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sushila Patel (21)
Dipal Choksi (5)
Priya Linge (3)
Mahesh Chand (2)
Vishal Gilbile (2)
Abhimanyu K Vatsa (2)
George (1)
Santhi Maadhaven (1)
C Vinod Kumar (1)
Tanai (1)
Deepak Sharma (1)
Krishna Garad (1)
Mahadesh Mahalingappa (1)
Satyapriya Nayak (1)
Dinesh Beniwal (1)
C# Curator (1)
Nesreen Maged (1)
John Charles Olamendy (1)
Praveen Kumar (1)
Wdenton (1)
Rama G (1)
Mike Gold (1)
lubos (1)
kumar.akhilesh (1)
Prasad (1)
Chandrasekaran Sakkarai (1)
waheedkhan (1)
Related resources for web controls
No resource found
Programming Template in Web Server Controls
2/20/2024 6:37:31 AM.
Templates play a major role in managing the layout and format of the data being displayed in ASP.NET data bound controls.
ASP.NET (3) - User/Custom Controls
9/19/2023 4:16:20 AM.
This series delves into ASP.NET, offering valuable insights into ASP and ASP.NET, controls, custom controls, and their utility in modern programming with Angular, React, and similar languages.
How to create a Calendar Control in ASP.NET
8/24/2023 9:05:17 AM.
Here is a simple demo about creating a calendar control in ASP.NET.
Passing Values between User Controls and ASPX Page
6/3/2019 3:36:54 AM.
This article is for beginners who are learning. NET. This will be really helpful for them. Beginners will be wondered how to pass values between User Controls and ASPX page .In this article I have lis
Export ASP.NET DataGrid to Excel
5/10/2019 4:28:55 AM.
Export to Excel is one of the most common functionalities required in ASP.NET pages. Export a datagrid to Excel.
Enter Null Values for DateTime Column of SQL Server
4/8/2019 4:39:46 AM.
Inserting a null value to the DateTime Field in SQL Server is one of the most common issues giving various errors. Even if one enters null values the value in the database is some default value as 1/1
Working with DropDownList and ListBox Controls in ASP.NET
3/25/2019 5:03:11 AM.
In this article we'll see how to use DropDownList and ListBox Web controls to display data in various formats.
Atlas: Floating Server Elements in ASP.Net 2.0
10/13/2012 4:14:39 AM.
In this article, we will see how easily Atlas allows setting up a server element as a floating element, which the end users of the web page can drag to any location in the web page.
Creating a Login User Control
5/19/2012 7:15:30 AM.
In this article, we have started with an introduction to the UserControl and have learnt to use the ADO+ DataReader.As we seen User Controls simplifies several common Web application scenarios.User Controls allow developers to easily define custom controls using the same programming techniques for writing Web Forms.
Highlight GridView by Clicking on it in ASP.NET
5/13/2012 6:27:09 AM.
In this article you are going to learn how to highlight the row when clicking on it and remove the highlight when click again.
Sorting in WebViewer
2/29/2012 6:41:45 PM.
Recently our technical support team received a question from one of our customers about how to sort data in the Web Viewer in SharpShooter Reports. The customer wanted to click a column header to sort the data.
Handling Multiple Scripts in a Web Page
2/21/2012 11:06:24 PM.
This article shows how to handle multiple scripts in a web page.
Creating a Master-Detail Form Using GridView and DetailsView in ASP.NET
2/17/2012 3:24:52 PM.
In this article we will create a simple Master-Detail form using GridView and DetailsView
Working With the DropDownList Control in ASP.NET MVC
1/30/2012 6:33:31 PM.
In this article we will see how to use the DropDownList control in ASP.NET MVC.
Sending Automatic mail through ASP.NET
10/21/2011 12:21:44 AM.
In this article we’ll try to make use of Session and we’ll store the value in the session and after a specific interval if the session value is equal to that of the current systems time value then we’ll try to send the mail.
Deploying Web Applications using IIS Express
9/7/2011 9:44:05 AM.
In this article, we are going to see how to deploy web applications using IIS Express
Hyperlink Button And CheckBox in Silverlight
8/2/2011 2:38:40 PM.
This article describes how to add a Hyperlink button and CheckBox in a Silverlight DataGrid.
Datagrid Row and Column in Silverlight
8/1/2011 8:10:24 AM.
This article describe the datagrid events to get row content, changing particular column color, hiding particular column at runtime in silverlight.
Alphabetic Paging using GridView Control
8/1/2011 7:21:11 AM.
Here I am going to show Alphabetic Paging using gridview control. Here user can find data according to respective alphabet link and also can find all the data by clicking all link.
Accordian Control in Silverlight
8/1/2011 3:55:50 AM.
This article demonstrate how can we create Accordian Control dynamically in silverlight.
Adding Web Controls to a Web Form in GDI+
9/2/2010 1:30:45 AM.
In this article you will learn how to Add Web Controls to a Web Form in GDI+
Understanding Web Forms and Web services in ASP.NET
2/7/2010 11:31:50 PM.
In this article I will explain Web Forms and Web services in ASP.NET.
Creating a Guest Book in ASP.NET
1/29/2010 12:44:36 AM.
In this article I will explain Creating a Guest Book in ASP.NET.
CustomWebControlsLib
5/22/2009 7:10:44 AM.
This library contain four custom controls each control has the validations for required and character type
Customizing GridView control for data modifications
5/1/2009 12:53:32 AM.
This article is intended to illustrate how to customize GridView controls for data modification.
Chapter I: Server Control Basics
4/29/2008 1:35:59 AM.
This chapter tells you about the basics of server control.
Image Resizing : Part II
1/31/2007 4:35:09 AM.
In my first article Image Resizing and FTP, I showed how I resize my digital camera pictures and FTP them to the web. I received a couple of requests to share the code for the image gallery on my web site that I use to view them so here it is.
Master-Detail Display using Nested Repeater Web Forms Control
1/30/2007 11:52:47 PM.
In this example, we will create a web page that displays a formatted view of data with a master detail hierarchy using nested Repeater controls. We will use the Northwind sample for our example. There are many different ways to accomplish this task. We will use data binding and data relations in an effort to get a simple solution.
User Management Utility for Web Form Authentication
1/30/2007 7:32:00 AM.
This article deals with the management of user login and password information for a Forms Authentication in ASP.NET.
Validating ASP.NET Server Controls
1/30/2007 7:25:44 AM.
Validation server controls are a series of controls that helps you validate the data that the user enters into the other controls that are provided with ASP.NET. They determine whether the form can be processed based upon the rules that you define in the validation server controls.
Using Calendar Control in ASP.NET
1/30/2007 7:23:20 AM.
In this article we'll see how to use Calendar control in ASP.NET.
ColorFul Web DropDown List in ASP.NET
1/30/2007 7:23:01 AM.
In this example we will build an ASP.NET User Control which provides a listing of colors with the list items displayed in the actual color that the list item represents.
Creating a Web User Control in .NET
10/13/2006 2:06:51 AM.
One of our C# Corner readers gave me the idea of converting my Add/Remove Control from a Windows Form control to a User Web Control, so we will use this control as an example for this tutorial
Deleting a DataGrid Data Based on a Column Value
8/31/2006 9:18:23 AM.
In this article we'll see how to delete the records of a DataGrid based on a column value in the database table.
Customizing the Display of Data
8/31/2006 9:12:26 AM.
This article shows you how to customize data display in a DataList control.
DropDownList Selection as you type in
1/5/2006 1:41:20 AM.
The ASP.NET DropDownList server control allows positioning within the list by typing the first character. This method does not require a trip to the server.
Empty ListView in C#
1/5/2006 1:22:53 AM.
Have you wondered how you could show text in ListView control if it's empty, just like Microsoft does it in Outlook Express and in some other applications? This article shows you how you can show text in ListView control in a simpler way.
Formatting Chemical Formulae in DataGrid
1/4/2006 11:57:23 PM.
In this article we'll see how to format chemical formulae in DataGrid Web Server Control.
Implementing Security Access Rights in ASP.NET Button
1/4/2006 11:39:13 PM.
In Web based Application, each of the users have different privileges and access rights based on their roles. Each of these roles can have read or write access for different Web pages.
Display Alphabetically Sorted Data in a Data Grid
1/4/2006 7:30:51 AM.
This code sample shows you how to display data sorted alphabetically based on the values in the database.
Format DateTime Values in XML Extracted From DataSet
1/4/2006 7:18:51 AM.
In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
How to Add a Counter Column to the DataGrid?
1/4/2006 6:44:01 AM.
This article explains how to add functionality to add a counter column to the DataGrid.
Web Control Bulider
1/4/2006 4:32:59 AM.
The attached C# program can be used by users who dont have VS.NET IDE to generate the code for WebControls.
Validation Server Controls in Web Forms
1/4/2006 4:17:01 AM.
When working with Web applications, developers need to write two separate codes using Java Script and VB Script to validate user inputs.In this article we are going to see, how we can reduce the programmers effort on coding, reducing the execution process time and simplify the code handling and less number of lines in the coding.
Implementing Search in a DataList Web Forms Control
1/4/2006 3:44:00 AM.
Searching for the data and displaying the result in paging on the site it is important functionality for the web type applications.
Add Column Dynamically to DataGrid to Display Calculation
1/4/2006 1:51:22 AM.
In this article we'll see how to create a DataGrid column which displays the calculation of more than one field in the database table. The calculation could be addition, multiplication or even filtering rows.
How to Display Data Vertically?
1/4/2006 1:41:58 AM.
This article explains how to display data vertically rather than typically horizontal rows.
Change Color of a Column Based on Column Values
1/4/2006 1:31:59 AM.
In this article we'll see how to change the color of column based on the column value.
Implementing Custom Paging in ASP.NET DataGrid Control
1/4/2006 1:14:45 AM.
This article shows you how to implement custom paging in ASP.NET DataGrid control.
Sorted List and Web Server Control
1/4/2006 1:12:38 AM.
This article shows you to take advantage of SortedList in data binding with Web Server controls.
DataGrid and Client Side Events
1/4/2006 12:31:18 AM.
This article shows you how to use DataGrid client side events including mouse over, on click and so on.
Formatting ASP.NET DataGrid's Data
1/3/2006 11:50:38 PM.
This article shows you how to change the color of a DataGrid row and format of date.
How to Change DataGrid Header Text?
1/3/2006 11:24:38 PM.
This article shows you how to change the header text of a DataGrid programmatically.
Creating ASP.NET Controls Dynamically
1/3/2006 6:51:51 AM.
This article shows you how create ASP.NET controls dynamically and fill data from a database.
Building a Navigation System in ASP.NET
1/3/2006 6:24:04 AM.
This article shows you how to display single record per page and navigate through single record using ASP.NET.
Edit/Update a Chosen Database Record
1/3/2006 1:08:02 AM.
This article and available source code shows how to edit and update a database record through a DataGrid control
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download