Posts by bcastro1995 • 11 points
3 posts
-
1
votes2
answers722
viewsQ: Calling c# method in javascript
I created a method that calls data from a database in C#. How can I call this method in Javascript ? Follows code [WebMethod] public copa recuperaDados(int cAno) { var con =…
-
0
votes1
answer26
viewsQ: Calling other data from an entity
I created a database entity and a dropdownlist. When I click on a list item, I want to call the other data. How do I ?? Follows code public ActionResult dbExample() { copaDBEntities entity = new…
-
0
votes1
answer114
viewsQ: Message appears when selecting value in a dropdownlist
I created a dropdownlist in Asp.net linked to a database. Now I want a message to appear as soon as one of the values of db is selected. (Ex: A dropdownlist with three values "A", "B", "C". When I…