Questions tagged as 'asp.net'

1
answer

SVG graph, with embedded javascript, I use getElementById () does not work correctly in IE11

I want to modify or see some values when I focus on an element of an SVG drawing. This works correctly in Chrome and Firefox. But when using IE11, it does not work. What could be the cause? Are there some JS libraries that resolve these incompat...
asked by 03.09.2017 / 01:32
2
answers

How to convert data type System.Data.Entity.Spatial.DbGeography to C #?

My table in DB named SqlSpatialType is as follows: IDCliente int Nombre Varchar GpsLocation Geography EuclideanaLocation Geometry My form and I want to insert records using EntityFrameworK from C #, The problem I have is how to trans...
asked by 09.11.2016 / 14:15
2
answers

Send a grid entity by POST

I have a view created with Razor with the list template based on a model, the view is fine and it shows in a grid the data of the list, and also has its 3 links (edit datail delete), what I need is that one of those links (or add a fourth link o...
asked by 25.11.2016 / 01:35
2
answers

CrystalReport on iis server does not work - ASP: NET MVC

Good friends, I inform you that I have a problem with Crystal Report on a server IIS . Before publishing if it works for me, but when I mount it in the Servidor IIS it gives me this error    The system can not find the...
asked by 31.03.2017 / 21:50
3
answers

by disabling a button this loses the bootstrap look

I have this textbox <asp:TextBox ID="tbid" runat="server" class="form-control"></asp:TextBox> form-control is a bootstrap class for the textbox to have the bootstrap look, if I disable the textbox from code using tbid.Enabled...
asked by 02.02.2017 / 00:50
2
answers

What is the correct way to implement WCF?

I have doubts about the WCF at the time of its implementation that it would be appropriate to create WSDL for each entity that has the exampleServiceService a WSDL in which usually carries the CRUD methods or a single WSDL that is named for exam...
asked by 30.08.2016 / 08:35
1
answer

How to upload multiple files to a record of a SQL server table from VB.NET and ASP.NET

Currently I have an ASP application where I make certain information records, to this record I attach a PDF file, for that I store the file in a folder within my project and save the path in my bd. My question is, in the case that I want to a...
asked by 12.09.2016 / 18:00
1
answer

ID Button, Jquery

I need to get a webmethod string ASP.NET C # the id of the html button. So far I have the following and it works to get the value of the textbox. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherit...
asked by 11.05.2016 / 18:37
1
answer

Give a specific format to a date field in a gridview

I am using a gridview in ASP.NET and I am loading it with a sql statement and I activate the function of selecting the row <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" BorderColor="Black" DataSo...
asked by 30.09.2016 / 16:08
1
answer

problems with nav navbar-nav and dropdown-toggle

How about, Develop an application in VS 2013 and add a bootstrap template to my master page, the same code and the same template I did to develop a project in VS 2010 but it turns out that the nav navbar-nav pulldown menu does not work using the...
asked by 09.03.2016 / 16:41