string d1 = "dato1";
string d2 = "dato2";
string d3 = "dato3";
RemotePost myremotepost = new RemotePost();
myremotepost.Url = "default2.aspx";
myremotepost.Add("Item1", d1);
myremotepost.Add("Item2", d2);
myremotepost.Add("Item3", d3);
myremotepost.Post();
Response.Redirect("default2.aspx");
No hay comentarios:
Publicar un comentario