Questions tagged as 'c#'

1
answer

Bitmap Array in a single file

I am making an application for Solidwoks and downloaded some examples, some BMP images are used in it as the following view: TheseimagesareusedasimagesinmenusasfollowsinC#code:BitmapHandleriBmp=newBitmapHandler();cmdGroup=iCmdMgr.CreateComman...
asked by 21.07.2014 / 22:00
1
answer

Make a project with web Api c # return an RSS

I need to have my project in rest WEB API return RSS instead of json or XML ... would you like to see if anyone has already managed to do it?     
asked by 23.07.2014 / 01:40
4
answers

Receive an array in the controller from javascript

I'm creating an array with a list of data in javascript: var myArray = gvSortingListagemGARs.keys; Where I have the result: [278, 279, 280, 281, 282] That are id's of elements of a Devexpress table. Now I'm trying to pas...
asked by 31.07.2014 / 13:09
1
answer

Add TextBox inside an HTML table with JQuery

I have the JQuery Script below which searches a Material and returns a list in Json of this materials, I need to put this data in a table and put a field for the user to enter the quantity of these materials, even putting in the Script so that t...
asked by 21.08.2014 / 21:16
1
answer

How to request the ssl certificate from the IIS 7.5 client

How to request client SSL certificate in an ASP.NET MVC 5 application? I've enabled SSL on my site using IIS 7.5 but it tries to authenticate the user using the client's certificate but I do not want to authenticate users I just want to retri...
asked by 05.08.2014 / 21:11
1
answer

Login screen with membership and mvc5

How do I make a login screen using membership and mvc 5? By the way, how do I use membership?     
asked by 04.08.2014 / 15:33
1
answer

Built-in font with composite name is not displayed

I am embedding some fonts in my WPF application but some are not displayed. Fonts are in the / Fonts folder in the application root and their properties are set to Resource. Usage like this: <TextBlock FontFamily="pack://application:,...
asked by 02.08.2014 / 18:40
1
answer

Asynchronous server responses, for AJAX route calls

I have an application that at the end of loading a page I make an AJAX request that takes about 20 seconds. After this request my page continues to function normally so when I try to make another AJAX request it waits for the first one to ret...
asked by 27.08.2014 / 18:55
1
answer

Doubt about static methods and classes

I have a question about methods and static classes given the code below: static List<MaterialRCM> mr = new List<MaterialRCM>(); [Authorize] public void AddMaterial(int Qtd, int Id) { mr.Add(new MaterialRCM(...
asked by 25.08.2014 / 21:42
1
answer

How to print a View in default printer using JavaScript or C #?

I need to print the contents of a view on the default printer. How can I do this using C # or javascript?     
asked by 18.03.2015 / 12:28