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

RADMaskedTextBox Button Server Click

1 Answer 70 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 12 Oct 2010, 01:23 PM
Hi.

i am using RADMaskedTextBox .i have used the follwing

 

 

<telerik:RadMaskedTextBox ID="RadMaskedTextBox1" Runat="server"

 

 

 

Height="21px" Width="166px" ShowButton="True" ButtonCssClass="style1"

 

 

 

Mask="####" SelectionOnFocus="SelectAll"

 

 

 

ClientEvents-OnButtonClick="TestLoad" >

 

 

 

 

 

</telerik:RadMaskedTextBox>

I have written Javascript fucntion 'TestLoad' and it is working fine.

But when the button is clicked i want to execute Server Event(As like Normal Button Click Event)

COuld you please help me

Regards
Kumar

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Oct 2010, 03:03 PM
Hello Kumar,


You invoke an ajaxrequest() from the client side event handler and perform the server code in AjaxRequest event.
Client-Side API


-Shinu.
Tags
Input
Asked by
Kumar
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or