Questions tagged as 'asp.net'

4
answers

Access from C # to the link of a HyperLinkField of a GridView

I have the following GridView in ASP.NET: <asp:GridView ID="GridView1" runat="server" DataKeyNames="ID" DataSourceID="AccessDataSource1"> <Columns> <asp:HyperLinkField HeaderText="ID" DataTextField="ID" DataN...
asked by 29.09.2016 / 19:42
3
answers

Telerik Radgrid filter without taking into account the accents

I have a Telerik Radgrid in which I want to search (filter) and that does not take into account the accents, that is, if I have as data "Truck" and "Truck", that when writing in the "Truck" filter the two results appear and vice versa.    Is the...
asked by 28.09.2016 / 12:49
2
answers

Error loading images in browser

How about, I find a little problem when viewing the image in my browser when compiling the project, I appear as cut., and visualize the route, the iis with static content, even though it is not uploaded to the server and run in a virtual one Her...
asked by 11.04.2016 / 19:20
1
answer

Add image to RadAlert Telerik

How can I add an image to a RadAlert? I try this but it does not work for me .. RadWindowManager1.RadAlert("SuccessFully Autenticated", 200, 100, "Access Avaliable", null, "~/View/Imagenes/exito.JPG");     
asked by 31.07.2016 / 19:33
1
answer

Log of Errors logs in Asp.net 1.1

Someone knows how I can log logs of uncontrolled errors in asp.net (vs2003 .net 1.1). I currently have this in the web.config: <customErrors mode="On" defaultRedirect="paginaDeError.htm"/> But that error page shows a generic message,...
asked by 05.08.2016 / 22:18
1
answer

How to fill a datagridview with getProcess of c #?

How could you guide me on how to fill out a datagridview that I have on asp.net? <asp:GridView ID="GridView1" runat="server" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" ShowHeaderWhenEmpty="true" Width="646px"> <Co...
asked by 27.04.2016 / 21:12
1
answer

Error trying to update with ASP.NET MVC5 entity framework

I have the following problem when I try to update the Gender object, it shows me the following error when I do the update, help try { Common.Entities.Gender gender = this.genderRepository.FindGenderId(genderModel.GenderId);...
asked by 04.01.2019 / 14:24
2
answers

Download csv file directly in web browser

I have an aspx web application with C # code behind it. What I try to do when the user manually clicks on the Download button, independent of the browser, the file can be downloaded immediately in the download directory. How can I do this?  ...
asked by 05.02.2016 / 17:47
1
answer

[Error: System.Net.WebException: Request failed with HTTP status code 401: Unauthorized.]

I have installed 2008 reporting service configured with basic credentials and to be able to generate reports I must send credentials configure an application pool in IIS and to that pool I gave a username and password with which to login in the...
asked by 04.01.2019 / 15:26
1
answer

How can I get it, the time from Razor ASP.NET

On this occasion I have a question which is, how can I get the time or the time from Razor or a way to get them separately, I attach my entity Cls and the View, thank you and excuse the inconvenience. using System; using System.Collection...
asked by 26.12.2018 / 19:12