How to hide input parameters from a WebService[ASMX]
I want to hide input boxes from browser in ASMX services, how can i do that?
Answers (1)
0 Hi Anil,
Use Javascript [$ajax]for accessing web.services [.asmx] and in webservice you must have flag to display which will indicate that you want to display data or hide data . if you have flag then just find that control in jquery and disable or hide as per your requirement.