Sunteți pe pagina 1din 2

mail.tariqkhan@gmail.

com
1.mvc
2.silverlight
3.paypal-api
4. DHTML
5.CSS and Java script
6. payment gateway integrations
7. LINQ
8. Google API
9. Web Services
10. WCF/WPF/WWF

<%@ Import Namespace="system.drawing"%>


<html>
<head>
<title>Label Web Server Control</title>
<script language="VB" runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
Dim bdw as unit
Label1.tooltip="This is my FIRST ASP.NET page!"
Label1.BorderWidth=bdw.pixel(1)
Label1.text = "This is my FIRST ASP.NET page!"
Label1.bordercolor = Color.Black
Label1.backcolor = Color.Red
Label1.forecolor = Color.White
End Sub
</script>
</head>
<body style="font: 10pt verdana">
<h3 align=center>ASP.NET Label Server Control</h3>
<form ID="Form1" runat=server>
<asp:label id="label1" runat="server" />
</form>
</body>
</html>
Dim conn As SqlConnection
Dim cmd As SqlCommand
Dim dr As SqlDataReader
Try
conn = New SqlConnection("your connection string goes here")
conn.Open()
cmd = New SqlCommand("your SQL statement", conn)
dr = cmd.ExecuteReader(CommandBehavior.CloseConnection)
If True = dr.Read Then
Response.Write(dr("Column1"))
While dr.Read
Response.Write(dr("Column1"))
End While
Else
Response.Write("0 records found!")
End If
Catch exc As SqlException
Response.Write("SQL Error Occured: " & exc.ToString)
Catch exc As Exception
Response.Write("Error Occured: " & exc.ToString)
Finally
If Not dr Is Nothing Then
dr.Close()
End If
conn.Close()
End Try
https://sites.google.com/a/ciweb.net/intranet/company-blog/newyearcelebration201
0
==============================================

Home Page
ATTENTION CUSTOMER:
Congratulations...
You have successfully completed the registration.
The Customer ID is : BA11004194 With this Customer ID you may walk-in to seagate
service center to register your call.
In case you do not receive the details, write email to "india_cso@accelfrontline
.in" for help. Please keep this information confidential. you have to quote this
Customer ID while visiting the service centre for warranty service. You can als
o use this Customer ID and Password to register warranty call in our Website bef
ore approaching the service centre. This will save your waiting time at our serv
ice centre. For Online Call Registration Click here
=========================================
Home Page
ATTENTION CUSTOMER:
Thanks for registering your warranty claims with us.
Your Temporary call Id is: WKLSGT10028041
Your Phone No is: 9650667235
Selected Service centre address is: Accel Frontline Services Limited ,
PND
NO 173 MOUNT PONMALLE HIGH ROAD
NEAR TO MUGALIVAKKAM BUS STAND,
CHENNAI.
Phone No :66873133
You are requested to print the warranty claims slip or note down the Temporary C
all ID, Your
Phone no and service centre address for future reference. Approach the Service c
entre
within 7 days and produce your Temporary Call ID at the front desk. You can visi
t our
web site to view the call status. To view the call status submit your Temp Call
Id
and Phone no and click on GO button. We thank you for using our services.

S-ar putea să vă placă și