Questions tagged as 'c#'

2
answers

Connecting to Servers at Amazon

Hello everyone, could anyone tell me how to connect to Amazon's servers via C # in Visual Studio I need to access the Mysql and SQLServer banks     
asked by 03.06.2014 / 22:16
1
answer

CSHTML with tabs is leaving a horizontal line at the bottom of the page

I have a page with 4 tabs. It's working. I happen to have a div for each tab. The end of the tab and beginning of the other looks like this: ..... </div> </form> </div> <div id=tabs-2> ..... At the end of div before...
asked by 26.06.2014 / 14:34
1
answer

Input string was not in an incorrect format

I'm getting the "Incoming Sequence was not in an incorrect format" when I make an inclusion in the database and update the gridview. But this only happens for the first record. From what I've tried I've noticed that the error comes from the C...
asked by 21.05.2014 / 20:34
1
answer

"Invalid App Id" error on "Like" button Facebook

I'm doing a blog and I'm putting the like button. The code I'm using is: This is at the top of the page: <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) r...
asked by 07.05.2014 / 01:30
1
answer

Error in SendMessageToWinControl - A type control was not specified

I have a web application that generates barcode label. In order for a client to print, I need to access the COM port on the computer. I created a project that does this function. But for the label to print, I need my application to pass the...
asked by 16.05.2014 / 20:05
1
answer

Error accessing a server hosted on a local IIS

When I test my machine, the login works perfectly, when I share it over the network it returns me the following error:    A network-related or instance-specific error occurred while   establishing a connection to SQL Server. The server was no...
asked by 25.03.2014 / 13:54
1
answer

Print Datatable in a DIV using Bind or Eval

Is it possible to print the data of a DataTable ( codebehind ) in a div ?      Print data from datatable to Label . How to use bind or eval ? Or some other way?     
asked by 10.03.2014 / 21:10
2
answers

Passing variable values in ASP.NET and Mysql [closed]

Hello, I'm developing a page in asp.net and I'm having difficulty passing values from a SELECT from Mysql to variables. I do not know where to start and would appreciate examples of how to do it.     
asked by 02.08.2016 / 18:29
1
answer

List box detects that iteam is being selected

I want to double click on the item in the listbox, when start it does an action, when I double click on any other item it does another action. Code: //btnWhenClicked private void btnWhenStart_Click(object sender, EventArgs e) { ListItem...
asked by 09.08.2016 / 11:11
1
answer

List of DB clients in the program page in C #

My problem is as follows, I do not know how to make a list of users with a limit of X in a DB appear on the screen, I will try to put them into topics for a better understanding 1 - Customer list should appear every 10 months 2 - When reached...
asked by 12.01.2018 / 19:45