tags:

views:

80

answers:

3

How can we use JQuery in asp.net pages?

+1  A: 

That makes no sense at all , i assume you want to know how to use jQuery in ASP.net , just add a reference to the script and look at some of the tutorials they provide here http://docs.jquery.com/Tutorials

RC1140
Ahhh it seems someone finally edited it to make a little more sense :)
RC1140
thanks. can I use JQuery in Perl? for example for change date format?
masoud ramezani
I am pretty sure you cant since i am not a perl programmer but as far as i know doesnt run in browser , i guess you could use it to out put jQuery code but not to change a date format , i am sure perl has function built in to do that
RC1140
thank you for your answer.
masoud ramezani
+5  A: 

See Getting Started with jQuery in Visual Studio 2008

http://blogs.msdn.com/bursteg/archive/2009/06/05/getting-started-with-jquery-in-visual-studio-2008.aspx

Mark Byers