Questions tagged as 'asp.net'

1
answer

Visual Studio 2010 Outline Extension

I know there are extensions to Visual Studio 2010 that display outline specific to each environment: C #, css / javscritp, and HMTL? Are there any solutions in a single extension? Or do I have to set up and install multiple extensions for the...
asked by 24.11.2014 / 21:13
1
answer

Problem with debugging

I am developing a project that has a complete logon system with Roles , User and Goups , but when I rename the project it asks to Attach the Process instead of DEPURING, how to solve it? >     
asked by 25.11.2014 / 03:25
1
answer

Convert a date in the format yyyy-dd-mm to dd-mm-yyyy [duplicate]

I am trying to do a search in my database where the purpose is to search between two dates entered by the user, and that it shows me all the values that are in that date range, but I am not able to go get the date in texbox because it g...
asked by 14.11.2014 / 15:50
2
answers

Search between two dates in my database

I wanted to know if you could help me solve a problem that I'm having trouble solving. The problem is this: I have a database with a table of values that I keep: date : dateTime value : int equipment : int (foreign key that comes f...
asked by 19.11.2014 / 12:54
1
answer

Change Text attribute of a linkbutton within a table in a repeater

I have this linkbutton: <td><asp:LinkButton ID="lkbEnviarDocumentos" CssClass="acessos" Text="Documentos" runat="server" /></td>} %> When this condition is true if(hdfTipoUsuario.Value == "2") I have to change th...
asked by 27.01.2015 / 17:48
1
answer

Error while adding While value in List

I'm trying to add the value of a result from my while , then load it into my GridView . But I'm having a problem adding the value to my List<> . You can not add prob1.vTotal to lstTotal . namespace Avalicao...
asked by 04.11.2014 / 01:24
1
answer

SCRIPT5017: Syntax error in normal expression

When I run my application through Chrome or Firefox it works perfectly. But IE 10 at some point in the application gives this Javascript error. **JavaScript critical error at line 99, column 86 in http://localhost:64146/VoucherRequest/ConfirmR...
asked by 30.09.2014 / 20:19
1
answer

How to get div through another class

I have .aspx where I put a div alert. I have a Message class to handle the system messages. To treat these messages when instantiating the class, I pass as parameter the page, in the step method as parameter the message and...
asked by 03.10.2014 / 14:05
1
answer

How to Create a Web Forms User Control Component

I have the following problem, I created a component of the type Web Forms User Control, in it I placed button, grid, the way I want it to be my default register. It works, as long as it's on a page that is on the same project. I would like to cr...
asked by 12.09.2014 / 16:25
1
answer

remove javascript file from header of a page

I have an asp.net application where I load, according to user's desire various usercontrols. Each usercontrol loaded, via scriptmanagerproxy loads a javascript file. As it is loaded by the usercontrol, it will stop at the Header of the page....
asked by 18.09.2014 / 16:02