Questions tagged as 'asp.net'

1
answer

Script Manager in MasterPage but does not work correctly

On the page that I'm modifying, there was already a modal modalOrgao , and Script Manager was already being used within Master Page . This modal loads a gridview with its results, so that's fine ... But a change appeared and...
asked by 18.11.2015 / 12:38
1
answer

Dynamic Listbox with Range of Values

My problem is that I can properly handle my listbox where I'm doing a "range of values" in my system. I need it not to let codebehind add a value that is contained in the range of values .. Ex: 0-10 was added, now I can not let it add...
asked by 18.12.2015 / 14:39
0
answers

Infinite Scrolling in ASP.NET MVC and SEO

Well, I need to do an infinite scroll in ASP.NET MVC, but I need to separate content on demand as suggested by the blog #, so that the Google robot can index my products. Does anyone have a light there? My structure currently looks like thi...
asked by 03.11.2015 / 20:30
1
answer

Nugget packet in local IIS or in an intra

I configured the local nuget and it worked very well, both on my machine and on the network. What I want is to put the packages ( DLL ) in the IIS , so that by passing the address ( URL ) of where DLL's is, we can...
asked by 22.12.2015 / 19:50
2
answers

Remove a column from the gridview

I am implementing a feature in a project using ASP.NET MVC and I'm trying to remove some columns from a gridview that I created in my application, the gridview datasource is a table in the database, however I want to remove some columns from the...
asked by 21.12.2015 / 18:09
0
answers

How to use Web api for controllers and MVC for view (Front-end)?

Hello, my problem is the following, I'm doing a test for stage and the guy asked to do an ASP.NET project with mvc only for views, and web api just for controllers and another layer for the bank only that I I could not do the mvc recognize the c...
asked by 22.12.2015 / 00:17
0
answers

How to page the data? Via StoredProcedure or DataView?

I am using DataTables.net with server-side via WebForm and Ado.net. I need to page the data (sort, filter, etc), I see 2 possibilities: - via stored procedure ou - via DataView The problem is that when using DataTables.net it sends me 62...
asked by 20.10.2015 / 14:50
1
answer

ListView Image

Difficulty: Display an image in the template item of the List View control. The datasource property of the control is populated with a collection. In the collection, the image returns from the SQlServer as an array of bytes. So I need to convert...
asked by 03.10.2015 / 01:26
1
answer

How do I make the image map link to be a parameter coming from the database?

I would like in the image tag area of the map in the href attribute instead of putting the page link I want it to receive a parameter that is sent to a C # method. HTML code <img src="../css/image/cores.png" alt="Escolha a cor que...
asked by 01.03.2016 / 12:01
1
answer

Web Service WCF output XML

I'm building a web service using WCF. I created the edmx file, I made the connection to the database where I am informing the tables, views and procedures that I want to use and my .svc file looks like this: ' This method is called only once t...
asked by 09.11.2015 / 11:47