SlideShare a Scribd company logo
HTML SERVER CONTROL –Anchor (VB)
LAB WORK GUIDE
A Programme Under the compumitra Series
"A good heavy book holds you down. It's an anchor that keeps you
from getting up and having another gin and tonic."
-Roy Blount, Jr.
ANCHOR IN HTML CONTROLS
Using "VB"
<A></A> tagset that creates hyperlinks
ANCHOR IN HTML CONTROL -Go to Sample Source
Open source file by typing
http://www.sunmitra.com/cmaspnet/HTMLControls/
HTMLAnchor/HTMLAnchor.aspx address here
ANCHOR IN HTML CONTROL– Run and Copy Code
Copy this code
ANCHOR IN HTML CONTROL- Create your own
Paste on Notepad
Save this Notepad with <
HTMLAnchor.aspx>
name In
Learner/<student-
id>/HTMLControls/
HTMLAnchor folder.
ANCHOR IN HTML CONTROL- Run Your Own Code
For executing this Html file –
Write this Address on address bar.
http://Localhost/<StudentID>/HTMLControls/HTMLAnchor/HTMLAnchor.aspx
And after that, click go button.
Output On Browser
ANCHOR IN HTML CONTROL : Modification Trials
 Add link1.InnerHtml="Visit www.sunmitra.com” after link.Title line in the
code.
Watch that the text of link now gets changed. Also the text already given
in the HTML section is ignored.
 Now change above line to
link1.InnerHtml=“&lt;Visit www.sunmitra.com&gt;”
Watch that the text of link shows the special symbols < and > around the
text. Please note that these &lt; kind of syntax is representation of HTML
entities.
 Now change above line to link1.InnerText=“&lt;Visit
www.sunmitra.com&gt;”
Watch that now text of the link does not interpret the special symbols and
it gets displayed as it is.
 Try removing the link1.Target=“_blank”
Watch that now the link click doesn’t lead to a new browser window.
 Try removing the line link1.Title=“Sunmitra”
Watch that mouseover tool tip is now removed.
 Try Adding link1.Visible=0
Watch the link disappear when you try to run this code.
ANCHOR IN HTML CONTROLS : Error Trials
Try to Remove (" ") commas from "_blank" .
Watch the Compiler Error Message as
BC30451: Name '_blank' is not declared.
ANCHOR IN HTML CONTROLS : Practice Exercise
Write a program display one button text equal
to 'Change Link' and one html link text equal to
'Visit Microsoft Site' set href is
'www.microsoft.com' .
On button click, link should be change to 'Visit
Sunmitra Site' and href is 'www.sunmitra.com'.
Click on link, links should be open in new
page.
ANCHOR IN HTML CONTROLS: Learning Summary Review
Use of HTML Anchor Control.
Use of Attributes of HTML Anchor
Control.
HTML Anchor
Target
Visible
Title
ANCHOR IN HTML CONTROLS : Bibliography
http://www.w3schools.com/aspnet/control_ht
mlAnchor.asp
http://msdn.microsoft.com/en-
us/library/system.web.ui.htmlcontrols.htmlanc
hor(v=VS.80).aspx
http://authors.aspalliance.com/aspxtreme/asp
net/syntax/htmlanchorcontrol.aspx
http://asp101.com/articles/sample_chapters/sit
epoint_byoaspnet/chapter4.asp#d0e5728
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

What's hot

An Introduction to Gmail Labs: Are you making the most out of your inbox?
An Introduction to Gmail Labs: Are you making the most out of your inbox?An Introduction to Gmail Labs: Are you making the most out of your inbox?
An Introduction to Gmail Labs: Are you making the most out of your inbox?
Jeffrey Bradbury
 
2009 Paperless office presentation featuring naming conventions and file crea...
2009 Paperless office presentation featuring naming conventions and file crea...2009 Paperless office presentation featuring naming conventions and file crea...
2009 Paperless office presentation featuring naming conventions and file crea...
Alan Klevan
 
Unit21 AO6
Unit21 AO6Unit21 AO6
Unit21 AO6
Stephen-Lee Farmer
 
How To Become A Web Page Master Builder
How To Become A Web Page Master BuilderHow To Become A Web Page Master Builder
How To Become A Web Page Master Builder
marcgr1
 
How to Fix Google Chrome Crashes
How to Fix Google Chrome CrashesHow to Fix Google Chrome Crashes
How to Fix Google Chrome Crashes
Vikas Medhekar
 
