Hi,
I've a Grid with 2 GridButtonColumn Which is fine and I set the ButtonType as LinkButton. I like to execute CrossPage PostBack so that I used 2 ButtonColumns as LinkButton. If I set the Url to PostBackURL property of converted LinkButton of GridButtonColumn in Item_DataBound is working fine.
But When I try open my new page with RadWindow means I need to popup the Radwindow thru the javascript. If I called the javascript function using PostBackUrl It's not working.
finally I try to add Attributes["Onclick"], It is working but I lot my Previous page Data.
Pls Give me the Better Solution.
Thanks for your needful assistance on time.
I've a Grid with 2 GridButtonColumn Which is fine and I set the ButtonType as LinkButton. I like to execute CrossPage PostBack so that I used 2 ButtonColumns as LinkButton. If I set the Url to PostBackURL property of converted LinkButton of GridButtonColumn in Item_DataBound is working fine.
But When I try open my new page with RadWindow means I need to popup the Radwindow thru the javascript. If I called the javascript function using PostBackUrl It's not working.
finally I try to add Attributes["Onclick"], It is working but I lot my Previous page Data.
Pls Give me the Better Solution.
Thanks for your needful assistance on time.