There is a nice section of the QuickStart docs on this topic also. Click here to read up on it!
This is the code
This example uses the following
Ms-sql Server 7.0 Database
Stored Procedure
Component1a.aspx (HTML File)
C2.vb
Component1a.aspx (The Page is the UI)
<%@ Page inherits= "MyCodeBehind" src= "C2.vb" debug= "true" trace= "true"%>
<script language= "VB" runat= "Server" >
Sub Page_Load (Sender as Object, E as EventArgs)
Response.Write ("SMILE!!! I Love learning new Things Everyday ")
End Sub
</script>
<title>component Page 1</title>
<body>
<table border=0 cellpadding=3 cellspacing=3>
<tr bgcolor= "#CCCCCC" >
<td>
<font face= "Arial, Helv" size= "-1" >
Please fill out the form to create a new user profile for your
Company ' s Component.
<br>
Once This information are gathered you won't need to enter it again and you are able to update anytime.
<p>
Use the button in the bottom of this page to continue when you are finished.
<br>
</font>
</td>
</tr>
</table>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.