Code:
public static string sqlInsert(string table, ArrayList values, int numValues)
{
string result = String.empty;
string sqlValues = String.Empty;
for (int i = 1; i <= numValues; i++)
{
if (i < numValues)
public static string sqlInsert(string table, ArrayList values, int numValues)
{
string result = String.empty;
string sqlValues = String.Empty;
for (int i = 1; i <= numValues; i++)
{
if (i < numValues)
OnClientClick='var a = <%# DataBinder.Eval(Container.DataItem, "field") %>;'
Process proc = new Process(); proc.StartInfo.FileName = "explorer.exe"; proc.StartInfo.Arguments = dlPath; proc.Start();
if (browser.Document.Title.ToString() != "")
{
browser.Refresh();
}
else
{
MessageBox.Show("web browser timeout?");
browser.Stop();
System.Deployment.Application.ApplicationDeployment.CurrentDeployment.ActivationUri.Query
string queryString = ApplicationDeployment.CurrentDeployment.ActivationUri.Query;
Leave a comment: