Someone can help me.
- I am creating the report design in Crystal Report itself that will be included in the ASP client application.
- All the data to be loaded in the crystal report is obtained through a webservice that returns a Dataset.
- Thi...
Hello in my SQL table I have the fields POSITION and FERTILIZER and I show those records in a reportviewer, and I want to add a column called BALANCE to show me the output. A) Yes:
I clarify that the column Balance does not exist in my dat...
I have problems with the following method.
public async Task<string> EditUsuario(
string id,
string userName,
string email,
string phoneNumber,
int accessFailedCount,...
Good morning, thank you in advance for the collaboration you may receive.
The situation is as follows, I have an application in .NET
That copy a configuration file of several clients to the server in a Local Network, the problem is that for it t...
Hello, I have a report in vs 2017 and when executing it in the browser it stays stuck, here I leave the code:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<rsweb:ReportViewer ID="ReportVi...
protected void Page_Load(object sender, EventArgs e)
{
//aqui muestro mi reporte en la pagina
if (!Page.IsPostBack)
{
using (SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["cn"].ToString()))
{
SqlComm...
I would like to know if there is any way to send an object to a WCF service
the program you send is in WindowsForm c #
who receives this in asp.net c #
OleDbConnection connection = MSAConnection.getConnection();...
Good I am new in this of the programming and I have been looking for information by Internet already two days and I do not find the solution, would like that they help me with this code, since I am trying to send an image via ajax to asp.net ser...
Hi, I have a gridview in asp .net and I use the following code to change the page in the griview and it does not work.
This is my code:
<asp:GridView ID="grid1" runat="server" AutoGenerateColumns="False"
AllowPaging="True" OnPageIndexC...
I want to know if I have these two values in my table for verification the data type I get error
using (RARGEntities datosEntity = new RARGEntities())
{
RegistroDatos datos = datosEntity.RegistroDatos.Where(x => x.CodPersona == CodP...