Using Simple Script to install your Wordpress site
Using Simple Script to install your Wordpress siteUsing Simple Script to install your Wordpress site
Using Simple Script to install your Wordpress site
Amplephi
 
Copycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fastCopycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fast
Edward806784
 
Web Expression 3.0
Web Expression 3.0Web Expression 3.0
Web Expression 3.0
rimt2010
 
IBM cognos work space configuration.pptx
IBM cognos work space configuration.pptxIBM cognos work space configuration.pptx
IBM cognos work space configuration.pptx
vishal choudhary
 
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High GearASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
Kevin Griffin
 
Typo3 vs WordPress: How to Make a Painless Move
Typo3 vs WordPress: How to Make a Painless MoveTypo3 vs WordPress: How to Make a Painless Move
Typo3 vs WordPress: How to Make a Painless Move
CMS2CMS
 
Print from-kindle-fire
Print from-kindle-firePrint from-kindle-fire
Print from-kindle-fire
Jonny Greenwood
 
Scout web
Scout webScout web
Scout web
cciotti3
 
Earn $3000+ with autoblogs using free traffic
Earn $3000+ with autoblogs using free trafficEarn $3000+ with autoblogs using free traffic
Earn $3000+ with autoblogs using free traffic
Adam Jacob
 
How To Upload A Power Point Presentation On My Blog
How To Upload A Power Point Presentation On My BlogHow To Upload A Power Point Presentation On My Blog
How To Upload A Power Point Presentation On My Blog
guest300668d
 
Hubspot to wordpress migration
Hubspot to wordpress migrationHubspot to wordpress migration
Hubspot to wordpress migration
Nikhil Jani
 
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
Richard Rabins
 
Part 1; CSS and placing images on the page: The following files are located i...
Part 1; CSS and placing images on the page: The following files are located i...Part 1; CSS and placing images on the page: The following files are located i...
Part 1; CSS and placing images on the page: The following files are located i...
hwbloom15
 
5 Tips To Master Gmail
5 Tips To Master Gmail5 Tips To Master Gmail
5 Tips To Master Gmail
Tinuiti
 

What's hot (19)

An Introduction to Gmail Labs: Are you making the most out of your inbox?
An Introduction to Gmail Labs: Are you making the most out of your inbox?An Introduction to Gmail Labs: Are you making the most out of your inbox?
An Introduction to Gmail Labs: Are you making the most out of your inbox?
 
2009 Paperless office presentation featuring naming conventions and file crea...
2009 Paperless office presentation featuring naming conventions and file crea...2009 Paperless office presentation featuring naming conventions and file crea...
2009 Paperless office presentation featuring naming conventions and file crea...
 
Unit21 AO6
Unit21 AO6Unit21 AO6
Unit21 AO6
 
How To Become A Web Page Master Builder
How To Become A Web Page Master BuilderHow To Become A Web Page Master Builder
How To Become A Web Page Master Builder
 
How to Fix Google Chrome Crashes
How to Fix Google Chrome CrashesHow to Fix Google Chrome Crashes
How to Fix Google Chrome Crashes
 
Using Simple Script to install your Wordpress site
Using Simple Script to install your Wordpress siteUsing Simple Script to install your Wordpress site
Using Simple Script to install your Wordpress site
 
Copycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fastCopycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fast
 
Web Expression 3.0
Web Expression 3.0Web Expression 3.0
Web Expression 3.0
 
IBM cognos work space configuration.pptx
IBM cognos work space configuration.pptxIBM cognos work space configuration.pptx
IBM cognos work space configuration.pptx
 
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High GearASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
ASP.NET Quick Wins - 20 Tips and Tricks To Shift Your Application into High Gear
 
Typo3 vs WordPress: How to Make a Painless Move
Typo3 vs WordPress: How to Make a Painless MoveTypo3 vs WordPress: How to Make a Painless Move
Typo3 vs WordPress: How to Make a Painless Move
 
Print from-kindle-fire
Print from-kindle-firePrint from-kindle-fire
Print from-kindle-fire
 
Scout web
Scout webScout web
Scout web
 
Earn $3000+ with autoblogs using free traffic
Earn $3000+ with autoblogs using free trafficEarn $3000+ with autoblogs using free traffic
Earn $3000+ with autoblogs using free traffic
 
How To Upload A Power Point Presentation On My Blog
How To Upload A Power Point Presentation On My BlogHow To Upload A Power Point Presentation On My Blog
How To Upload A Power Point Presentation On My Blog
 
Hubspot to wordpress migration
Hubspot to wordpress migrationHubspot to wordpress migration
Hubspot to wordpress migration
 
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
Building a Blogging System -- Rapidly using Alpha Five v10 with Codeless AJAX...
 
Part 1; CSS and placing images on the page: The following files are located i...
Part 1; CSS and placing images on the page: The following files are located i...Part 1; CSS and placing images on the page: The following files are located i...
Part 1; CSS and placing images on the page: The following files are located i...
 
5 Tips To Master Gmail
5 Tips To Master Gmail5 Tips To Master Gmail
5 Tips To Master Gmail
 

Similar to Html Server Anchor Control VB

Html Server Button Control CS
Html Server Button Control CSHtml Server Button Control CS
Html Server Button Control CS
sunmitraeducation
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Sean Burgess
 
Conquering Code with hjc
Conquering Code with hjcConquering Code with hjc
Conquering Code with hjc
hjc
 
Html Server Image Control VB
Html Server Image Control VBHtml Server Image Control VB
Html Server Image Control VB
sunmitraeducation
 
Adding a view
Adding a viewAdding a view
Adding a view
Nhan Do
 
forms
formsforms
forms
formsforms
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
Configero
 
Custom Controls in ASP.net
Custom Controls in ASP.netCustom Controls in ASP.net
Custom Controls in ASP.net
kunj desai
 
belajar HTML
belajar HTML belajar HTML
How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!
41242serv
 
How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!
41242serv
 
Master page
Master pageMaster page
Master page
Paneliya Prince
 
Just Enough HTML for Fatwire
Just Enough HTML for FatwireJust Enough HTML for Fatwire
Just Enough HTML for Fatwire
Kenneth Quandt
 
Html Server Input Radiobutton Control CS
Html Server Input Radiobutton Control CSHtml Server Input Radiobutton Control CS
Html Server Input Radiobutton Control CS
sunmitraeducation
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Sean Burgess
 
ASP.NET MVC3 RAD
ASP.NET MVC3 RADASP.NET MVC3 RAD
ASP.NET MVC3 RAD
Mădălin Ștefîrcă
 
Less04 2 e_testermodule_3
Less04 2 e_testermodule_3Less04 2 e_testermodule_3
Less04 2 e_testermodule_3
Suresh Mishra
 
Applying New Technologies
Applying New TechnologiesApplying New Technologies
Applying New Technologies
bibliotecaria
 
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 LinksTutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
Matthew Woodward
 

Similar to Html Server Anchor Control VB (20)

Html Server Button Control CS
Html Server Button Control CSHtml Server Button Control CS
Html Server Button Control CS
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Conquering Code with hjc
Conquering Code with hjcConquering Code with hjc
Conquering Code with hjc
 
Html Server Image Control VB
Html Server Image Control VBHtml Server Image Control VB
Html Server Image Control VB
 
Adding a view
Adding a viewAdding a view
Adding a view
 
forms
formsforms
forms
 
forms
formsforms
forms
 
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
URL Hacking 101: An Easy Way to Streamline Processes in Salesforce
 
Custom Controls in ASP.net
Custom Controls in ASP.netCustom Controls in ASP.net
Custom Controls in ASP.net
 
belajar HTML
belajar HTML belajar HTML
belajar HTML
 
How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!
 
How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!How to Get Money Fast - Make Money Blogging!
How to Get Money Fast - Make Money Blogging!
 
Master page
Master pageMaster page
Master page
 
Just Enough HTML for Fatwire
Just Enough HTML for FatwireJust Enough HTML for Fatwire
Just Enough HTML for Fatwire
 
Html Server Input Radiobutton Control CS
Html Server Input Radiobutton Control CSHtml Server Input Radiobutton Control CS
Html Server Input Radiobutton Control CS
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
ASP.NET MVC3 RAD
ASP.NET MVC3 RADASP.NET MVC3 RAD
ASP.NET MVC3 RAD
 
Less04 2 e_testermodule_3
Less04 2 e_testermodule_3Less04 2 e_testermodule_3
Less04 2 e_testermodule_3
 
Applying New Technologies
Applying New TechnologiesApplying New Technologies
Applying New Technologies
 
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 LinksTutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
Tutorial and Review of SENuke XCR - Learn to Build High Quality Tier 1 Links
 

