/ Published in: C#
Expand |
Embed | Plain Text
if (!page.IsPostBack && !page.IsCrossPagePostBack && (string.Compare (HttpContext.Current.Request.RequestType, "POST", true) == 0) && 0 < page.Request.Form.Count)
You need to login to post a comment.
