Questions tagged as 'asp.net'

3
answers

How to execute a jquery / javascript function only on page load and avoid postback?

Hello. I have a function to "create" a Accordion of jQuery UI in my div . It turns out that inside this my div there are several controls that make post on the page. What I want is that by making a post on the page, my accordion...
asked by 30.12.2014 / 17:10
1
answer

How to fill in TextBoxes?

I would not like to use multiple if's to control a method of mine, unless there is no way to do it without if's . Record in a list, the return of the DB that may or may not have bank information. The list returns me, Nome_Banco...
asked by 30.12.2014 / 16:15
1
answer

There is a duplicate section 'system.web.extensions / scripting / scriptResourceHandler' defined

I downloaded a project, and I wanted to import it into my pretty much everything, but by copying and pasting your webconfig into mine, that's when I run: Há uma seção 'system.web.extensions/scripting/scriptResourceHandler' duplicada definida...
asked by 21.02.2015 / 23:24
1
answer

Keep gridview data source in post-back

I have a gridview that is populated by a web-service with data coming from SAP. It can return up to 2000 row with 30 columns. This content is always the same, so when running the web service 10 times will always return the same content. This gri...
asked by 21.11.2014 / 02:24
1
answer

My repeater does not render in browser

I created a repeater and I can not render it. When I inspect the object, it does not appear. I took the code above it, called Analyze cadastral data and repeat after the repeater and I can see, but the repeater does not. What could be wrong? Bel...
asked by 14.01.2015 / 18:35
1
answer

Could not load file or assembly '..' or one of its dependencies.- Add a blank space in the web.config back to running for hours

I have an admin panel made in ASP.NET C # webform. From a few days to now, he began to give problems of the type Could not load file or assembly 'chat_megacorretor.dll' or one of its dependencies. The system cannot find the file specified....
asked by 06.11.2014 / 11:48
1
answer

Concatenate aps.net expressions with literal text

I have this expression: <asp:Label Text='<%# Eval("Analista") %>' runat="server" /><br /> The result is Approved or Disapproved. I would like to add the following word: by: In which the end result would be: Approved / D...
asked by 15.01.2015 / 17:17
2
answers

Difficulty to handle button event in repeater itemcommand

I have a table in a repeater. In this table I have a Button and a LinkButton. It turns out that I need to pick which click event was fired from the button or from the linkbutton. I tried to do an if, but failed to be incompatible the button and...
asked by 18.11.2014 / 13:35
1
answer

Query Mysql in Visual Studio does not return all data

I have a problem in Visual Studio, where in my database access class, I have a query that does a query in my Mysql database, and returns only the last result. So, how much do I test this same query directly in the Mysql database, using tools lik...
asked by 30.08.2014 / 15:44
1
answer

Problems publishing an application in asp.net in IIS

I'm trying to publish my application on a windows server 2012 server with IIS 8. It fits step by step from "Site -> Add Website" to fill in with the coordinates, paths, and so on. I deployed in the appropriate default folder "Inetpub -> wwwroot"...
asked by 14.10.2014 / 14:19