Questions tagged as 'webforms'

0
answers

Web alert in script c #

I'm developing a web system in asp.net and I came across a problem. In return for your Catchs, I return an error via an alert to the user like this: try{ ... } catch(Exception ex){ Response.Write("<script>alert('Erro ao adicionar...
asked by 16.01.2017 / 20:17
1
answer

Put a slash at the end of Url?

I'm doing a mapping in web.config for when the person accesses the project root, already loading ~ / Default.aspx <urlMappings enabled="true"> <add url="~/" mappedUrl="~/Default.aspx" /> </urlMappings> Mapped URL> lin...
asked by 06.12.2016 / 19:55
1
answer

"Conflict" of ID within the Datalist

Good afternoon everyone. Well, I have a datalist. Then I put a repeater inside, so far so good. But then, at the time I execute, only the first repeater appears stylized the way I want it. The rest I think should change the id, and ends up appea...
asked by 02.12.2016 / 20:16
0
answers

As a popular ReportDataSource () object in a webform.aspx form?

As an example, below is the example of the Entity, Interface, Repository, and MVC System Controller. Following the code of formulário webform.aspx I use to display Pedido usando o ReportViewer , the problem is that when I try to dis...
asked by 16.10.2016 / 21:35
0
answers

Run precompiled asp.net webforms Solution build in Team Services

Many weeks of research and testing later, I find myself in a "dead end" regarding Team Services. I have a Solution with project in ASP.NET Webforms in Team Foundation of VSTS. For operational reasons, I am putting together a methodology to autom...
asked by 10.11.2016 / 13:10
0
answers

How to calculate + 10.5% in a product

How to calculate + 10.5% on a product? My calculation looks like this: private void txtMargemLucro_Leave(object sender, EventArgs e) { txtPrecoVenda.Text = (Convert.ToDecimal(txtPrecoCusto.Text) * Convert.ToDe...
asked by 22.08.2016 / 07:22
0
answers

Image resolution in Dynamic Carousel

I'm having problems solving the images that come inside the carousel, how can I set a default for css or javascript? follows images followmyaspxcode:<divid="paginas"> <div class="sliderFrame"> <div id="slider"&...
asked by 19.08.2016 / 04:32
0
answers

Doubts Set Property - Get

I'm having a question regarding the Set and Get property. I am using them to validate textbox , which are empty. However, after the value is entered and saved in the database, the value is stored in the variable, causing it t...
asked by 01.07.2016 / 20:17
0
answers

Can not find Control ID in ControlParameter - Asp.Net

Hello, I have a question about getting the id of a book author and adding it to the creation of a book, and the book to be published should have an Auto Increasing Book ID, a book name, and the author ID. My question is to get the author ID o...
asked by 17.06.2016 / 20:50
1
answer

Jquery.Validate

Speak up, all right!? I'm breaking my head with the following, I'm using the jquery validate plugin, working fine, but in my form I'm using a button that I do not want to validate on the submit, but even putting the formnovalidate property on...
asked by 01.04.2016 / 01:53