Questions tagged as 'asp.net'

1
answer

Error in doing search by name Access ASP.NET C #

I have a search error by name (value entered by the user) in the access database it says that the values inside the parameters are null. Follow the code.       Person.cs responsible for the bank's logic. public Contato obterCadastroPorNome(str...
asked by 11.11.2016 / 13:35
2
answers

style sheet problem in asp net

I use visual studio 2012. I'm working with asp net. I have a style sheet inside a folder and referenced it in an aspx page. When I create a new html tag, a <h3> for example, and make simple modifications in the style sheet as the co...
asked by 20.11.2016 / 22:13
2
answers

Summernote Plugin fullscreen modal problem

I'm using the Summernote plugin for creating content within a system. But when I'm in fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I already tried changing the z-indexes, but to no avail....
asked by 26.06.2015 / 22:50
1
answer

doubts when doing nhibernate mapping

I have the following scenario: public class ExemploDTO { public virtual int Id { get; set; } public virtual List<PessoaDTO> Cliente { get; set; } public virtual ServicoDTO Servico { get; set; } } How would map this class u...
asked by 18.02.2015 / 19:33
1
answer

Difference between repeater_itemdatabound and repeater_itemcommand

What is the applicability and difference between repeater_itemdatabound and repeater_itemcommand in a repeater?     
asked by 18.11.2014 / 12:12
1
answer

Asp.NET + PagSeguro

Good morning, I arrived the moment you need to add the payment methods. and I want it for Pagseguro. What's the first step in doing this? Where do I have to implement the payroll classes in my project? Should I separate into a new project? I fou...
asked by 15.04.2016 / 17:28
1
answer

How to manipulate and submit data through GET and POST? [closed]

I have a web application and need to access an external url that has login and password. Subsequently I must fill out a form, submit the data and receive the return on my application! Is it possible to use HTTP web requests from C # (GET, POS...
asked by 04.10.2018 / 14:54
1
answer

I click the button and it does not add the div - C # Asp.Net

I click the button and it does not add me to the div, but sends it to the database, can anyone help me? C # protected void img_btn_enviar_nome_Click(object sender, EventArgs e) { UtilizadoresBot msg_nome = new Utilizad...
asked by 15.10.2018 / 00:37
1
answer

Identification of TXT asp.net file space

Good night, I am not able to display line break that comes from my TXT file, I have a TXT file with 5 phrases, but when I put it to display it in the default page, a literal loads the txt file, but the sentences are displayed without breaking li...
asked by 19.10.2018 / 02:19
1
answer

How to set checkboxes selected in an array in C #

Hello, I'm new to developing in C # and I have in my form an option for fruit selection Grape [] Pear [x] Apple[] Banana [x] How could I store in an array only the selected checkboxes?     
asked by 08.07.2018 / 19:21