Hi all,
Based on the ClientAPI documentation section 'Accessing form values In a CallBack' I have tried to access values of a few drop downs and text boxes from the RaiseClientAPICallbackEvent method. I registered the client callback with
ClientAPI.GetCallbackEventReference(this, "paramname" , "'ReportSaveCompleted'", "'context", "'ReportSaveError'",this.TextBox1) //I try to get value of this textbox
Then in the RaiseClientAPICallbackEvent method I tried to access the text box value with Request[this.TextBox1.ClientID] as being mentioned. But my problem is that I keep getting an empty string for the text box value although I have entered some values there.
Appreciate a lot if someone can say what I'm doing wrong here?
Cheers!
Uchitha.