Click here to Skip to main content
15,894,410 members

Comments by Sandip.Nascar (Top 110 by date)

Sandip.Nascar 27-Mar-15 13:35pm View    
validating client side you can use onclientclick. check the code snippet sent above.

Calling server side code from client side, there are several ways-
-Use $(ajax)
-use __doPost Back
But still you don't need to call server side forcefully per your needs in the above e.g.

Thanks
Sandip.Nascar 13-Mar-15 9:12am View    
looks like they have given a callback URL or web service.
The documentation on how to call and send the request will be sent by them and you need to follow that.
Sandip.Nascar 27-Feb-14 17:01pm View    
this is a separate question, how you pass the data to jframe.
post another question specific to your problem.
Sandip.Nascar 27-Feb-14 16:59pm View    
why regex will change? The problem with this approach is if the html changes, your string parsing routine need a change to get the right data.
Sandip.Nascar 27-Feb-14 16:54pm View    
which line you are getting the error?
If it is "ftpc.Login();", then something gone wrong at the ftp side (seems nothing wrong in the code)
check the credential is working with any ftp client or check directly from browser.