como identificar que viene de server.transfer


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if (!page.IsPostBack && !page.IsCrossPagePostBack && (string.Compare (HttpContext.Current.Request.RequestType, "POST", true) == 0) && 0 < page.Request.Form.Count)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.