Questions tagged as 'asp.net'

1
answer

Error wanting to populate ModalPopupExtender with GridView data

I'm trying to edit the data in a row of GridView which, fill in a database in Access , I'm just starting to use Ajax and Asp.Net . This is the button with which I send a call to panel : <asp:TemplateFi...
asked by 02.06.2017 / 21:14
1
answer

How to get the time of a TimeSelector by omitting the date

Assign to a TextBox ONLY the time of a TimeSelector, I am trying to do it in these 3 ways but I can not do it. Dim Hora As DateTime = DateTime.ParseExact(txtTotalHoras.Text, "HH:mm", CultureInfo.InvariantCulture)'opcion1 Dim Hora As DateTime =...
asked by 03.06.2017 / 01:39
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 / 15: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 / 23:10
1
answer

Show Count of a Query in a Label

How about, I'm trying to show the result of a query in which I count the results depending on where my query is in a folder called conexiones and inside it has a class called conexion-general in that class I made the query in th...
asked by 06.06.2017 / 15:54
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 / 21:22
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 / 21:43
0
answers

why does not the result of a webservice appear in SOAP?

Good day, I have this Webservice that when I invoke it returns the result in xmlns, even though I have it "configured" so that I can take care of it in SOAP: public class WebService : System.Web.Services.WebService { [WebMethod] [Soap...
asked by 26.05.2017 / 15:31
3
answers

WCF-Problem when implementing method with Entity Framework

I am developing an application in WCF. I have created a service and I need to implement a method that returns a list from a query to the Entity Framework by joining several tables with joins. I do not know if I'm doing well This is the code:...
asked by 04.06.2017 / 19:02
2
answers

Error updating data from a GridView with DropDown

I have a GridView in which I bring information from the database, and with it I also fill DropDownList but when I want to edit the records this fails and tells me that it could not be converted from DropDownList a String...
asked by 24.05.2017 / 18:49