protected void ChangeCaseWorker(int fortuneAgent_ID)
{
SqlDataSource FORTUNESQLDataSource = new SqlDataSource();
FORTUNESQLDataSource.ConnectionString = ConfigurationManager.ConnectionStrings["FORTUNEConnectionString"].ToString();
System.Data.SqlClient.SqlCommand scCommand = new System.Data.SqlClient.SqlCommand();
scCommand.CommandType = System.Data.CommandType.StoredProcedure;
scCommand.CommandText = "BackOffice.UpdateCaseWorkerNewLead";
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY