Questions tagged as 'c#'

1
answer

Difference between Html.BeginForm () and Html.BeginRouteForm ()

Basically that's my doubt, what difference there is between these two html helpers . and when you should use one or the other.     
asked by 08.04.2016 / 19:34
1
answer

How to read bar code camera android [closed]

Good afternoon, I need to know how I can read a bar code with the camera of android with visual studio.     
asked by 15.08.2016 / 22:09
1
answer

How to insert Image 3 Layers C #?

Good evening, I would like you to help me. I'm doing an image insert with SQL SERVER and C #. These are the fields of my table: CREATE TABLE [dbo].[alumno]( [Alu_IMAGEN] [VARCHAR](250) NULL ) ON [PRIMARY] This is my stored procedure c...
asked by 18.03.2017 / 05:09
1
answer

Detect if in two different chains there is at least 1 equal character [closed]

I would like to know how to make a quick comparison between two chains to know if they share at least 1 character in common. Example: I have manzana and piña . In this case there is a coincidence. The a is present in...
asked by 22.03.2017 / 02:37
1
answer

Is it possible to save the contents of a panel in a binary file?

Regarding my question, is it possible to save the contents of a panel in a binary file? What I need is to know if it is possible and how I could develop it. In other words, I have a panel on which I can draw. After drawing I would like to be...
asked by 20.01.2016 / 23:53
1
answer

ActionLink in the form of Routing by parameters instead of QueryString

I'm trying to make it use a ActionLink with multiple parameters to generate a link to me in the form {Controller}/{Action}/{idCompania}/{idLocal}/{fecha} But it always generates a querystring : {Controller}/{Action}?idCompania=0&a...
asked by 23.12.2015 / 16:36
2
answers

Convert MD5 from file to string

What I'm trying to do is compare the md5 obtained from a file downloaded locally, with that from a server response. The function Md5() It gets a string without any problem something like: 0A3958F9FCBA646A2D38412A3B9FC650 but the pr...
asked by 08.12.2018 / 18:42
2
answers

Sprites overlap Unity C #

Hello I am developing a simulator in unity the problem that I have is with the Sprites that would be being tools in the game / simulator, in this case I must use about 8 sprites that simulate being objects which I have to take them and drag them...
asked by 03.08.2016 / 23:57
2
answers

Special ASPX or HTML tags?

I'm starting to design websites with asp.net in c #, so from the toolbox I have the graphic components as if I were designing a desktop app. When I drag a button, the code shows me: <asp:Button ID="Button1" runat="server" Text="Button" />...
asked by 01.08.2016 / 16:57
2
answers

Work with an xlsx file without opening excel in c #?

I have this code to get the first cell of an arx of .xlsx Excel.Application excelApp = new Excel.Application(); excelApp.Visible = true; string workbookPath = "c:/Libro1.xlsx"; Excel.Workbook excelWorkbook = excelApp.Wo...
asked by 20.07.2016 / 09:20