Custom Web component
-
Dear all, :confused: I have developed a custom toolbar control. The toolbar control is entirely developed of a html table. on the click event of the cells of the table i added a server side method. it is working fine, clicking the cell will execute the corresponding server side method and gets post back. Know my requirement is that i have to add client side method which has to be executed first and depending up on the result i have to call the server method or simply ignore the click event. When i add the client side method to its clck event the server method is not at all being called on the click event. it just executes the client method and not allowing me to take the decission. Can any body help me regarding this. i have tested return true and return false too. no use :confused: ThanX in advance.
Ramesh.Kanjinghat
-
Dear all, :confused: I have developed a custom toolbar control. The toolbar control is entirely developed of a html table. on the click event of the cells of the table i added a server side method. it is working fine, clicking the cell will execute the corresponding server side method and gets post back. Know my requirement is that i have to add client side method which has to be executed first and depending up on the result i have to call the server method or simply ignore the click event. When i add the client side method to its clck event the server method is not at all being called on the click event. it just executes the client method and not allowing me to take the decission. Can any body help me regarding this. i have tested return true and return false too. no use :confused: ThanX in advance.
Ramesh.Kanjinghat