Questions tagged as 'webforms'

0
answers

How to put several series in 3 dimensions in a highchart correctly?

My goal is to create a chart where I have the name, quantity, and date range. I'm using DotNet.HighChart in C # WebForms. My chart currently looks like this: AndIevenknowwhyit'slikethis,Ijustcannotfixit.Thiserrorisduetothefollowing:Each...
asked by 23.04.2015 / 19:03
0
answers

'MsAjaxBundle' is not a valid script name. The name must be terminated with '.js'

I started a project using the framework 4.5 and unfortunately I had to go back to the version of the framework for 4.0, I changed all the necessary libraries, but now that the version returned to 4.0 when running it appears the following message...
asked by 20.03.2015 / 19:38
1
answer

ASP.NET WEB FORMS Remove a p and its contents from a DIV

I have several DIVS that contains a < p > & nbsp; < / p & gt ;. How do I remove this paragraph with space in CodeBehind? (Without using JS or JQuery)     
asked by 12.03.2015 / 15:34
0
answers

Problems with ScriptResource.axd and ASP.NET version 4.5

Previously my project was of the WebForms type and used version 3.5 of the .NET Framework. But I converted it to the Web Application and updated the framework to 4.5, and some functionality that did not previously have problems just does not exi...
asked by 30.03.2015 / 22:39
1
answer

Error with webforms "Process with an Id of is not running"

I'm trying to run a .Net 4.5 webforms application, however the error: "Process with an Id of XXXX is not running." is displayed each time I try to run the application, where XXXX is variable, every attempt to execute the number is changed. Has a...
asked by 15.02.2015 / 17:47
1
answer

How to save the selected fields in a C # CheckListBox?

My program contains two CheckListBox : chkLstBoxTabela contains the tables in my DB, and chkLstBoxColunas contains the columns of the table that was selected in chkLstBoxTabela , so that when we select a table the your...
asked by 08.12.2014 / 18:03
2
answers

Redirect ASP NET

How can I redirect the page I encounter via an html inputButton in ASP NET WEB FORMS the code of my button : <input id="ButtonD" style="width: 169px" type="button" value="D" /><br />     
asked by 03.04.2014 / 14:27
2
answers

Closing modalpopupextender on button click

I'm using a modalpopupextender with C # .NET. When I click the button in my gridview, it calls the popup to edit the required information. When I click on the update or cancel, nothing happens! It's like he does not see codebehind!     
asked by 06.03.2014 / 15:08
3
answers

Repeater OnItemCommand event does not work

I'm having trouble with a Repeater in the webform, where the OnItemCommand event is not working. It should be triggered when I click the linkbutton. Aspx code: <asp:Repeater ID="repeaterImagens" runat="server" OnItemCommand="rep...
asked by 23.05.2014 / 13:58
1
answer

Select the TextBox value

Is it possible, when entering a page, to leave the value of a textbox selected, and if the value is wrong, instead of deleting, is it just to enter another value that the previous value is automatically deleted?     
asked by 25.08.2015 / 19:52