Questions tagged as 'asp.net'

1
answer

IIS7 and ASPX Windows Server 2008

Good evening, gentlemen, I have a problem with an application. This application was developed in ASPX and was running on a Windows server 2005 server normally, however the server was upgraded to Windows 2008 server and now the application displa...
asked by 12.07.2016 / 01:49
1
answer

Radio button in gridview

Good morning everyone. I need to create an online form that will have issues that will be entered daily into each user's profile. All questions are stored in a database along with their alternatives and correct answer. So I can set everyth...
asked by 13.07.2016 / 13:36
0
answers

API pagseguro signature with infinite renewal

Hello, I'm having a hard time finding subscription information on the pagseguro API. My problem is this, I see that it has subscription cycle. For example in a subscription of 6 months, that time passed the signing ends. But I would like whe...
asked by 27.06.2016 / 15:39
1
answer

I created my project, I have been editing every day, and recently from scratch it failed to recognize an existing namespace

I created my project in Visual Studio 2013, I have been editing every day, and recently it has stopped recognizing an existing namespace. The namespace appears in red with the message "The type or namespace 'Models' does not exist in namespac...
asked by 16.06.2016 / 20:29
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

C # List - Insert into the database

I have an app that takes information from a TextBox , inserts into a List<> list, and then shows a CheckBoxList . Example: List<string> quantidade = new List<string>(); for (int i = 0; i < CheckBoxListLinhas.I...
asked by 15.04.2016 / 13:20
0
answers

Which APSNET 5 authentication files can be excluded if you use only Single Authentication

When you create an ASP.NET 5 MVC 6 project with the Individual User Account authentication form, a standard authentication form is created with with unique authentication (Registration and Login by the site itself), double (Registration and...
asked by 18.04.2016 / 01:20
1
answer

AspNet dynamically change textBox characteristics

For test I created a button which calls a function in javascript through onclick (). In this function I would like to change for example the border color of the textBox, it would still be better to change the color of that default blue border th...
asked by 18.04.2016 / 08:20
2
answers

Error in Insert ... Values using oracle error 00936

I'm trying to make an insert into a table and it always gives me the error 00936 that says missing expression when it arrives at the cmd.executenonquery command line. Can someone help me? Code that I have: using (OracleConnection conn = new...
asked by 26.04.2016 / 19:08
0
answers

Paint streets of googlemaps

I'm doing a service that needs you to paint some streets of maps with different colors depending on a particular typology. I already did it for ios, as I'll show in the image below. But in this case I used the ios mapkit. Now I want...
asked by 27.04.2016 / 16:36