More from sunmitraeducation

Java Introduction
Java IntroductionJava Introduction
Java Introduction
sunmitraeducation
 
Installing JDK and first java program
Installing JDK and first java programInstalling JDK and first java program
Installing JDK and first java program
sunmitraeducation
 
Project1 VB
Project1 VBProject1 VB
Project1 VB
sunmitraeducation
 
Project1 CS
Project1 CSProject1 CS
Project1 CS
sunmitraeducation
 
Grid Vew Control VB
Grid Vew Control VBGrid Vew Control VB
Grid Vew Control VB
sunmitraeducation
 
Grid View Control CS
Grid View Control CSGrid View Control CS
Grid View Control CS
sunmitraeducation
 
Ms Access
Ms AccessMs Access
Database Basics Theory
Database Basics TheoryDatabase Basics Theory
Database Basics Theory
sunmitraeducation
 
Visual Web Developer and Web Controls VB set 3
Visual Web Developer and Web Controls VB set 3Visual Web Developer and Web Controls VB set 3
Visual Web Developer and Web Controls VB set 3
sunmitraeducation
 
Visual Web Developer and Web Controls CS set 3
Visual Web Developer and Web Controls CS set 3Visual Web Developer and Web Controls CS set 3
Visual Web Developer and Web Controls CS set 3
sunmitraeducation
 
Progamming Primer Polymorphism (Method Overloading) VB
Progamming Primer Polymorphism (Method Overloading) VBProgamming Primer Polymorphism (Method Overloading) VB
Progamming Primer Polymorphism (Method Overloading) VB
sunmitraeducation
 
Programming Primer EncapsulationVB
Programming Primer EncapsulationVBProgramming Primer EncapsulationVB
Programming Primer EncapsulationVB
sunmitraeducation
 
Programming Primer Encapsulation CS
Programming Primer Encapsulation CSProgramming Primer Encapsulation CS
Programming Primer Encapsulation CS
sunmitraeducation
 
Programming Primer Inheritance VB
Programming Primer Inheritance VBProgramming Primer Inheritance VB
Programming Primer Inheritance VB
sunmitraeducation
 
Programming Primer Inheritance CS
Programming Primer Inheritance CSProgramming Primer Inheritance CS
Programming Primer Inheritance CS
sunmitraeducation
 
ProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPSProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPS
sunmitraeducation
 
Web Server Controls VB Set 1
Web Server Controls VB Set 1Web Server Controls VB Set 1
Web Server Controls VB Set 1
sunmitraeducation
 
Web Server Controls CS Set
Web Server Controls CS Set Web Server Controls CS Set
Web Server Controls CS Set
sunmitraeducation
 
Web Controls Set-1
Web Controls Set-1Web Controls Set-1
Web Controls Set-1
sunmitraeducation
 
Understanding IDEs
Understanding IDEsUnderstanding IDEs
Understanding IDEs
sunmitraeducation
 

More from sunmitraeducation (20)

Java Introduction
Java IntroductionJava Introduction
Java Introduction
 
Installing JDK and first java program
Installing JDK and first java programInstalling JDK and first java program
Installing JDK and first java program
 
Project1 VB
Project1 VBProject1 VB
Project1 VB
 
Project1 CS
Project1 CSProject1 CS
Project1 CS
 
Grid Vew Control VB
Grid Vew Control VBGrid Vew Control VB
Grid Vew Control VB
 
Grid View Control CS
Grid View Control CSGrid View Control CS
Grid View Control CS
 
Ms Access
Ms AccessMs Access
Ms Access
 
Database Basics Theory
Database Basics TheoryDatabase Basics Theory
Database Basics Theory
 
Visual Web Developer and Web Controls VB set 3
Visual Web Developer and Web Controls VB set 3Visual Web Developer and Web Controls VB set 3
Visual Web Developer and Web Controls VB set 3
 
Visual Web Developer and Web Controls CS set 3
Visual Web Developer and Web Controls CS set 3Visual Web Developer and Web Controls CS set 3
Visual Web Developer and Web Controls CS set 3
 
Progamming Primer Polymorphism (Method Overloading) VB
Progamming Primer Polymorphism (Method Overloading) VBProgamming Primer Polymorphism (Method Overloading) VB
Progamming Primer Polymorphism (Method Overloading) VB
 
Programming Primer EncapsulationVB
Programming Primer EncapsulationVBProgramming Primer EncapsulationVB
Programming Primer EncapsulationVB
 
