Posts by Vinícius Avansini • 183 points
11 posts
-
7
votes1
answer1102
viewsQ: Print window, save PDF Selenium Webdriver
After developing a web page, I am developing the automated testing of this one. I am using Selenium Webdriver com for . NET. After clicking the print button, the popup to choose the printer or…
-
1
votes1
answer785
viewsQ: Open partial view by passing parameter
I am doing some tests on ASP . NET CORE 2.0 and I have the following question. I have an Index (View) that is displaying a list of `Users`. And from the click of a button `Edit`, I rewrite my…
-
1
votes1
answer671
viewsQ: ASP.NET CORE Dependency Injection
I have a situation that I don’t know how to solve. I have the following scenario: I have an ASP.NET CORE Webapi and a Class Library also in . NET CORE. Since the class library will be according to…
-
0
votes1
answer606
viewsQ: Viewbag and Viewdata Doubt
I’m starting my career in development, and in the company project here, I found a ViewData being used, and for my researches I can not update it in a ActionResult in the controller. I ended up…
-
1
votes1
answer197
viewsA: Is it possible to create a facebook event through the Graph API?
Not possible according to Facebook documentation: https://developers.facebook.com/docs/graph-api/reference/event/
-
2
votes1
answer197
viewsQ: Is it possible to create a facebook event through the Graph API?
I tried to search some places, but unsuccessful or the content is old. Here is the question: I am developing an app and would like to know if it is possible to create a facebook event through Graph…
-
1
votes1
answer746
viewsA: Control 'Contentplaceholder1_name' of type 'Textbox' must be inserted in a format tag with runat=server
I found the personal answer! In my case, the tag </form> was in the wrong place, I ended up closing it at the end of my content, which in my case, at Masterpage, I have a…
-
0
votes1
answer746
viewsQ: Control 'Contentplaceholder1_name' of type 'Textbox' must be inserted in a format tag with runat=server
I’m doing a job for the college, a Forms web application on Asp.net C#. I have a problem and until then everything was going well, but suddenly it is giving this mistake. I searched some related…
-
0
votes1
answer66
viewsQ: How to select by the bank the value of the column using the Random() method
I made a project on Android that is a little hangman game, where I can record in the Sqlite database the word and a hint. In my Databasehelper class I created the normal database, and made some…
-
0
votes1
answer44
viewsQ: How to send a Stringbuffer select to a class
I don’t know how to send one select made in my Databasehelper class and send it to a public class, then from that make my code work normally. My Databasehelper class and at the end select: class…
-
4
votes1
answer2155
viewsQ: Read values from a table in Sqlite
I am in need of a help in the following situation: I need to take the values of a column in the bank and write these values in a variable, and then this variable will randomly generate one of these…