This is a migrated thread and some comments may be shown as answers.

What is best way to provide license agreement functionality ?

2 Answers 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nirav
Top achievements
Rank 1
Nirav asked on 14 Oct 2014, 05:49 PM
Hi,
I am using "UI for ASP.Net AJAX Q2 2014", Telerik.Web.UI.dll version is 2014.2.618.45 and Visual Studio 2013, developing a website. 

On one of my webpage, upon a button click, I need to open up license agreement and need to ask user to "Agree" in order to continue. If user presses Disagree, want to take some actions serverside. 
I have a RadGrid, inside ItemTemplate, I have a linkButton and I want to open up this license agreement, based on a data field value, so lets say if that datafield value is "1" it should open up license agreement, if that datafield value is "0", it do not need to open up that license agreement. But if it opens up license agreement, I should be able to get "Agree" and "Do not Agree" on serverside.
<asp:LinkButton ID="lnkAddProduct"
CausesValidation="true" ValidationGroup="ValidationGroup2"
ToolTip="Add To Cart"
runat="server" CommandArgument='<%# Eval ( "PriceListID").ToString() %>'
CommandName="addproduct"><img style="border:0px" alt="" width="22px" height="22px" src="../Images/icons/shopcartapply3.ico"/> </asp:LinkButton>

So I want to display license agreement text upon click of a button, with Agree and Do not Agree buttons, and want to code on both "Agree" and "Do not agree" click. 
For License Agreement Text, I am fine using PDF to display or can also display Text, whatever is easy.

What I want to know is, is there any way to achieve above functionality using any of the Telerik Control? 

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 16 Oct 2014, 01:01 PM

Hello Nirav,

Perhaps RadWindow will be useful for this task. To get started, I can suggest the following resources related to this setup:

I hope this helps you choose the best approach for your concrete case.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Nirav
Top achievements
Rank 1
answered on 16 Oct 2014, 01:26 PM
Thanks Martin, 
This helps. 
Tags
General Discussions
Asked by
Nirav
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Nirav
Top achievements
Rank 1
Share this question
or