Posts by TBBY • 143 points
8 posts
-
3
votes1
answer31
viewsQ: Navigationbar Visualstudio 2013
Today I started a project in C# and realized that in the navigation bar, when I click on a control I am directed to the designer of . aspx, and is not displayed the events that the control has as in…
-
2
votes1
answer181
viewsQ: How to set Nothing to a Datetime variable?
I have a function that receives a string and is converted to date time, I did a check for when come string empty, return Nothing. But when I leave the function is returning me the date in this…
-
2
votes2
answers745
viewsQ: Compare javascript dates!
In those two of mine Alert I have two dates, the first date is the date that is taken from my devexpress dateedit date control. The second I created a variable and concatenei with get date, Month…
javascriptasked TBBY 143 -
1
votes1
answer2143
viewsQ: Database modeling helps you!
I need to make a library system for book loans, in which I drew up this database diagram. The professor said that this diagram is inconsistent. What needs to be done, it’s just these tables that I’m…
-
1
votes1
answer15538
viewsQ: How to run a trial in a select?
What I tried was the following, and my Procedure returns only a select: SELECT * FROM t_usuarios WHERE nome like '%jeniffer%' AND cd_usuario IN (exec usp_lista_emprestimo_em_atraso) ORDER BY nome…
-
2
votes1
answer226
viewsQ: Filter on gridview, how to do?
I am trying to filter my gridview, but it is not returning anything on the grid. The parameters I pass are correct. But still nothing returns! Here is the click of the button: Private Sub…
-
1
votes1
answer42
viewsQ: Problem with ASP.NET website administration tool!
I’m having the following problem, I already took the read-only permission from the folder and nothing: When I click Choose repository... it redirects me to that screen below, and when clicking Test…
-
1
votes1
answer135
viewsQ: How to add these references in VB.net?
I’m not finding these references with the exclamation in Add Reference, does anyone know how to add?…