Questions tagged as 'asp.net'

0
answers

Webservice WCF xml output formats

I have a webservice created by WCF which generates the following result in XML <?xml version="1.0" encoding="utf-8" ?> - <feed xml:base="http://meudominio.com.br/WebServices/ABC.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:...
asked by 25.11.2015 / 17:20
1
answer

Problem with registering jquery

I have an ASP.NET application with the structure Next: ProjetoWeb (raiz projeto) Compartilhado (pasta) |---Scripts (pasta) |----jquery-1.8.0.js Masters (pasta) |----Site.master Cadastros (pasta) |----ListarCadastros.ASPX Relatorio (pas...
asked by 21.10.2015 / 19:49
0
answers

How to create a CellValueChanged event in GridView ASP.NET

I have a dynamic GRID, which after loading allows the user to modify it, changing the values of the columns by dragging the objects (DIV) between them. In WinForms, the DataGridView has an event called CellValueChanged, however in ASP.NET for th...
asked by 27.08.2015 / 19:34
0
answers

How to maintain the current state of the GridView with Detail jQuery after the Post Back

I'm using the following solution for my grid: link This solution causes a grid to appear and unravel as it is clicked on the image that causes the effect (expand and collapse). So everything works perfectly the demo example of the aspsni...
asked by 01.10.2015 / 22:09
1
answer

How does settimeout ('__ dopostback (' dropdownlist 1 '' '') '0) work? [closed]

I would like to know how it works, because I'm trying to learn, and I'm having some doubts, I'm a beginner on this subject I've been reading about javascript a few days ago. I'd like to know how tabindex works also.     
asked by 05.08.2015 / 00:11
2
answers

Problem when performing delegate bind on ninject

I'm developing an application with ninject for IoC and entity framework, but when I bind with delegate it gives this error: <Message>An error has occurred.</Message> <ExceptionMessage> Error activating IntPtr No matching bind...
asked by 02.09.2015 / 20:19
0
answers

ASP.NET Bootstrap forms breakdown on mobile devices

IdevelopedawebsitewithASP.NETandbootstrapthelayoutisokforscreenedapplicationsuptoipadsize.HoweverontheminiipadIwouldliketohavealinebreakwheretheLstLojasstaysabovetherestoftheformcurrentlybothareonthesamelineandsoifoverpoem.<divclass="row-flu...
asked by 20.08.2015 / 19:36
1
answer

Asp.NET Asp Error: Click button

I have a screen where I have some buttons and clicking on the buttons gives me the error on the screen:    "Index was out of Range Must be non-negative and less than the size of   the collection. " The strange thing is that in the click ev...
asked by 15.09.2015 / 18:20
0
answers

Return Json from an Object List - WCF C # .NET VS 2010

Hello, I want to return a list of objects in json by wcf. When I put in to return the string, it returns quietly. But when I return the list, the error. The error that displays is an error saying the following sentence: "The server encount...
asked by 24.08.2015 / 21:43
0
answers

make a redirect from a sub-domain to main domain

Hello I need to do a redirect from an active blog installed in the sub-domain for the main domain I mounted a redirect from the sub to the main, the problem is the POSTs of this blog that are already indexed I want to redirect all URLs on the we...
asked by 19.07.2015 / 17:43