Questions tagged as 'webforms'

2
answers

Does anyone know how to get data from the grid cell?

Good evening guys, I have a history grid where the service is shown and I have two more grid below with the debits and pending debits I wanted to get from the clone of the grid above in which I mentioned first that it would be the client's . Cli...
asked by 07.07.2016 / 04:24
1
answer

Asp.Net Drop Down List

How do I pass%% by parameter? I tried to pass, for example: public void preencheDrop(string SQL, WebControl x) { método aqui. } But I could not. This method I just want to make it easier for me to fill up more than a dropdownlist...
asked by 01.07.2015 / 15:04
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

Design pattern or best practices for dealing with files on virtual disk

Is there a standard or best practices for handling shipping, storage, file publishing, and access control? Environment example: I have a system that will need to have a registration for Calls and News and both need to allow insertion of at...
asked by 26.11.2014 / 02:47
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
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

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
2
answers

Change layout of a radioButtonList / checkBoxList WebForms to be compatible with Bootstrap

As is well known, the default layout format of a radiobutton or checkbox in list controls in Asp.Net WebForms is always something like <label></label><input> I wonder if there is any decent way to change the display layou...
asked by 26.02.2014 / 14:38
1
answer

Persisting data in ProfileCommon

I created a web site. Asp.net C # I added in my web config this way <authentication mode="Forms" > <forms loginUrl="principal.aspx" name=".ASPXFORMSAUTH" /> </authentication> <roleManager defaultProvider="SqlProvid...
asked by 27.09.2014 / 03:12
1
answer

At runtime, does the form's asp.net webforms form change? [duplicate]

At runtime, the form's asp.net webforms form changes, see that I have the component id on my machine. Local example: <asp:HiddenField runat="server" ID="MenuSelecionado" value="processo"/> After execution, it looks like this:...
asked by 24.07.2018 / 22:43