|
 |
aspx thread: Javascript
Message #1 by =?iso-8859-9?B?S2Fk/XIgayDWenT8cms=?= <k_ozturk@b...> on Fri, 27 Sep 2002 08:53:30 +0300
|
|
hi
can some one tell me how can I use Javascript in asp.net
Thanks
Kadir ÖZTÜRK
Message #2 by "Sampath, Ramanujam (Cognizant)" <SRamanuj@c...> on Fri, 27 Sep 2002 12:13:47 +0530
|
|
as similar as how u use it in an asp page......
Keep me posted
==============================
S.Ramanujam
Programmer Analyst
Cognizant Technology Solutions (p) Ltd. - CTS
38 & 39 Whites Road,
WCB - Whites Road Circular Building
Royapettah, Chennai - 600014
Ph : +xx xx xxx xxxx Extn 5124 [Off]
: +xx xx xxx xxxx [Res]
-----Original Message-----
From: Kadir k Öztürk [mailto:k_ozturk@b...]
Sent: Friday, September 27, 2002 11:24 AM
To: ASP+
Subject: [aspx] Javascript
hi
can some one tell me how can I use Javascript in asp.net
Thanks
Kadir ÖZTÜRK
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
Message #3 by "Collin" <collind@p...> on Fri, 27 Sep 2002 17:55:51 +0530
|
|
if u wnat to bind a javascript to server control u can use the Attributes
property of the server control. for e.g
TextBox1.Attributes("onBlur")="javascript:alert('ABCDEFGH');"
-----Original Message-----
From: Sampath, Ramanujam (Cognizant) [mailto:SRamanuj@c...]
Sent: Friday, September 27, 2002 12:14 PM
To: ASP+
Subject: [aspx] RE: Javascript
as similar as how u use it in an asp page......
Keep me posted
==============================
S.Ramanujam
Programmer Analyst
Cognizant Technology Solutions (p) Ltd. - CTS
38 & 39 Whites Road,
WCB - Whites Road Circular Building
Royapettah, Chennai - 600014
Ph : +xx xx xxx xxxx Extn 5124 [Off]
: +xx xx xxx xxxx [Res]
-----Original Message-----
From: Kadir k Öztürk [mailto:k_ozturk@b...]
Sent: Friday, September 27, 2002 11:24 AM
To: ASP+
Subject: [aspx] Javascript
hi
can some one tell me how can I use Javascript in asp.net
Thanks
Kadir ÖZTÜRK
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
Message #4 by Jay Fields <JFields@c...> on Fri, 27 Sep 2002 08:30:30 -0400
|
|
This question is way to broad for any good answer. Do you want to use
JavaScript on the client side, and if so, for what purpose? Or, do you
want
to use JScript for your server side programming, and similarly, for
what
purpose?
In general...
Client side JavaScript is placed in <script> tags in the <head> of your
.aspx page.
For examples of JScript for server side programming see asp.net.
Jay
-----Original Message-----
From: Kadir k =D6zt=FCrk [mailto:k_ozturk@b...]
Sent: Friday, September 27, 2002 1:54 AM
To: ASP+
Subject: [aspx] Javascript
hi
can some one tell me how can I use Javascript in asp.net
Thanks
Kadir =D6ZT=DCRK
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=3D1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=3D1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
|
|
 |