Questions tagged as 'asp.net'

1
answer

JSON Handling with Asp.net Web API

Hello, I am putting together an educational application where I have a course calendar. In this project I'm using a jquery calendar, and it uses json to mount dates that have scheduled event. The plugin ( w3widgets.com/responsive-calendar/ )...
asked by 22.12.2014 / 18:41
1
answer

How to prevent browser from displaying alert and resending previous information?

Work in a .aspx WEB application that writes data to the database. The problem is that after writing this data and displaying a success information for the user, if I do a reload on the page the browser will send the information back to the serve...
asked by 16.12.2014 / 18:08
2
answers

Hide / Show text fields in view

I have a table with dropdownlist and editorfor fields to fill the user's request. I need to add a new functionality now that is: If the user selects a specific option in the dropdowlist 'Drive' two new fields should appear in the table (Number a...
asked by 04.09.2014 / 16:30
1
answer

Modal popup does not work

My panel code: <div class="modal"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:Panel ID="Panel1" runat="server" > <asp:Button ID="btnClose" runat="serv...
asked by 24.02.2015 / 15:13
1
answer

How to display bank data in Textboxes?

Hello! My scenario is as follows: I'm developing a web application in C # ASP.NET, and I'm having some difficulties getting the database's data (via LINQ to SQL) to the page controls. Below is one of the controls in my .aspx where I...
asked by 15.07.2014 / 15:33
1
answer

How to create a project to read tables from an existing project using GeneXus?

I have a project made in C # with sqlserver database, I want in my new system to "take advantage" of the old project tables, how to do this with GeneXus?     
asked by 23.06.2014 / 19:41
1
answer

Retrieving the values from my form

I'm trying to retrieve the values of a form. Is this a good way to get them back to get through my DAL? <div id="myModal_Veiculos" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">...
asked by 23.09.2014 / 05:57
1
answer

How can I create a control that has subcontractors without explicitly adding a template?

I want to create a control exactly like a Panel . <asp:Panel runat="server"> Conteúdo <div>Content</div> </asp:Panel> I want to be able to put controls inside it without explicitly using a template....
asked by 20.12.2013 / 06:17
1
answer

What are the advantages of using the ASP.NET formView control?

What are the advantages of using ASP.NET% control%?     
asked by 29.01.2014 / 17:54
1
answer

Compiler Error Message: CS0433

Can someone help me with this error, I'm trying to create a profile with ProfileCommon    Compile Error       Description: Error compiling a resource needed to service this   solicitation. Review the specific details of the error and modify...
asked by 22.09.2014 / 15:48