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 Server Control
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (4)
Sanjoli Gupta (2)
C# Curator (2)
Rahul Kumar Saxena (1)
Pradeep Chandraker (1)
Priti Kumari (1)
Nimit Joshi (1)
Ashish Shukla (1)
Vikram Jain (1)
Farhan Ahmed (1)
Hanif Hefaz (1)
Pankaj Lohani (1)
Moses Soliman (1)
John Godel (1)
Abebe Assefa (1)
Matthew Cochran (1)
Megha Goyal (1)
Manish Dwivedi (1)
Sonu Chauhan (1)
Sapna (1)
Anubhav Bansal (1)
Niladri Biswas (1)
Praveen Kumar (1)
Mahesh Chand (1)
Rama G (1)
Sushila Patel (1)
Related resources for Server Control
No resource found
Printing in ASP.NET
6/11/2024 12:14:31 PM.
Learn to print forms & controls in ASP.NET using PrintHelper class. Easily print GridView, DataGrid, TextBox, and more. Simple implementation with server-side rendering and client-side script.
ASP.Net 4.0 ClientId
4/23/2024 11:36:43 AM.
In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
ASP.Net Server Control
6/7/2021 9:35:48 AM.
Here I would like to show how to create a custom ASP.NET server control. I have described all points using a simple example.
Showing Confirmation Dialog Using JavaScript
5/6/2021 9:03:38 AM.
This article describes how to display a confirmation dialog while deleting any row from the DataGrid in the ASP.NET.
ASP.NET Overview
4/6/2021 10:58:13 AM.
ASP.NET is a web application development platform from Microsoft. Here we will see the basic features of ASP.NET and how it simplifies web application development.
ASP.NET Server Controls
1/20/2021 6:41:56 AM.
The .NET Framework allows developers to create their own server controls that operate exactly like the prepackaged controls that come with Visual Studio .NET. ASP.NET server controls are the primary c
Explicit Post Back to Server Using JavaScript
4/11/2020 1:27:28 PM.
This article is intended for those with a basic understanding of ASP.Net Server Controls and JavaScript.
Embed Word in a Web Page with an Easy VB Custom Control in VB.NET
11/29/2018 4:20:10 AM.
This article describes an approach to displaying word documents within a web page using a simple custom server control.
An Easy Way to Embed Word in a Web Page
11/29/2018 3:59:37 AM.
This article describes how to display word documents within a web page using a simple custom server control. The approach used in this example is based upon conversion of the Word document into an MHT
How To Dynamically Bind ASP.NET Server Control From Database
6/14/2018 4:43:04 PM.
In this article, I will demonstrate how to dynamically bind ASP.NET server control from the database. I will bind DropdowList, RadioButtonList, CheckBoxList, ListBox, and BulletedList.
ASP.NET Poll Control In VB.NET
7/22/2016 9:28:59 PM.
In this article, you will learn about ASP.NET Poll Server Control in VB.
How to Validate a TextBox Control in F#
9/27/2013 10:42:38 AM.
This article shows how to validate a user control in a Windows Forms application.
Working with Server Controls with JQuery
11/5/2012 4:49:21 AM.
This article addresses working with server controls using JQuery.
Creating a Simple WebPart Page and Use WebServer Controls as WebParts
10/4/2012 9:53:04 AM.
Portal web sites such as MY MSN and MSN Spaces, often organize their data into discrete units that support a degree of personalization. Information is organized into standalone parts [WebParts], and users can rearrange those parts to suit their individual working styles. Here we will see how to add web parts to a web part page.
In Depth ASP.NET using ADO.NET: Part II
10/3/2012 12:00:29 PM.
In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET.
The NeFs Application Demo Part 2: Designing Application Oriented Server Controls
9/30/2012 2:38:31 AM.
This article is part II of a three part demo application dubbed Net-Worked Financial System written in C# and .NET framework.
C# ASP.NET Server Control: Rollover Image Button
9/29/2012 5:17:36 AM.
This article demonstrates how to extend the ImageButton ASP.NET server control to provide rollover functionality.
ASP .NET Server-Side controls
9/27/2012 8:08:57 AM.
In this article I will explain about ASP .NET Server-Side controls
Working With XML Server Control in ASP.NET
8/21/2012 4:47:54 PM.
In this article we will discuss how to work with a XML server control in ASP.NET.
Binding The TreeView Control to XML Data
5/20/2012 5:19:47 AM.
This article explain how to bind the TreeView control to an XML file.
Web Server Calendar Control in ASP.NET 2.0
5/20/2012 2:02:28 AM.
Most of the time we come across a situation when we need to extend the existing functionality of any control. So, in the following article we will see that how to extend the calendar control.
C# ASP.Net Server Control 4.0: Button, LinkButton and ImageButton
3/2/2012 11:28:59 PM.
In this article, I am going to explain how and where to use Button, LinkButton and ImageButton controls in ASP.Net.
Increasing the size of a custom server control in ASP.NET
10/21/2011 12:10:08 AM.
In this article you will learn how to Increase the size of text of a Custom Server Control in ASP.NET.
Client execution from server controls
9/9/2009 2:07:54 AM.
In this article I will expalin how to execute client script from server controls.
Embed PDFs into a Web Page with a Custom Control
6/27/2009 1:09:50 AM.
This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.
Membership Service
6/23/2009 1:11:42 AM.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
Creating server controls at runtime using HTTP modules
4/6/2009 1:56:29 AM.
This article is all about generating dynamic ASP.Net server controls using HTTP modules.
Chapter I: Server Control Basics
4/29/2008 1:35:59 AM.
This chapter tells you about the basics of server control.
Getting Started with AJAX 1.0
4/6/2007 11:38:21 AM.
After fruition of this article, you will have a better understanding of AJAX 1.0 extensions and will learn how to build AJAX enabled Web applications using ASP.NET 2.0 and Visual Studio 2005.
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.
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.