Simple asp example and tutorials
Sub Page_Load
link1.HRef="http://www.w3schools.com"
link1.Target="_blank"
link1.Title="W3Schools"
link2.HRef="http://www.microsoft.com"
link2.Target="_blank"
link2.Title="Microsoft"
End Sub
..more
Asp .Net HTML Image example
Sub Page_Load(Sender As Object,E As EventArgs)
image1.Src="smiley.gif"
image1.Alt="Smiley"
image1.Border="3"
End Sub
..more
Vb.net Tutorial
Step by step instructions on how to create your
first winform or webapp applications using Visual
Basic .NET.
Great starting VB.NET set for students who want to
understand VB.NET! Sections includ..
Sample C#, VB.NET and ASP.NET Projects with s
"dotnetspider" is an online .NET tutorials and
guide for the latest Microsoft technologies, aimed
to help new graduates acquire programming skills
and learn the best programming practices. We will
..
.Net - This tutorial will show how we can bot
Using Cookies in web pages is very useful for
temporarily storing small amounts of data, for the
website to use. These Cookies are small text files
that are stored on the user's computer, which the..
ASP.NET Examples and tutorials
ASP.NET HTML Controls
HTMLAnchor,
HTMLButton,
HTMLImage,
HTMLImage 2,
HTMLInputbutton,
HTMLInputCheckbox,
HTMLInputHidden,
HTMLInputImage,
HTMLInputRadiobutton,
HTMLTable,
HTMLTable 2,
H..
ASP.Net - Frequently Asked Questions
What is ASP.Net?
ASP.Net is a programming frame work built on the
common language runtime that can be used on a
server to built powerful web application...