Posts by Lucas Sousa • 361 points
14 posts
-
-1
votes2
answers837
viewsQ: How to get the creation date of a file that is on an FTP server c#
I am using framework 4.5 and would like to know how to get the date and time of creation of a file that is on an SFTP server, do not want to download it, just know the date and time it was created.…
-
1
votes0
answers1034
viewsQ: How to get the creation date of a c#file
I have a web system in c# and I am using framework 4.5 that accesses a database Firebird that is on a server, I am connecting to this database normally. Now I need to have access to the creation…
-
1
votes0
answers549
viewsQ: How to place markers on the x-axis of a Chart line c#
I would like to know how to leave markers (such as a ball) on the X axes at each point of the graphic. Currently the graphic is like this: I wanted every month to be able to have a dot dot ball…
-
3
votes2
answers1037
viewsQ: How to close connection to Firebird database
I am doing a project in Asp.net c# web Forms framework 4.5 and I did a test connection to a Firebird database, but when closing the connection it is not closing, I used the following code to open…
-
1
votes1
answer60
viewsQ: Error compiling Class Library + Microsoft.DNX.Packagemanager
I created a Class Library project in Visual Studio 2013 Express using framework 4.5, but when giving a Build in Class Library the following error occurs : ------ Build Started: Project:…
-
1
votes1
answer945
viewsQ: How to control a Radiobuttonlist via code
I am using C# Asp.net web Forms I have two Radiobuttonlist <asp:RadioButtonList ID="rblGrupo" runat="server" AutoPostBack="True" CellPadding="5"…
-
1
votes1
answer759
viewsQ: Can you change the value of a querystring parameter in javascript?
For example I have this querystring www.meusite.com.br?parametro=1. I wanted to exchange the value 1 for another value when a given function is called, without having to load the page again (if…
-
3
votes2
answers700
viewsQ: How to add a`ul` to a`li` HTML element via c#code?
I’m going to have a list of multiple clients, and I wanted to add these clients to one ul of the element li in HTML, you can add these clients dynamically (because each search performed on the…
-
3
votes4
answers11622
viewsQ: Is it possible for a Javascript function to call a method that is in the Behind code of the page?
I have a button and I wanted to program the click of it, and when I wear a <asp:Button> I program the click of him in the code Behind. Now I’m wearing a button normal. I know almost nothing…
-
-2
votes1
answer563
viewsQ: How to clear the query string after I already got the values I want?
I’m using Asp.net c#, and I wanted to clear the query string so it doesn’t look for the user, for example "http://meusite.com.br/Pagina1.aspx?parametro=Lucas"..... I take this name and use it in my…
-
1
votes1
answer5793
viewsQ: How to close all active connections?
I have 8 open connections in the database and would like to close all of them, is possible? What is the Mysql command that does this?
-
5
votes4
answers6626
viewsQ: What SQL command shows the maximum number of active connections to the Mysql database?
Which SQL command returns the number of active connections to the database?
-
4
votes1
answer2873
viewsQ: How to set today’s date as default value in a texbox as date input type?
I have a research page for a sales report and I use a textbox that generates a input type "date", and whenever the page loads the value of the field is "dd/mm/yyyy". I would like that whenever the…
-
0
votes0
answers421
viewsQ: 'Msajaxbundle' is not a valid script name. The name must end with.js'
I started a project using framework 4.5 and unfortunately I had to return the version of the framework to 4.0, I changed all the necessary libraries but now that I have returned the version to 4.0…