Questions tagged as 'c#'

0
answers

Reload all css within a div

Expensive, I'll try to explain my problem, I hope to be clear. I'm using C # MVC5 in my app. Today I have a page and a grid. In this grid there is a button to edit the registry. By clicking this button, I open a modal and display a form...
asked by 02.10.2015 / 18:50
0
answers

Schedule patient time every 30 minutes and save to mysql database

Good evening I need to make a appointment book for a medical clinic at C# . I need to list the business hours every 30 minutes, and only save the appointment time marked in the MySQL database. But I can not do that.     
asked by 04.10.2015 / 05:08
0
answers

Firebird bug with Entity Framework and C #

I'm trying to use Firebird with Entity Framework in C #, but when I create relationships and try to give Update-Database in Migration it gives this error:    Type is not resolved for member 'FirebirdSql.Data.FirebirdClient.FbException, Firebi...
asked by 01.03.2016 / 20:42
1
answer

How do I make the image map link to be a parameter coming from the database?

I would like in the image tag area of the map in the href attribute instead of putting the page link I want it to receive a parameter that is sent to a C # method. HTML code <img src="../css/image/cores.png" alt="Escolha a cor que...
asked by 01.03.2016 / 12:01
0
answers

Return Data Excel VB.NET

I have a problem to return the excel data to a DataGridView ... I am using the commands below Dim connectionStringExcel As String = "Driver={0};DriverId=790; Dbq={1};DefaultDir={2};Extended Properties=""HDR=yes"";" Dim driverExcel As String =...
asked by 09.11.2015 / 13:42
2
answers

Upload a page from an html string

I have the following doubt that, I believe that although it is a beast, it is giving me a beauty of a job. Next, I have a variable of type string and I need to perform a method that will receive this code and display the page in a new...
asked by 28.09.2015 / 20:10
1
answer

How to block form scrolling when I'm dragging a control?

I have a form where I design the supply network of a company. For this, I need to allow the user to move the controls that are in the form. This is working. However, when the user moves the control beyond the current position of the form,...
asked by 25.09.2015 / 16:20
1
answer

Iterate ActiveX object collection with latebound interop in C # (COMAdminCatalogCollection)

I need to iterate collections of COM + / ActiveX objects with interop using latebound in C #. Right now my need is to iterate through the collection of ActiveX objects COMAdmin.COMAdminCatalogCollection , return of method GetCollection(...
asked by 25.09.2015 / 23:05
0
answers

How do I know if Memcached is connected to C #?

How to tell if Memcached is connected to C #?     
asked by 24.09.2015 / 21:06
2
answers

I can not find an element by Id

I'm automating an operation on a site with the Selenium Webdriver and in a certain region of the site when I send a wait using WebDriverWait it exceeds the maximum time and does not think so, but I checked several times the Id...
asked by 23.09.2015 / 19:06