Questions tagged as 'asp.net'

0
answers

Header and Footer in all reports - ReportViewer

How to put the standard header and footer in all ReportViewer reports from my asp.net application?     
asked by 22.01.2016 / 13:09
1
answer

Validate field with CustomValidator

I have a field that is populated with an automatic date, this field is validated with customValidator so that the date is not empty, the problem when the field is validated with empty and I click on some control of the page that Postback, valida...
asked by 15.01.2016 / 12:36
2
answers

Validate Field with javaScript

I need to validate some field, forcing the user to provide the data before saving to a bank, if it does not provide the data, the border of the control goes red stating that there is something wrong with the field. I've already been able to va...
asked by 18.12.2015 / 19:49
0
answers

Communication between layers

I have 3 layers, BLL, DAL and Project. In the DAL layer is ENTITY (automatically creates the GETs and SETs) and I want to use the GETs and SETs Because when the project layer arrives the value is "0". Maybe it's a bit confusing to ask the...
asked by 23.02.2016 / 14:29
0
answers

DNVM, DNX, and DNU what do they serve?

With ASP.Net 5 these new models have come up. This new model also provides command-line tools for managing the choice of .NET version, library packages, and runtime environment outside of Visual Studio. But in fact what does each model ac...
asked by 03.12.2015 / 19:29
2
answers

Configure site in IIS 7. Do not start the site

I created a website called TestePDF. I gave this alias to him: testepdf. I created a directory and set it as virtual dir (C: \ wwwroot \ TestPDF). In the application pool I switched to classic and the .NET version from 2.0 to 4.0, although using...
asked by 26.10.2015 / 13:16
0
answers

Access File Database File, SYBASE

I need to remove data from a database file (.db) file that I was told is SYBASE, the client needs to migrate data and need access, does anyone have a clue where to start? because you never hear of sybase. Remembering that it is not a server,...
asked by 20.10.2015 / 06:01
0
answers

What is the best way to replace a specific Web Api method for MVC architecture? [closed]

What would be the best way to replace the following Sys.WebForms.PageRequestManager.getInstance().add_endRequest() method done in WebForm for MVC structure? Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler)...
asked by 12.01.2016 / 20:55
1
answer

Insert Multiple Entity Framework Items

I have the following method to add customer data public void Alterar(CLIENTE Cliente) { using (Entity.DominioEntity db = new Entity.DominioEntity()) { //Alterar/Adicionar Telefone foreach (var item in Cliente.TELEFONE)...
asked by 13.01.2016 / 17:51
1
answer

JavaScript Error in Chekar asp: CheckBox

Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> JavaScript: <script type="text/javascript"> SelectChoices(); function SelectChoices() {...
asked by 26.11.2015 / 13:46