Questions tagged as 'asp.net'

1
answer

Change execution order of JavaScript files

I'm developing a project that by clicking the button next to the application ASP.NET WebForms runs a dynamic code (this script is built in loading each page, Dynamic.JS - it is translated from C # programming blocks) and then in same event shoul...
asked by 08.06.2015 / 13:13
1
answer

How to use UpdatePanel in gridview?

I have a grid and I want to make it not give postback when clicked on some boundfield (those action buttons). I did it this way, but it always refreshes the page. <asp:ScriptManager ID="ScriptManager" runat="server"><...
asked by 06.06.2015 / 04:47
1
answer

Problem with ASP.NET site administration tool!

I'm having the following problem, I already took the read-only permission from the folder and nothing: WhenIclickonChooserepository...itredirectsmetothisscreenbelow,andclickingTestitdisplaysthecompatibilityinformation: My sql is 2014, I al...
asked by 28.05.2015 / 00:34
1
answer

How popular is a TreeView with a list of the bank?

I have a% static% representing folders and files in this template: <asp:TreeView ID="TreeView1" runat="server"> <Nodes> <asp:TreeNode Text="Diretorio1" Target="_blank"> <asp:TreeNode Text="arquivo1 " Target=...
asked by 13.02.2015 / 01:50
1
answer

How to use the value of an HTML field inside the code behind C #?

I have a JavaScript code that makes creating HTML fields in an ASP.NET page. How do I call the function for the Code Behind and return to the created fields? If I could use ASP.NET in this case, I would have to create multiple Textbox a...
asked by 05.07.2015 / 23:16
1
answer

Create partial method in C #

How can I create a method similar to a class that is partial? For example: It has method $InitializeComponent() that is of the class of a form. I want to increment this function, without touching the original (create a proxy )....
asked by 17.12.2014 / 15:24
1
answer

How to send an object to an Asp.NET C # webservice?

I need to send an object of a class that I created to a webservice, but when I call the method it passes the object it types are incompatible. I tried to receive the object as Object, but an error generating XML document. How can I send this obj...
asked by 26.12.2014 / 12:38
2
answers

Picking Location from a POST

I'm using the HttpRequestHeader method to make requests ( GET and POST ), however I'm getting the Location parameter from the response of a POST and I'm not able to evolve. You have an example of my request belo...
asked by 25.02.2015 / 21:46
1
answer

Section frameworks of project.json

In ASP.NET 5 projects, the project.json file contains some important project data as dependencies in other packages. It turns out that this file has a "frameworks" section that in projects created in VS looks like this: { "framework...
asked by 27.02.2015 / 18:17
1
answer

Difficulty with repeater using asp.net webforms

I'm having trouble dynamically rendering data in a repeater in asp.net webforms . I feed datasource of repeater with database records, and in html, it needs to be enclosed with </div><div class="row"> tag every 4 rec...
asked by 21.01.2015 / 23:49