Questions tagged as 'c#'

1
answer

Show title of web tag in label c #

I'm trying to take the content of a page from a tag web to show it in label and I could not, I tried several ways and still can not find the solution. The information is contained in a part of the code like this: <h3> <a h...
asked by 16.06.2017 / 13:33
2
answers

Lists with Linq asp.net

I have been reading about the lists in asp.net and how it works, I currently have a web application where I do a lot of queries to the database and therefore the performance is not the desired one. I have done several exercises introducing th...
asked by 16.06.2017 / 14:42
1
answer

Show buttons depending on quantity of equipment and XML information

This time my question is somewhat complex or at least for me since I'm starting with different functions in Asp.Net . To try to be very explicit, when starting my application, I generate several XML files where, for example, one is call...
asked by 22.06.2017 / 13:50
0
answers

Is it possible to send an email, which contains buttons in the body, and with these buttons can be processed actions and how? in ASP.NET

The idea is that from C # you can send an email containing buttons in the body. And the receiver, who reads the mail, can press the button and perform some action, such as opening an application, and even send data to a database. I would like...
asked by 05.06.2017 / 21:10
1
answer

Use of an Interface and a ListT

If I have an Interface that I later implement in a class, when I implement it in a List, can T be the name of the interface? Interface: interface IItem { int id { get; set; } string name { get; set; } } Serialized class: [Syste...
asked by 04.09.2017 / 13:53
0
answers

Dynamically Get Latitude and Longitude Google maps asp.net c #

Good morning with everyone. Well I tell you that I have already done a Google maps geocolization and tells me with images where I find the only bad thing is that I would like the Latitude and Longitude addresses to be dynamic. that is to say...
asked by 30.05.2017 / 19:22
0
answers

Autorefresh DropDownJS

I'm trying to use dropdown js to load an image, but when I drag and drop that image, the page automatically reloads the data I had included in the form, what can I do there? This is the page of the library link and I'm trying to implemen...
asked by 30.05.2017 / 14:05
1
answer

Show different panels in the same form with c #

Hello, I'm trying to create different pages in the same form, let's say I'll have several labels like the following: Then when I give Main the panel will be white. But when you give it to label1, the panel will be dark like this: The...
asked by 29.05.2017 / 18:38
2
answers

Error with Modals in ASP.NET

I have two modals where I enter information, and consequently the entries to the database with a Button , but at the moment of clicking on the Button of one or the other, it does not do any action, and note that in the two...
asked by 29.05.2017 / 19:43
1
answer

Show the path of a file, before uploading it to a server

I have this code which assigns my file name to upload to my server, this is to register it. string rutaPDF = Request.MapPath("PDFs_Landing/"); Random ra = new Random(); int numeroP = r.Next(5, 10000000); tituloLanzamiento = tituloLanzamient...
asked by 29.05.2017 / 15:11