Posts by Marcelo • 43 points
6 posts
-
0
votes0
answers142
viewsQ: How to return to previous View without losing data
I have a problem that I can’t solve, which is this. I have a screen that loads two simulated (each simulated has the questions and the radios Buttons that are the options). The simulated ones are…
-
0
votes0
answers23
viewsQ: How to keep the data entered in the View when we change page and return to it
I’m trying to make an application where the user on a page has multiple multiple choice questions, he marks the radio and changes page. If he returns to the page again, these options he has marked…
-
1
votes1
answer22
viewsA: Problems with select command of Line
I managed to solve the problem, I only dismembered my query in two. The first to take the questions randomly: var questions = (from q in db.Questoes where q.TemaId == int.Parse(tema) orderby…
-
0
votes1
answer22
viewsQ: Problems with select command of Line
The query worked she has 2 questions randomly with the 5 options each. The problem is that my select loads the view described below: public class QuestaoOpcaoModel { public int QuestaoId { get; set;…
-
2
votes2
answers124
viewsQ: Junction of 2 Linq Queries
I am using the mysql database. I have 2 tables one of questions and options related to the question. For every access I make to the system I need to take the questions randomly and obviously the…
-
1
votes0
answers160
viewsQ: Return list with Ajax post method
Good afternoon to all, I have a problem which is as follows. Through an Ajax request I return a list of objects. This class of mine is just to load the data I need to send to the view that makes the…