Posts by user149301 • 37 points
4 posts
-
0
votes2
answers58
viewsQ: Exception Handling at MODEL
How do I send an exception of the Model to View in the form of an Alert, for example MODEL : Try { // codigo }catch{ // Aqui quero tratar o erro e mandar uma mensagem pra ser exibida na view em…
-
1
votes1
answer40
viewsQ: Database occupied
public List<R> GetA(DateTime dataMov) { connection(); List<R> menuList = new List<R>(); try { con.Open(); using (SqlCommand cmd = new SqlCommand("SELECT r.nome,r.cos,r.estoque,…
-
0
votes1
answer66
viewsQ: Responsiveness Css
@media screen and (max-width: 1100px) and (min-width: 600px) { html { width: 100%; height: 200%; } body { background: #f8f8f8; font-family: "Verdana", Times, serif; font-size: 18px; margin: 10px;…
-
0
votes1
answer76
viewsQ: Apply responsiveness
As we can see in the first picture with the extended screen is right but when I resize the screen the tables leave the organization, can help me to keep the tables resizing according to the screen…