Posts by Igor Ramos Oliveira • 55 points
2 posts
-
0
votes1
answer32
viewsQ: Conceptual problem with webservice, how to make a webMethod
Good afternoon guys, I’m having a little problem here at the time of creating a webMethod. The thing is, I need to work with three levels, in the three cases I need to send to the database, follow…
-
4
votes2
answers451
viewsQ: Validate only one comma in input type ="text"
The problem I’m facing is that I can’t let the user type more than one comma into input (I am using ASP.NET with Behind in C#), but also I cannot use the input type="number" because the version of…