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

[Solved] How to get the string typed in the textbox placed in radalert

2 Answers 155 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35) asked on 16 Apr 2009, 07:10 AM
Hi All

I have designed a login screen. With an option forget password.

If I click the forget password button, I have made an radpromt to appear with a text box and two buttons ok and cancel.

The text box is to enter the email id

<

button class="qsfButtonBig" style="width: 100px" onclick="radprompt('<em><span style=\'color: #000099;\'>Please enter your email address:</span></em>', promptCallBackFn, 330, 100, null, 'Forgot Password Manager', ''); return false;">Forgot Password</button>

 

 


I need:

If the email id is entered in the textbox. have to check the email id in the table and get its password from the table(user table) and have to sent it to the email id given.

Is there any solution for this.

I know the mailing concept.

Before that, have to check the emailid and take the password.

-Anto

2 Answers, 1 is accepted

Sort by
0
Accepted
Fiko
Telerik team
answered on 16 Apr 2009, 03:30 PM
Hi Anto,

I implemented a simple demo that demonstrates the desired functionality. I used a hidden field and its click() event in order to pass a parameter to the codebehind. Bellow, I pointed some different approaches that you could use in order to pass parameter from the client side to the server side :

Greetings,

 

Fiko

 

the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
answered on 20 Apr 2009, 12:28 PM
Hi Fiko

Thank you for your demo

I will be very useful.

Thank you very much

-Anto
Tags
Grid
Asked by
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Answers by
Fiko
Telerik team
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Share this question
or