SlideShare a Scribd company logo
HTML SERVER CONTROL –Image (CS)
LAB WORK GUIDE
“Behavior is the mirror in which everyone shows their image.”
-Johann Wolfgang von Goethe
A Programme Under the compumitra Series
OUTLINE
IMAGE(HTML Server Control) Using CS
Code Creation.
Output View.
Modification Trials.
Error Trials.
Practice Exercise.
Summary Review.
References.
IMAGE IN HTML CONTROLS
Using "C#"
 <IMG> tag that displays an image available at a location
defined by its Src=“<location URL>” attribute.
IMAGE IN HTML CONTROL-Copy Code and Create your own
Paste it on Notepad and
Save this Notepad with
<HTMLImageCS.aspx>
name in Learner/<student-
id>/HTMLControls/HTMLIm
age folder.
<%@ Page Language="C#" Debug="true" %>
<script runat="server">
protected void Page_Load(Object sender,EventArgs e)
{
image1.Src="http://www.sunmitra.com/cm-
aspnet/HTMLControls/HTMLImage/smile.gif";
image1.Alt="Smiley";
image1.Border=3;
}
</script>
<html>
<body>
<form runat="server">
<img id="image1" runat="server" />
</form>
</body>
</html>
Copy this Code
IMAGE IN HTML CONTROL- Run Your Own Code
For executing this Html file –
Write this Address on address bar.
http://Localhost/<StudentID>/HTMLControls/HTMLImage/HTMLImageCS.aspx
And after that, click go button.
IMAGE IN HTML CONTROL- Modification Trials
 Add a new property image1.Align="right";.
Watch the effect. Other valid values to try are top, middle,
bottom and left. But this effect may not be visible unless the
image is put inside an specific area such as a table cell.
 Try changing image Src property by finding any other URL
of the image from google image search.
Watch that image from any remote site can also be
attached to your local page.
 Try putting an incorrect image URL.
Watch that a blank box comes with the Alt property text
inside the box. Try changing this Alt property also. The Alt
Property may not be supported by all browsers. The Alt
Property also comes as a Tooltip when the image is properly
displayed.
 Try changing image height and width property by forming
the code yourself.
Watch the change
IMAGE IN HTML CONTROLS : Error Trials
Try to Remove '.gif' extension from "smile.gif" .
Watch the Effect.
Try to Change 'image1.Alt' to 'image1.alt'.
Watch the compiler error output as
CS0117-'System.Web.UI.HtmlControls.HtmlImage' does
not contain a definition for 'alt'.
IMAGE IN HTML CONTROLS : Practice Exercise
Write a program display images as follows-
IMAGE IN HTML CONTROLS: Learning Summary Review
Use of HTML Image Control.
Use of Attributes of HTML Image
Control.
Use of Src, Alt, Width, Height
attribute.
IMAGE IN HTML CONTROLS : Bibliography
http://www.w3schools.com/aspnet/control_ht
mlimage.asp
http://msdn.microsoft.com/en-
us/library/system.web.ui.htmlcontrols.htmlima
ge(v=VS.80).aspx
http://authors.aspalliance.com/aspxtreme/asp
net/syntax/htmlimagecontrol.aspx
http://asp101.com/articles/sample_chapters/sit
epoint_byoaspnet/chapter4.asp#d0e5854
Ask and guide me at
sunmitraeducation@gmail.com
Share this information with as
many people as possible.
Keep visiting www.sunmitra.com
for programme updates.

More Related Content

PPTX
Html Server Image Control VB
PPT
Experience With Aida Web
PDF
Using chrome developer tools for QA'ing Optimizely
ODP
Some ways to DRY in Rails
PPT
Mule soft debugprogram
PDF
POLITEKNIK MALAYSIA
PDF
Build Your Own Instagram Filters
PPTX
Printing photos-html-using-android
Html Server Image Control VB
Experience With Aida Web
Using chrome developer tools for QA'ing Optimizely
Some ways to DRY in Rails
Mule soft debugprogram
POLITEKNIK MALAYSIA
Build Your Own Instagram Filters
Printing photos-html-using-android

