Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# scripting not working
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Vista
Network:
Windows 2003 Server
Database:
MySQL
Application:
Web
Divers
Thread ID:
01426452
Message ID:
01426678
Vues:
42
Correct. You can't run C# code on the client in place of JS code.

>
>below what I had (the latest update).. but html button ("commit") still not fired when it clicked?
>

Are you sure it's not being called? Set a breakpoint on the string txtuserid line (in the ASPX page click on the left margin - a red dot will appear) then run the page and try it.

Did you remove the predefined HTML (the body/form stuff) from your master page? Generally the IDE will create 2 sections - one content area is meant for just the HTML that appears in the HEAD section, the other content area is meant for your embedded HTML (and it already has the body/form sections in it). If you didn't remove the other HTML code it's possible that's tripping things up.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform