Posts by LogOff • 163 points
7 posts
-
3
votes2
answers652
viewsQ: Convert a date to Java
Good Afternoon. How do I convert a date into Java, taking into account the date entered may be day-month-year or year-day-month. I have the following code: data = toDate('2015-10-01'); function…
-
2
votes1
answer63
viewsQ: Error in SQL statement
I have the following comic: When I run the following Query: SELECT tbCelula.* FROM (((tbTiposMonitorizacao INNER JOIN tbMonitorizacaoProj ON tbTiposMonitorizacao.TM_ID = tbMonitorizacaoProj.MP_T_ID)…
-
5
votes1
answer92
viewsQ: Error with Like do sql
How do I extract all fields starting with '1. ' from the BD? In my instruction I used the LIKE but had no return, but to remove the point already returns something, but returns fields I do not want,…
-
1
votes1
answer151
viewsQ: Error in Javascript for Chekar Asp:Checkbox
Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> Javascript: <script type="text/javascript">…
-
0
votes1
answer226
viewsQ: Javascript paging from Asp:Gridview
I have the following code: Javascript: <script src="../js/plugins/datatables/jquery.dataTables.js" type="text/javascript"></script> <script…
-
3
votes2
answers2084
viewsQ: Write input button in ASP.NET c#
I have the following code: r.Write("<th colspan='3' style='text-align:center'><input id='btEmail_" + (n - 1) + "' name='btEmail_" + (n - 1) + "' runat='server' class='btn bg-brownCinc'…
-
1
votes1
answer112
viewsQ: Print request.form values
I have the following code below, and by clicking on the record button run the first two Replays. But they are printing empty fields. What’s wrong with my code? CODE: <% Dim year_, lista(), cList,…