How can i write java script function for asp.Net web control link button.

liunx

Guest
Hi,

i have developed one application that i need to create java script fuction for link button web control of asp.Net .i developed that .But it is giving the runtime error "No such function in asp.Net page .Plz help for thisOne approach would be to sub-class LinkButton and add the functionality in manually. It would just be a matter of adding some new properties in that generated the "onclick" client-side event.

Regards.
 
Back
Top