Ask a Question related to ASP.NET General, Design and Development.
-
AV #1
How to include javascript in aspx page
hi, I have javascripts for my Old ASP application i was
using
<script language="javascript" type="text/javascript"
src="scripts/validate_fields.js">
</script>
Can i do the same thing using Custom Validator?
thanks
AV Guest
-
Include javascript in a javascript file
Hello, Is there a way to include a javascript file from WITHIN a javascript file? Something similar as in the "#include" directive in C++? ... -
Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem. -
Writing javascript code in every page of my site using aspx
Good Morning, I would want to use aspx to write this javascript code for me in every page of my site www.etantonio.it how can I do this ??? ... -
Every time i try to display records on an include page i get repeats of the whole include
hi guys and ladies, here is my problem and i would be most grateful if any one could shed some light on this please: i have a default.asp page... -
How do you centrally store and include reusable javascript functions into .aspx pages?
Of course! Many thanks Chris. -
HrtgSkr #2
Re: How to include javascript in aspx page
If you mean can you do the same validations on the server side with a
custom validator, yes. You tie code-behind validation code to the
Page IsValid, which you check on a postback.
You can still, also, insert the script tag, enable client side
validation and insert the function call directly or programmatically
into the html.
Dawn.
"AV" <anilvarmaen@hotmail.com> wrote in message news:<a28201c35c5c$a2192790$a001280a@phx.gbl>...> hi, I have javascripts for my Old ASP application i was
> using
> <script language="javascript" type="text/javascript"
> src="scripts/validate_fields.js">
> </script>
>
> Can i do the same thing using Custom Validator?
> thanksHrtgSkr Guest



Reply With Quote