Similar to Html Server Image Control CS (20)

PDF
Angular - Chapter 4 - Data and Event Handling
DOCX
Android view animation in android-chapter18
PPTX
Html Server Anchor Control CS
PPT
M02 un07 p01
PDF
Animation And Testing In AngularJS
PDF
Rails Plugins - Linux For You, March 2011 Issue
PDF
Msbte polytechnic 22519 CSS Ch 6 By Syed Ateeq.pdf
PPT
Android Development with Flash Builder Burrito
PPTX
Better User Experience with .NET
PPT
introduction to Angularjs basics
PDF
Salesforce Lightning Tips & Tricks
PDF
When Smalltalk Meets the Web
PPTX
CAP 756 UNIT 1.pptx
PPT
Android Button
PPTX
Displaying additional image types in XMetaL
PPTX
Week7 Dreamweaver Behavior & Image Hotspots
PDF
Creating lightweight JS Apps w/ Web Components and lit-html
PPTX
Lesson 4
PPTX
Lightning salesforce
PDF
Appcelerator Titanium Kinetic practices part 1
Angular - Chapter 4 - Data and Event Handling
Android view animation in android-chapter18
Html Server Anchor Control CS
M02 un07 p01
Animation And Testing In AngularJS
Rails Plugins - Linux For You, March 2011 Issue
Msbte polytechnic 22519 CSS Ch 6 By Syed Ateeq.pdf
Android Development with Flash Builder Burrito
Better User Experience with .NET
introduction to Angularjs basics
Salesforce Lightning Tips & Tricks
When Smalltalk Meets the Web
CAP 756 UNIT 1.pptx
Android Button
Displaying additional image types in XMetaL
Week7 Dreamweaver Behavior & Image Hotspots
Creating lightweight JS Apps w/ Web Components and lit-html
Lesson 4
Lightning salesforce
Appcelerator Titanium Kinetic practices part 1
Ad

More from sunmitraeducation (20)

PPTX
Java Introduction
PPTX
Installing JDK and first java program
PPTX
Project1 VB
PPTX
Project1 CS
PPTX
Grid Vew Control VB
PPTX
Grid View Control CS
PPTX
PPTX
Database Basics Theory
PPTX
Visual Web Developer and Web Controls VB set 3
PPTX
Visual Web Developer and Web Controls CS set 3
PPTX
Progamming Primer Polymorphism (Method Overloading) VB
PPTX
Programming Primer EncapsulationVB
PPTX
Programming Primer Encapsulation CS
PPTX
Programming Primer Inheritance VB
PPTX
Programming Primer Inheritance CS
PPTX
ProgrammingPrimerAndOOPS
PPTX
Web Server Controls VB Set 1
PPTX
Web Server Controls CS Set
PPTX
Web Controls Set-1
PPTX
Understanding IDEs
Java Introduction
Installing JDK and first java program
Project1 VB
Project1 CS
Grid Vew Control VB
Grid View Control CS
Database Basics Theory
Visual Web Developer and Web Controls VB set 3
Visual Web Developer and Web Controls CS set 3
Progamming Primer Polymorphism (Method Overloading) VB
Programming Primer EncapsulationVB
Programming Primer Encapsulation CS
Programming Primer Inheritance VB
Programming Primer Inheritance CS
ProgrammingPrimerAndOOPS
Web Server Controls VB Set 1
Web Server Controls CS Set
Web Controls Set-1
Understanding IDEs
Ad

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Machine Learning_overview_presentation.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Approach and Philosophy of On baking technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Empathic Computing: Creating Shared Understanding
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Cloud computing and distributed systems.
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Spectral efficient network and resource selection model in 5G networks
Mobile App Security Testing_ A Comprehensive Guide.pdf
cuic standard and advanced reporting.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine Learning_overview_presentation.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Approach and Philosophy of On baking technology
The AUB Centre for AI in Media Proposal.docx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Empathic Computing: Creating Shared Understanding
NewMind AI Weekly Chronicles - August'25-Week II
Cloud computing and distributed systems.
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
MIND Revenue Release Quarter 2 2025 Press Release
Programs and apps: productivity, graphics, security and other tools
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks

