Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #20.4K
Ranked #4K
~879 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Clanham

Looking for You tube clone?? I found this script totally customisable for asp.net <URLs SNIPPED>

Member Avatar for clone website
-1
452
Member Avatar for kehar

Thats due to permanent cookie written in your system by that website. It is written permanently when you tick check box for "Remember me on this computer". To get rid of this, just delet cookies from your system from internet explorer. [url]http://www.cosmicwebservices.com/Login.aspx[/url]

Member Avatar for sandeep.thakur1
0
166
Member Avatar for ditty

[code] Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Configuration Imports System.Web.Security Imports System.Web.SessionState Partial Class Edit Inherits System.Web.UI.Page Protected Sub btnUpdate_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpdate.Click Dim objCommand As New SqlCommand() objConnection.ConnectionString = ConfigurationManager.ConnectionStrings("MyConnectionString").ConnectionString objCommand.CommandText = "UPDATE Company SET CompanyName=@CompanyName,ContactName=@ContactName,ContactTitle=@ContactTitle,Address=@Address,City=@City,Region=@Region,PostalCode=@PostalCode,Country=@Country,Phone=@Phone,Fax=@Fax WHERE USERNAME=@UserName" objCommand.Parameters.AddWithValue("@UserName", User.Identity.Name) objCommand.Parameters.AddWithValue("@CustomerID", txtID.Text) …

Member Avatar for sandeep.thakur1
0
106
Member Avatar for geetajlo
Member Avatar for SheSaidImaPregy
0
155

The End.