Replies Back to Article
Dot Net News: First Experience with ASP.NET in DWMX
Keep getting "Expected End of Statement" errors on load... Debugging shows a problem with the semi-colon in the OnChange call.
Help?
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?
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.
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
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.