I have the following algorithm in C #:
public static int Encriptar(string cad) {
int[,] mul = { {0,1,2,3,4,5,6,7,8,9},
{1,2,3,4,0,6,7,8,9,5},
{2,3,4,0,1,7,8,9,5,6},...
I am making an application to extract data from an xml and through them classify the documents in different folders. I use the XmlNodeList and the XmlElement to extract the attribute from the elements but I do it with two for cycles to achieve t...
I need to take the value of the dollar, from a web page, since I need it to be constantly updated, to multiply certain products by the value of the dollar.
For example on this page:
link
I need to send an array using an ajax call.
$.ajax({
type: "GET",
crossDomain: true,
dataType: "json",
url: "http://localhost:24234/api/SendPushNotification",
success: {
Function(result) {
Console.log(re...
I have this simple code to enter a system I would like to know if through this same code there is any way of asking if the type of user that I select is administrator, etc. to perform certain actions?
this is the code:
Private Sub btningres...
How can I do that in a maskedtextbox, which already has a mask assigned, and allows numbers and letters to be entered, the letters are only capital letters?
What is the difference between Linq's SubmitChanges and Entity Framework%% co?
WTablasDataContext.AfipEscalaSuss.Add(obj)
WTablasDataContext.AfipEscalaSuss.SubmitChanges(obj)
I just migrated a visual project from 2010 to 2013, and checking if everything was fine, I miss this error:
Unhandled exception of type 'System.BadImageFormatException' in
System.Windows.Forms.dll
Additional information: Unable to...
Good afternoon a query I'm doing in window form an application that extracts me when I enter the name of a field but that field is still empty but when I run an error jumps me from this:
the field is empty but in the row it goes out as 1 and en...