Replies Back to Article

Dot Net News: First Experience with ASP.NET in DWMX

Can't get the validation working...
July 15, 2002 by Roy Barrow

Keep getting "Expected End of Statement" errors on load... Debugging shows a problem with the semi-colon in the OnChange call.

Help?

RE: Can't get the validation working...
July 20, 2002 by James Threadgill
Use my Form Validation Tool Kit extension You can get it here:  http://www.ebconcepts.com/asp/dwmx_extensions.asp
How do I make linebreaks?
August 12, 2002 by Peter Elkjaer

Great application, but it really needs to make <br>'s when hitting "enter".

I tried
<%
string mystring = MyTextBox.Text.Replace("\r\n", "<br>");
%>
but no luck.

How would you do that?

error
September 17, 2002 by James Leech

What does this mean:

unable to find script library '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' Try placing this file manually or reinstall by 'running aspnet_regiis -c'

I get it when trying to browse the backend validation stuff.

RE: error
September 17, 2002 by James Threadgill
You can copy the "/aspnet_client/" and paste it into the root folder of your web.
RE: RE: error
September 18, 2002 by James Leech

Thanks for your reply

I tried that and it didn't work. IE still says the same thing and NN says nothing and lets you submit without validation. I also tried running your complete version on my testing server and it also didn't work. My computer/server are win 2000sp3 boxes with .net framework (sp1 i think). Any more Ideas? How should the system_web dir have found its way into my site if things were ok - should it have got coipied their by DW or .net CRL or was I always supposed to have put it there manually?

Regards
James

RE: RE: RE: error
September 18, 2002 by James Threadgill
It should put it there when you install the .net framework or create the web. You might want to try reinstalling the .net framework and patches. I encountered that message when I first began with .net. I simply copied the asp.net client support folder into my web and that fixed the problem You could also run the register command from the DOS prompt to register the .net client files.
RE: Lacking
May 15, 2003 by James Threadgill

Well Banrdon, the article begins with the statement: This tutorial details the steps of building a basic ASP.NET vb application with the new DreamWeaver MX from the perspective of an experienced UltraDev 4 user. It is what it says it is, nothing more, nothing less.

Also there is a complete .net news application free for the downloading that should help you along the way. You can find many articles on setting up .net applications in IIS; that is not the intent nor purpose of this piece. 

RE: RE: RE: error
June 11, 2003 by James Threadgill
IIS should create the system web folders when you create the web. There may be an issue with your .Net Framework installation.
SQL Version
July 31, 2003 by Paul Reisinger Mr.
Is there any chance you can create a tutorial using ASP.NET, VB.NET and SQL 2000?