Response.output.write - it writes the HTTP Output Stream.
Response.Write is used to display output text in formatted manner as below
Response.Write "
" & iTimer & "
"Response.Output.Write("
Process running as {0}
",WindowsIdentity.GetCurrent().Name);
No comments:
Post a Comment