how to pass arguments to an HtmlFile from C sharp.
- by Pramodh
hi
how to pass arguments to an HtmlFile from C sharp.
likeSystem.Diagnostics.Process.Start("Sample.html","Argumtnts");
if i execute the above code the "Sample.html" file should be opend and it should do some thing with the "arguments"