E
Eitan
Helo,
I need to link the aspx page to a general vbscript (run on the server side).
The code has the line :
<%@ page language="vb" autowventWireUp="false" codeBehind="myasp.aspx.vb"
inherits "myProg.myasp"%>
If I want to use a general vbscript, that is good for all of my aspx forms,
is it just put another line as above, or there are more things I should do.
Need an example, please.
Also,
I need code for doing the same for the client side of the aspx page.
Is it the syntax : <script language="vb" src="" /> ?
Need sample code, please.
Thanks
I need to link the aspx page to a general vbscript (run on the server side).
The code has the line :
<%@ page language="vb" autowventWireUp="false" codeBehind="myasp.aspx.vb"
inherits "myProg.myasp"%>
If I want to use a general vbscript, that is good for all of my aspx forms,
is it just put another line as above, or there are more things I should do.
Need an example, please.
Also,
I need code for doing the same for the client side of the aspx page.
Is it the syntax : <script language="vb" src="" /> ?
Need sample code, please.
Thanks