Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
Can use both VB and Javascript in same asp.net page???
I'm new to asp.net, and read somewhere that you can NOT use both VB
and Javascript in an asp.net page. However, I used javascript in an on
click event and it works.
My question: I'm only running in vs.net debug mode...will this cause
me a problem when I actually publish the app?
Thanks. Kathy
KathyB Guest
-
output javascript to appear at end of page?
hi, i want to write some javascript at the *end* of my rendered html page via my webform. currently i am using response.write and it always... -
JavaScript entered in a page blocks editing page inContribute
I have entered a set of JavaScript tags into a html page via FTPand the page displays correctly on the web. When I go to Contribute to and attempt... -
output text in control location; calling control javascript from page javascript
Hi; If you don't know, I'm just learning javascript and aspnet, but I have a pretty good grounding in windows programming. I'm trying to build a... -
Page Action Javascript
Acrobat 5 had a Page Action Javascript (Document > Set Page Action > Page Open). Where in Acrobat 6.0 Professional can I do this? I had some scripts... -
extracting Javascript from a web page
Hi Everyone, I have a perl script which tries to read a web page and then submit data to a form using LWP::UserAgent. The page has some... -
Steve C. Orr, MCSD #2
Re: Can use both VB and Javascript in same asp.net page???
Javascript runs on the client in the browser.
VB.NET runs on the server. Therefore they can both run on your page in a
sense since they are not running on the same machine.
Then there is the JScript server side language which is very similar to
javascript in syntax. You can't run this on the same page as VB.NET.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"KathyB" <KathyBurke40@attbi.com> wrote in message
news:75e8d381.0307011627.26450ecc@posting.google.c om...> I'm new to asp.net, and read somewhere that you can NOT use both VB
> and Javascript in an asp.net page. However, I used javascript in an on
> click event and it works.
>
> My question: I'm only running in vs.net debug mode...will this cause
> me a problem when I actually publish the app?
>
> Thanks. Kathy
Steve C. Orr, MCSD Guest



Reply With Quote

