K Karl Seguin Mar 16, 2005 #2 Yes, Page.IsPostBack You can simply try it out and see for yourself... Karl -- MY ASP.Net tutorials http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to come!)
Yes, Page.IsPostBack You can simply try it out and see for yourself... Karl -- MY ASP.Net tutorials http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to come!)
P Prodip Saha Mar 16, 2005 #4 Why not? Check out this example- http://www.aspnet4you.com/Articles.aspx?ArticleID=5005 You can check the IsPostBack property in any method call. Page_Load would be the appropriate place. Thanks, Prodip www.aspnet4you.com
Why not? Check out this example- http://www.aspnet4you.com/Articles.aspx?ArticleID=5005 You can check the IsPostBack property in any method call. Page_Load would be the appropriate place. Thanks, Prodip www.aspnet4you.com