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...
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...
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...
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...
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...
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 />
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!
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...
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?