Questions tagged as 'c#'

2
answers

How do I debug a method in a .asmx Web Service

I have a call in my application, which goes to a WS and excuta a method and returns me. How do I debug WS?     
asked by 25.11.2014 / 23:02
2
answers

ASP.NET MVC Paging

I currently work with data like this: The context returns me all the Bank Customers public IEnumerable<Clientes> ListarTodos() { return contexto.Clientes.ToList(); } In the controller I call ListAll () pub...
asked by 07.07.2014 / 16:27
1
answer

Check items from a list in another list

I'm having a hard time making a method to check 2 lists. This method will receive a list that is the list that was added to the order and the purchase requisition ID to which that order was associated. The method calls another method that return...
asked by 30.10.2014 / 21:01
1
answer

Application with Crystal Reports does not find Database on the client

I made a small application that uses Crystal Reports to generate reports. I made the .EXE of it with InstalShield LE, installed it in my PC and it turned beauty. However, when I install on another machine, the application does not find the Da...
asked by 05.01.2015 / 17:52
0
answers

C # service installer with custom actions [closed]

I'm doing a C # service, and I want to create an installer. I followed some tutorials, and found the Visual Studio setup half basic. Any suggestions on how to make a beautiful installer with Visual Studio?     
asked by 02.01.2015 / 18:07
0
answers

Generic Handler - Parser Error, Could not create type

Next person, I made a simple Generic Handler, just to give me back a person, just to mention, the code is this way public void ProcessRequest(HttpContext context) { context.Response.Cache.SetNoStore(); context.Response...
asked by 05.01.2015 / 14:27
0
answers

How do I pull the sellers in a combobox to later filter the sale by seller? [closed]

I have the following table: VENDAS ------------------------------------------------------------------------------------------------------------ VENDA_ID | VENDA_RAZAOSOCIAL | VENDA_CIDADE | VENDA_DATA | VENDA_FORPAGAMENTO | VENDA_VENDEDOR | VE...
asked by 15.05.2015 / 15:49
0
answers

How do I pull the sellers in a combobox to later filter the sale by seller? [closed]

I have the following table: VENDAS ------------------------------------------------------------------------------------------------------------ VENDA_ID | VENDA_RAZAOSOCIAL | VENDA_CIDADE | VENDA_DATA | VENDA_FORPAGAMENTO | VENDA_VENDEDOR | VE...
asked by 15.05.2015 / 15:49
2
answers

Bootstrap collapse

I'm creating a list using collapse in an interaction of loop , but they're all starting open, I'd like only the first item of my collapse to be open. If you double click on one of the items, it closes all the others, leavi...
asked by 29.01.2015 / 13:25
0
answers

How to use cache in NHibernate with C # [closed]

How can I use cache in NHibernate with C #? What is the best way to implement it? And what are the considerations that I should take?     
asked by 21.10.2014 / 16:13