Questions tagged as 'asp.net'

2
answers

How to run a flash (.swf) file in an ASP.NET page?

I have an ASP.NET WebForms application and I want to know how to execute a flash (.swf) file in a div of an ASP.NET page.     
asked by 04.12.2014 / 21:43
1
answer

Feeding codebehind list and displaying value in asp

I am first having deeper contact with an application in VB.NET. In case, I need to feed a list that I'm 'transforming into object' and later, display the same in my asp. I'm usually accustomed to working with C # in MVC and so I'm having serious...
asked by 04.03.2015 / 15:35
0
answers

Publishing asp.net application on IIS 8

I'm trying to publish my application on a windows server 2012 with IIS 8. I made the step by step go on "Site -> Add Website" fill in with the coordinates, paths, and so on. I deployed the default folder "Inetpub -> wwwroot", but I get the follo...
asked by 21.10.2014 / 20:15
1
answer

How do I get the value of the date field?

I have a method that returns bank values in my screen components. It receives as parameter 3 string and 2 DateTime protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { this.Titulo1.SetaTi...
asked by 17.10.2014 / 18:00
2
answers

Hide or Display div via a RadioButton via Jquery

Follow the code below: HTML: <asp:RadioButtonList ClientIDMode="Static" ID="rbAtivoInativo" runat="server" RepeatDirection="Horizontal" AutoPostBack="true"> <%--OnSelectedIndexChanged="rbAtivoInativo_SelectedIndexChanged"--%>...
asked by 18.07.2014 / 14:35
1
answer

Invert object within a table

My goal is to invert two position objects when you select an element in the dropdown Example: By default, when the page is opened the component dropdown has two elements "Destination" and "Source" These components opens a SELE...
asked by 09.06.2014 / 21:41
1
answer

Check Box to call function that switches language

I'm having a question on a .aspx screen that generates a report in grid and I need to make it when checking in a checkbox and clicking the Generate button the report is generated in English. To generate this report I have a report cl...
asked by 02.05.2014 / 20:47
0
answers

How to get a TextBox from an Accordion that was generated dynamically?

Follow the code for how I create Accordion private void CarregaAccordionCarros() { //DataTable da Consulta var dtTable = GetDataCarro(); AjaxControlToolkit.Accordi...
asked by 25.11.2014 / 12:04
0
answers

"Asp.Net Development Server Runs" does not close at the end of execution

Asp.Net Development Server Runs remains open in systray . I'm using Visual Studio 2010. 1 - Is this normal behavior? 2 - Can this be a problem? 3 - Could you work around the situation?     
asked by 26.11.2014 / 18:47
1
answer

Fill with Dynamic TemplateField

The code that causes the error is: dataValue = DataBinder.Eval(container.DataItem, _columnName); The problem is that templatefield has the following name gridview and ColumnName only reads to the point. This e...
asked by 24.06.2014 / 13:19