HI All
I have an User Control which as Rad Text Box ,a Button,Rad Text Box...I have arraged respectively.First Text Box is the Code field and button is used to show all the Code in the Database ..Third button is used to show the description of the Code .
Scenario ...When the User Enters the Code and tabs out then the Server side method should be called and it should validate is that the Code is correct if the code is correct then the Description should be populated ..If the Code is Wrong then Message should be populate dto the User
Problem Area : Without the UserControl i am able to call the Server side Event ...But when we write the same code in the Control it is not able to recognise the Current page and it not calling the server Side function
...I need to write the server side function in the Control......I have used Rad Proxy Manager but i am not able to Do ...
Can you please help me out on this
I have an User Control which as Rad Text Box ,a Button,Rad Text Box...I have arraged respectively.First Text Box is the Code field and button is used to show all the Code in the Database ..Third button is used to show the description of the Code .
Scenario ...When the User Enters the Code and tabs out then the Server side method should be called and it should validate is that the Code is correct if the code is correct then the Description should be populated ..If the Code is Wrong then Message should be populate dto the User
Problem Area : Without the UserControl i am able to call the Server side Event ...But when we write the same code in the Control it is not able to recognise the Current page and it not calling the server Side function
...I need to write the server side function in the Control......I have used Rad Proxy Manager but i am not able to Do ...
Can you please help me out on this