Hello,
I have a scenario where I have a RadWindow that is opened from a LinkButton click (after some fields are validated). The RadWindow is created, added to RadWindowManager and opened through server side code. On the Radwindow there are two LinkButtons. I create a session variable and assign that session variable a value based on which link button is clicked. Also, each linkbutton closes the RadWindow when clicked. Now, based on the value in the session variable, I would like to call the Insert of a SqlDataSource and then rebind a RadGrid OR do nothing. I have no problem with setting this up to do nothing. The issue I have is trying to call the Insert of the SqlDataSource and then rebinding the RadGrid.
Any clues as to how to do this? I've tried to do so using an Ajax request, but either I did it wrong or it won't work from the click of a LinkButton.
Thanks,
Casey
I have a scenario where I have a RadWindow that is opened from a LinkButton click (after some fields are validated). The RadWindow is created, added to RadWindowManager and opened through server side code. On the Radwindow there are two LinkButtons. I create a session variable and assign that session variable a value based on which link button is clicked. Also, each linkbutton closes the RadWindow when clicked. Now, based on the value in the session variable, I would like to call the Insert of a SqlDataSource and then rebind a RadGrid OR do nothing. I have no problem with setting this up to do nothing. The issue I have is trying to call the Insert of the SqlDataSource and then rebinding the RadGrid.
Any clues as to how to do this? I've tried to do so using an Ajax request, but either I did it wrong or it won't work from the click of a LinkButton.
Thanks,
Casey