Posted on: 8/4/2014 2:21:52 PM | Views : 366

Hi,
I have a page with multiple linkbuttons that have PostBackURLs set to the same asp page with different parameters.
Ex:
LinkButton1.PostBackURL = "mypage/myfirstParameter/1"
LinkButton2.PostBackURL = "myPage/myfirstParameter/2"
etc.
Using Page.IsPostBack does not work to detect this posts no the page in order to differentiate from loading the page without a preceeding postback. Should i be using IsCrossPagePostBack?
Can anyone help on this?

Go to the complete details ...