hi all i developed one application in .net which i've used both javascript (on button clicks) and jquery (using script manager)
my problem here is i've disabled "Edit and Delete" buttons in my page when clicking the "Add" button so far the application worked fine with in my system (i.e. localhost)
but when i trying to access the application from my friend system,
the javascript Onclick codes are executing for Edit and Delete buttons (eventhough they are disabled)
please can u help me how to rectify this problem, where i've gone wrong in my code