Questions tagged as 'asp.net'

1
answer

How do I store values as objects in Web Forms?

How can I store the values in my class? Every time I click the buttons my class seems to be instantiated again. My class: public class Partida { public string[] linha1 = new string[3]; public string[] linha2 = new string[3];...
asked by 30.11.2014 / 23:02
1
answer

Type conversion error with EntityFramework: Can not convert an object of type 'System.Collections.Generic.HashSet'1 []'

I'm getting this error when trying to write a new record of Atendimento .    Can not convert an object of type 'System.Collections.Generic.HashSet'1 [Domain.AccessAbout]' to type 'Domain.AccessAbout'. Classes: Service : publ...
asked by 28.10.2014 / 13:20
1
answer

How to retrieve all events that are in FullCalendar?

I have a page that has a list of events that can be dragged to a FullCalendar. After dragging all my events to FullCalendar and clicking the finish button I want to get a list, or something of that, with all events and on what date this event...
asked by 16.01.2015 / 18:27
1
answer

Why does email get malformed when putting HTML in the body?

I have a jQuery editor that sends to my input a string in HTML format as follows. <p class="MsoNormal" style="text-align: justify; text-autospace: none;"><span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #28252...
asked by 11.08.2014 / 19:58
2
answers

Attachment view link

I have a hyperlink to view my attachment. My attachment is on the server and your wallet is written to the database. I am wanting at the time that the person click on Hyerlink open a new tab and present the attachment. Follow my code functi...
asked by 25.08.2014 / 19:27
1
answer

Load GridView with variable data

I have 3 variables whose values are changed within a for loop. What I am trying to do is grab these values that are obtained in the variables and load them into a GridView. Here's what I tried to do, without success: protected void Page...
asked by 03.10.2014 / 19:59
1
answer

IE does not resolve URL

I published an application in asp.net c # on my intranet. Entering by the URL, the application works by Chrome, Firefox and IE gives an error in the middle of the application and does not perform certain features. However, if in IE itself I type...
asked by 03.10.2014 / 16:17
1
answer

ASP.NET Membership: Exchange Framework 3.5 to 4.5

Does anyone know how I can get into Membership damage if I change my framework from 3.5 to 4.5? I have doubts about whether my login system will be intact, that is, if it does not change any of the user control that was done before.     
asked by 19.09.2014 / 15:14
1
answer

Error performing connection test in Visual Studio

I'm new to programming in ASP.NET, and I'm trying to connect to Visual Studio 2013 Express with SQL serves 2012 Express and I'm not getting results. I have done the following procedures; procedure 1. procedure2. procedure 3. Thepa...
asked by 06.11.2014 / 13:16
1
answer

Register via facebook api

I would like to know how to configure the facebook app so that it can receive the data of any user .. I tried unsuccessfully to define these 2 fields that facebook provides: FaceBookConnect.API_Key = ""; FaceBookConnect.API_Secret = ""; I j...
asked by 20.03.2014 / 05:54