Posts by Luciano Ramos • 147 points
15 posts
-
1
votes0
answers341
viewsQ: Select in Millions of SQL Server Records
Good morning, I have a database with more than 11 million records, when I make a select on top of the two tables to bring the records the query takes a lot, I wonder how I could improve these…
-
0
votes1
answer58
viewsQ: Result of the come zeroed query
Good Afternoon, I have a question, could you help me? ... What happens is: I have an sql query that brings me the total amount of sms sent per month and year, but I would like when I had not worked…
-
0
votes1
answer64
viewsQ: How to show the Controller output in View c#
I would like how I can show my result that is in the controller method in the View. EX: Controller: public class SMSTarifado { public int QtdTarifados { get; set; } public int QtdEnviados { get;…
-
-1
votes1
answer54
viewsQ: Data is not being loaded in the Table
Good Afternoon, I wonder how I can get my list of records to be loaded into the table at the same time that the chart is loaded by AJAX, because currently in my model shows that there are records…
-
0
votes3
answers200
viewsQ: How to Merge 3 Select into One
I wonder how I could make one SELECT where I can bring the same resulting however in a single SELECT. Example of the select I need to be single: SELECT COUNT(*) AS QtdTarifados FROM tblLoteTESTE…
-
1
votes1
answer67
viewsQ: Information Is Not Loaded in MODAL Edit After Paging
Good morning Galera, I’m having a question and I was wondering if you could help me... In this first img, I have a table made with data table with a list of entries, and each of them has the option…
-
1
votes1
answer140
viewsQ: httppostedfilebase always empty when passing csv to controller
Boa Tarde Personal, I’m having trouble passing a csv that is being sent from ajax using jquery to the controller where null always arrives. Could you help me? View : @using…
-
1
votes2
answers188
viewsQ: How to clone Divs from a past Select number?
I need to create a select with values from 1 to N numbers. After the user selects a number in select I have to clone the div lote from the selected value. Example: if I select number 2 in select,…
-
1
votes2
answers37
viewsQ: How to add Divs from a past Select number?
You could help me with a problem I’m having? Good people need to create a select with values from 1 to N numbers, after the user select a number in the select have to create n Divs from the selected…
-
1
votes1
answer219
viewsQ: Show Textarea Full Text in Print
Taaarde Galera, I have a question, where at the time of the print my textarea does not show the full text. I wonder if you could help me show him? Example of how this:…
-
0
votes1
answer1587
viewsQ: Generate a PDF from a Div HTML
Good evening, guys... I wonder what I can use to generate a PDF from a selected div. It could be in Jquery,VB,Vb net or Javascript. Could you help me ?
-
3
votes2
answers1901
viewsQ: Textarea increase according to text
//However without using Function and picking up more than one TEXTAREA function autoResize() { objTextArea = document.getElementById('txtTextArea'); while (objTextArea.scrollHeight >…
-
3
votes1
answer101
viewsQ: Div’s Auto Dimensionaveís
I’m having a question, I’m creating a page html where I’ll have 3 columns, however the user will resize her any way she wants, however automatically as divs will have to themselves auto adjust! I’m…
-
0
votes0
answers29
viewsQ: How do I know if Memcached is connected to C#?
How to know if Memcached is connected with C# ?
-
-1
votes1
answer331
viewsQ: Validation of Data Regex
Good Morning ... I would like to know how I can validate a date ! Where the Final Date Cannot be less than the Initial Date (dataFinal < stardate) with regex !