Hello,
I have a textbox where in the roll number is entered ;on blur of which i want this textbox value to be pass to server side...how to achieve this? Please help....
public void RaiseCallbackEvent(string eventArgument) //Here , when my blur event fires this method is called and eventArgument is 'undefined' because of which my callback fails.....please help...how to pass value here????
{
}
Best Regards,
Rohan Laghate