On my client side I have an html select where changing the index changes an html label with jquery
$(document).ready(function () {
$("select[name = sreport]").change(function () {
var selected = $("option:sele...
I explain a little about the problem of my scenario, in my development machine I have ODAC 12 installed and can develop normal connections against Oracle, in my production server install the same Oracle but when trying to run my application.exe...
Good in itself is the following, I have a membership application in c # that handles reports and obviously a Database, my question is the following as I can do so that when the installer of the application install sql server is created automatic...
How can I make a if within Linq for example I have the code:
lstParentLines = dbContext.Packages.Select(p => new SummaryViewModel
{
Id = p.Id,
Package = p.Name,
CurrentTotal = budgMonthDetails.Where(bm => bm.Co...
I would like to open my pdf file that I stored in my sql table with the following fields: nombre(varchar),tipo(varchar),ruta(varbinary) . How would it be?
So I have it but it only brings me the name as I open the pdf ???
function OnSu...
Good, my problem is that in the part of the code that appears the first if of Case 1: says if (pos < vectorsize) this I do so that the user can not add more data and does not exceed the limit,
The problem is that when you ret...
I have an ASCII file and this I do the conversion from excel and I separate it by spaces or also with commas.
But I want to filter only some data with all its row that have a common pattern (9999) and based on this create a new table that con...
Create a project in c # with reports in crystal report on that occasion with Visual Studio 2010, when trying to open and execute the project in Visual Studio 2012 I do not get the reports !!!
Will there be any changes to the code or reference...
I have my Web API in ASP.NET , I need to make a simple abml consuming the services from the MVC driver. Could you help me?
The WEB API that I have is the one that generates scaffolding