|
Well for a start, they are different languages
functions in javascript is well, written using javascript. Typically used for client side processing.
functions in asp are written using vbscripting (asp) or dotnet languages (asp.net). ASP is microsoft's technology. It runs on a webserver, whereas javascript does not need to. You can run client side javascript from within ASP pages
I would say, you probably should use javascript for more simple client side processing eg like simple validation of form filling and use ASP for more server sided validation, fetching data, generating pages etc.
So depending on what u want to do in that function, pick the appropriate one.
|
|
Expert:
|
nidhi
|
|
Date:
|
Jun 07, 2007
|
|
Time:
|
03:37
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Thanks For your reply ,
It's very helpful for me.
|
|
Expert:
|
manohar.patil
|
|
Date:
|
Jun 11, 2007
|
|
Time:
|
05:08
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Then you should probably close this question and give the points.
Just a friendly reminder :-)
jakob
|
|
Expert:
|
jgivoni
|
|
Date:
|
Jun 28, 2007
|
|
Time:
|
15:31
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
manohar.patil, did you get your question solved?
If you did then please close this question and distribute the points. If you found the solution on your own, we would be very happy if you could explain it here for the sake other users having the same problem.
If you didn't get a solution to your problem, please leave a comment here to let the experts know that you're still looking for an answer.
Thanks,
The Quomon Admin Team
|
|
Expert:
|
admin
|
|
Date:
|
Aug 22, 2007
|
|
Time:
|
20:22
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|