Aug 24 2007 09:17 AM 6149 5 how can we identify the page is postback shiby Shanmugapriya Priya Profile Answers by Shanmugapriya Priya Questions by Shanmugapriya Priya Jul 6th, 2011 public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) Response.Write(getPostBackControlName()); }private string ge... rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 5th, 2008 By Using isPostBack() method Answer Question Select Best Answer Nov 28 2005 12:21 AM 1924 9 The base class Arrray belongs to the mamespace Skill/Topic: IntermediateA) GlobalTypeB) ArraysC) System rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 6th, 2008 Array is the right answer Rajesh.A Apr 2nd, 2007 using System.Array.Tostring() Answer Question Select Best Answer
Aug 24 2007 09:17 AM 6149 5 how can we identify the page is postback shiby Shanmugapriya Priya Profile Answers by Shanmugapriya Priya Questions by Shanmugapriya Priya Jul 6th, 2011 public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) Response.Write(getPostBackControlName()); }private string ge... rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 5th, 2008 By Using isPostBack() method Answer Question Select Best Answer
Shanmugapriya Priya Profile Answers by Shanmugapriya Priya Questions by Shanmugapriya Priya Jul 6th, 2011 public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) Response.Write(getPostBackControlName()); }private string ge...
rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 5th, 2008 By Using isPostBack() method
Nov 28 2005 12:21 AM 1924 9 The base class Arrray belongs to the mamespace Skill/Topic: IntermediateA) GlobalTypeB) ArraysC) System rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 6th, 2008 Array is the right answer Rajesh.A Apr 2nd, 2007 using System.Array.Tostring() Answer Question Select Best Answer
rajivfromharyana Profile Answers by rajivfromharyana Questions by rajivfromharyana May 6th, 2008 Array is the right answer