Posts by Marco Vinicius • 41 points
4 posts
-
0
votes1
answer51
viewsQ: Check if a specific item is selected in one of the combos on the page
I have a classic Asp page with several combos and all with different names and a button that saves all selected values. I need to check in javascript if any of these combos have the "Canceled"…
-
1
votes4
answers739
viewsQ: Is it possible to put an "IF" condition on media to Internet joins and other Where conditions in SQL Server?
I have a procedure that takes a parameter that can be 0, 1 or 2. When it is 1 or 0, it needs to consider the line where it has "and bol_portfolio = @eh_port", but when it is 2, it cannot enter this…
-
-1
votes2
answers651
viewsQ: Validation of Webforms fields
I’m putting together a registration page with webforms, I need to validate the fields, but I don’t know if it’s better to do it by the method itself onclick of the recording button (via c#) or if…
-
3
votes2
answers244
viewsQ: What is the best way to publish my C# Asp.NET application on Azure?
I started a project in college and I’m using Azure to host it. This is my first contact with this tool and I’m having great difficulty understanding it. I’ve looked for tutorials and explanations in…