Html Server Image Control CS

  • 1. HTML SERVER CONTROL –Image (CS) LAB WORK GUIDE “Behavior is the mirror in which everyone shows their image.” -Johann Wolfgang von Goethe A Programme Under the compumitra Series
  • 2. OUTLINE IMAGE(HTML Server Control) Using CS Code Creation. Output View. Modification Trials. Error Trials. Practice Exercise. Summary Review. References.
  • 3. IMAGE IN HTML CONTROLS Using "C#"  <IMG> tag that displays an image available at a location defined by its Src=“<location URL>” attribute.
  • 4. IMAGE IN HTML CONTROL-Copy Code and Create your own Paste it on Notepad and Save this Notepad with <HTMLImageCS.aspx> name in Learner/<student- id>/HTMLControls/HTMLIm age folder. <%@ Page Language="C#" Debug="true" %> <script runat="server"> protected void Page_Load(Object sender,EventArgs e) { image1.Src="http://www.sunmitra.com/cm- aspnet/HTMLControls/HTMLImage/smile.gif"; image1.Alt="Smiley"; image1.Border=3; } </script> <html> <body> <form runat="server"> <img id="image1" runat="server" /> </form> </body> </html> Copy this Code
  • 5. IMAGE IN HTML CONTROL- Run Your Own Code For executing this Html file – Write this Address on address bar. http://Localhost/<StudentID>/HTMLControls/HTMLImage/HTMLImageCS.aspx And after that, click go button.
  • 6. IMAGE IN HTML CONTROL- Modification Trials  Add a new property image1.Align="right";. Watch the effect. Other valid values to try are top, middle, bottom and left. But this effect may not be visible unless the image is put inside an specific area such as a table cell.  Try changing image Src property by finding any other URL of the image from google image search. Watch that image from any remote site can also be attached to your local page.  Try putting an incorrect image URL. Watch that a blank box comes with the Alt property text inside the box. Try changing this Alt property also. The Alt Property may not be supported by all browsers. The Alt Property also comes as a Tooltip when the image is properly displayed.  Try changing image height and width property by forming the code yourself. Watch the change
  • 7. IMAGE IN HTML CONTROLS : Error Trials Try to Remove '.gif' extension from "smile.gif" . Watch the Effect. Try to Change 'image1.Alt' to 'image1.alt'. Watch the compiler error output as CS0117-'System.Web.UI.HtmlControls.HtmlImage' does not contain a definition for 'alt'.
  • 8. IMAGE IN HTML CONTROLS : Practice Exercise Write a program display images as follows-
  • 9. IMAGE IN HTML CONTROLS: Learning Summary Review Use of HTML Image Control. Use of Attributes of HTML Image Control. Use of Src, Alt, Width, Height attribute.
  • 10. IMAGE IN HTML CONTROLS : Bibliography http://www.w3schools.com/aspnet/control_ht mlimage.asp http://msdn.microsoft.com/en- us/library/system.web.ui.htmlcontrols.htmlima ge(v=VS.80).aspx http://authors.aspalliance.com/aspxtreme/asp net/syntax/htmlimagecontrol.aspx http://asp101.com/articles/sample_chapters/sit epoint_byoaspnet/chapter4.asp#d0e5854
  • 11. Ask and guide me at sunmitraeducation@gmail.com Share this information with as many people as possible. Keep visiting www.sunmitra.com for programme updates.