Programming Primer Encapsulation CS
Programming Primer Encapsulation CSProgramming Primer Encapsulation CS
Programming Primer Encapsulation CS
 
Programming Primer Inheritance VB
Programming Primer Inheritance VBProgramming Primer Inheritance VB
Programming Primer Inheritance VB
 
Programming Primer Inheritance CS
Programming Primer Inheritance CSProgramming Primer Inheritance CS
Programming Primer Inheritance CS
 
ProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPSProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPS
 
Web Server Controls VB Set 1
Web Server Controls VB Set 1Web Server Controls VB Set 1
Web Server Controls VB Set 1
 
Web Server Controls CS Set
Web Server Controls CS Set Web Server Controls CS Set
Web Server Controls CS Set
 
Web Controls Set-1
Web Controls Set-1Web Controls Set-1
Web Controls Set-1
 
Understanding IDEs
Understanding IDEsUnderstanding IDEs
Understanding IDEs
 

Recently uploaded

GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 

Recently uploaded (20)

GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 

Html Server Anchor Control VB

  • 1. HTML SERVER CONTROL –Anchor (VB) LAB WORK GUIDE A Programme Under the compumitra Series "A good heavy book holds you down. It's an anchor that keeps you from getting up and having another gin and tonic." -Roy Blount, Jr.
  • 2. ANCHOR IN HTML CONTROLS Using "VB" <A></A> tagset that creates hyperlinks
  • 3. ANCHOR IN HTML CONTROL -Go to Sample Source Open source file by typing http://www.sunmitra.com/cmaspnet/HTMLControls/ HTMLAnchor/HTMLAnchor.aspx address here
  • 4. ANCHOR IN HTML CONTROL– Run and Copy Code Copy this code
  • 5. ANCHOR IN HTML CONTROL- Create your own Paste on Notepad Save this Notepad with < HTMLAnchor.aspx> name In Learner/<student- id>/HTMLControls/ HTMLAnchor folder.
  • 6. ANCHOR IN HTML CONTROL- Run Your Own Code For executing this Html file – Write this Address on address bar. http://Localhost/<StudentID>/HTMLControls/HTMLAnchor/HTMLAnchor.aspx And after that, click go button. Output On Browser
  • 7. ANCHOR IN HTML CONTROL : Modification Trials  Add link1.InnerHtml="Visit www.sunmitra.com” after link.Title line in the code. Watch that the text of link now gets changed. Also the text already given in the HTML section is ignored.  Now change above line to link1.InnerHtml=“&lt;Visit www.sunmitra.com&gt;” Watch that the text of link shows the special symbols < and > around the text. Please note that these &lt; kind of syntax is representation of HTML entities.  Now change above line to link1.InnerText=“&lt;Visit www.sunmitra.com&gt;” Watch that now text of the link does not interpret the special symbols and it gets displayed as it is.  Try removing the link1.Target=“_blank” Watch that now the link click doesn’t lead to a new browser window.  Try removing the line link1.Title=“Sunmitra” Watch that mouseover tool tip is now removed.  Try Adding link1.Visible=0 Watch the link disappear when you try to run this code.
  • 8. ANCHOR IN HTML CONTROLS : Error Trials Try to Remove (" ") commas from "_blank" . Watch the Compiler Error Message as BC30451: Name '_blank' is not declared.
  • 9. ANCHOR IN HTML CONTROLS : Practice Exercise Write a program display one button text equal to 'Change Link' and one html link text equal to 'Visit Microsoft Site' set href is 'www.microsoft.com' . On button click, link should be change to 'Visit Sunmitra Site' and href is 'www.sunmitra.com'. Click on link, links should be open in new page.
  • 10. ANCHOR IN HTML CONTROLS: Learning Summary Review Use of HTML Anchor Control. Use of Attributes of HTML Anchor Control. HTML Anchor Target Visible Title
  • 11. ANCHOR IN HTML CONTROLS : Bibliography http://www.w3schools.com/aspnet/control_ht mlAnchor.asp http://msdn.microsoft.com/en- us/library/system.web.ui.htmlcontrols.htmlanc hor(v=VS.80).aspx http://authors.aspalliance.com/aspxtreme/asp net/syntax/htmlanchorcontrol.aspx http://asp101.com/articles/sample_chapters/sit epoint_byoaspnet/chapter4.asp#d0e5728
  • 12. 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.