Posts by Mariane Ribeiro • 123 points
11 posts
-
0
votes1
answer37
viewsQ: Problem in converting a query into Vb.net for a varchar model
Until the function call of the parameters picks all the data correctly, the problem is time to pass to the Procedure via ADO.net, that for example, step the values, @OPE_NROOPERACAO = '34567,32135'…
-
2
votes1
answer247
viewsQ: Problems passing a list of objects to another list
I need to pass, a list of objects from one table, to another list of objects from another table, I’ve been able to find the information, but I can’t save them. Ex: I have a table of people, in case…
-
1
votes1
answer497
viewsQ: I can’t register a Java Arraylist
I’m making a Java (console) application. It’s time to register a arraylist She goes, but when it’s time to show, she shows me trash. What do I do? Follow the code: Main class: //classe main import…
-
3
votes2
answers381
viewsQ: Event button Fileupload with Submit Gmail style
I’m using vb.net and asp.net with forms And I need to add an event that by clicking on the select button a file to attach, when I select the file it automatically save, without having another button…
-
0
votes1
answer366
viewsQ: How to customize the attach file button in aspx
I’m having trouble changing the text of the file attachment button. My button has the text like this: I wanted to change the text of "Search..." Could be how? I’m doing on Asp.net. Follow the upload…
-
0
votes1
answer57
viewsQ: Javascript button error on IE9
I have a browser problem only in IE9, which occurs at the time I load an attachment and when I click the include attachment button (POST) as image below: function uploadResponse(frameId) { $.ajax({…
-
0
votes1
answer327
viewsQ: I need to do a validation on the start date and end date with javascript
I need to do a validation on the start date and end date... So that the end date may not be less than the start date, but as I started messing with javascript less than two weeks ago I’m hitting…
-
1
votes2
answers271
viewsQ: Change Order by Clicking the Tab Key
I’m using bootstrap in a c#project, and when I click the tab key to change the fields the direction is from right to left, and I wanted it to be the other way around, where do I change? Ex: when it…
-
1
votes0
answers23
viewsQ: Impossible to navigate a combo with the mouse scroll on IE9
When a combo is selected and the mouse scroll is used, the screen drops instead of the combo list. This only occurs in the IE9 and IE10 browser. Could you help me with this problem? I am using…
-
3
votes1
answer128
viewsQ: Validate by js with for each
On this screen I need to do a validation so that in each record, when the record has permission, in case it is marked bring me the record marked with it every time I edit (mark or deselect the…
-
0
votes1
answer741
viewsQ: How to use a c# net combobox filter using SQL Server?
I need to improve on a project I’m doing in MVC, with SQL and I’ve done a combobox that takes the data from the database, but I need to create a page to filter data from the database. Ex: I have a…