SlideShare a Scribd company logo
Prof. Neeraj Bhargava
Pramod Singh Rathore
Department of Computer Science
School of Engineering & System Sciences,
MDS University Ajmer, Rajasthan, India
1
Custom Controls
Custom Controls
 You can create the following types of custom controls in
Visual Studio .NET:
 § User control: A Web Forms page that can be used as
a control on other Web
 Forms pages. Thus, if you already have a Web Forms page
and you need to construct a similar one, you can use the
existing page as a user control.
2
Custom Controls
 § Composite control: A combination of existing
controls that is used as a
 single control. You can create a composite control in any
.NET programming language and use it on an ASP.NET
page. For example, you can create a composite control
comprising a button and a text box in C# and use it on an
ASP.NET page.
3
Creating Custom Controls
4
Queries ????
5
6

More Related Content

PPTX
Jboye presentation from Len Dierickx
PPTX
Installation overview
PDF
Facebook APIs
PDF
Python id meetup, Maintaining a Dirty Code Django Project
PPT
Strayer cis-524-week-8-assignment-3-direct-manipulation-new
PPTX
Service bus to build Bridges
PPSX
12 asp.net session17
DOCX
A report on mvc using the information
Jboye presentation from Len Dierickx
Installation overview
Facebook APIs
Python id meetup, Maintaining a Dirty Code Django Project
Strayer cis-524-week-8-assignment-3-direct-manipulation-new
Service bus to build Bridges
12 asp.net session17
A report on mvc using the information

Similar to 15.custom controls (20)

PPTX
10. building forms
PPTX
Web techh
PPTX
Web tech
PPTX
Web tech
PPTX
Web tech
PPSX
A comprehensive software infrastructure of .Net
PPSX
10 asp.net session14
PPS
12 asp.net session17
DOCX
Online fast food django.docx
PDF
ASP.NET Interview Questions PDF By ScholarHat
PPS
10 asp.net session14
ODP
AD207 Presentation
PDF
5a329780735625624 ch10
PDF
Dairy management system project report..pdf
PPT
Vb basics
PPSX
01 asp.net session01
PPS
11 asp.net session16
PDF
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
PPTX
Better User Experience with .NET
10. building forms
Web techh
Web tech
Web tech
Web tech
A comprehensive software infrastructure of .Net
10 asp.net session14
12 asp.net session17
Online fast food django.docx
ASP.NET Interview Questions PDF By ScholarHat
10 asp.net session14
AD207 Presentation
5a329780735625624 ch10
Dairy management system project report..pdf
Vb basics
01 asp.net session01
11 asp.net session16
SOFTWARE BUILD AUTOMATION TOOLS A COMPARATIVE STUDY BETWEEN MAVEN, GRADLE, BA...
Better User Experience with .NET
Ad

More from Pramod Rathore (20)

PPTX
Restoration by spatial filtering
PPTX
Image restoration
PPTX
Homomorphic filtering
PPTX
Sharpening filtering
PPTX
Image enhancement in frequency domain
PPTX
Image enhancement in fourier transform part ii
PPTX
Image enhancement in fourier transform
PPTX
Control statements
PPTX
Basic image operation
PPTX
How to handling strings in r
PPTX
Smoothing spatial filtering
PPTX
Handle list in r
PPTX
Spatial filtering
PPTX
Data types in r
PPTX
6.histogram processing
PPTX
5.image enhancement in spatial domain copy - copy
PPTX
4.image enhancement in spatial domain copy
PPTX
Issues in machine learning
PPTX
R programming
PPTX
Image enhancement in spatial domain
Restoration by spatial filtering
Image restoration
Homomorphic filtering
Sharpening filtering
Image enhancement in frequency domain
Image enhancement in fourier transform part ii
Image enhancement in fourier transform
Control statements
Basic image operation
How to handling strings in r
Smoothing spatial filtering
Handle list in r
Spatial filtering
Data types in r
6.histogram processing
5.image enhancement in spatial domain copy - copy
4.image enhancement in spatial domain copy
Issues in machine learning
R programming
Image enhancement in spatial domain
Ad

Recently uploaded (20)

PPTX
Presentation on HIE in infants and its manifestations
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
master seminar digital applications in india
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Classroom Observation Tools for Teachers
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Cell Types and Its function , kingdom of life
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Presentation on HIE in infants and its manifestations
202450812 BayCHI UCSC-SV 20250812 v17.pptx
master seminar digital applications in india
human mycosis Human fungal infections are called human mycosis..pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Classroom Observation Tools for Teachers
Anesthesia in Laparoscopic Surgery in India
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Final Presentation General Medicine 03-08-2024.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Module 4: Burden of Disease Tutorial Slides S2 2025
Cell Types and Its function , kingdom of life
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Pharmacology of Heart Failure /Pharmacotherapy of CHF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?

15.custom controls

  • 1. Prof. Neeraj Bhargava Pramod Singh Rathore Department of Computer Science School of Engineering & System Sciences, MDS University Ajmer, Rajasthan, India 1 Custom Controls
  • 2. Custom Controls  You can create the following types of custom controls in Visual Studio .NET:  § User control: A Web Forms page that can be used as a control on other Web  Forms pages. Thus, if you already have a Web Forms page and you need to construct a similar one, you can use the existing page as a user control. 2
  • 3. Custom Controls  § Composite control: A combination of existing controls that is used as a  single control. You can create a composite control in any .NET programming language and use it on an ASP.NET page. For example, you can create a composite control comprising a button and a text box in C# and use it on an ASP.NET page. 3
  • 6. 6