Questions tagged as 'asp.net'

0
answers

return inside the control does not send to the right maproute

Good afternoon, I'm trying to use maproute to control editing and insertion of data in the table, currently my routeConfig looks like this: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resour...
asked by 31.08.2016 / 17:49
0
answers

aps.net does not call javascript in code behind

I would like to call my code a function in javascript that is in my html. Below is my code HTML <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="webReport0800net.login" %> <!DOCTYPE html PUBLIC...
asked by 04.10.2016 / 15:30
0
answers

Selected checkbox list contains only those that are on the screen

I have a GridView that contains a list of items with a checkbox and I use the code below to "page" the table: $(".gvdatatable").dataTable(); The problem occurs when I check which checkboxes are selected, as it is curren...
asked by 30.09.2016 / 21:02
1
answer

How can I use WebBrowser in web forms asp.net c #?

I'm trying to use WebBrowser in ASP.NET C # My question and log on to a site using it using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Web; using System.Web.UI; using System.Web....
asked by 20.09.2016 / 03:13
0
answers

How to return the value of an ID when selecting a record from an auto complete

Good afternoon. Reformulating my doubt. As I said I'm doing a sales site in asp.net. I tried to create a search engine, Google style and Facebook, which will filter the results. I discovered that in ASP.NET it would be very tricky, so I got the...
asked by 15.08.2016 / 19:40
1
answer

Verify that the 3.5 framework is installed on the machine

I have to perform a C # function that checks that the 3.5 framework is installed on the machine but does not use Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\...") , since this function must be used on several different...
asked by 18.03.2016 / 12:09
1
answer

How can I run a .rdl file (Reporting Service) with Report Viewer without using the server?

Good afternoon, I need a solution to run the local .rdl files without using the Report Services server, I need to use the local file. The goal is to use existing reports, with SQL Server and Report Services, in another database. Anyone have any...
asked by 16.03.2016 / 18:55
0
answers

Refresh page defaul or index .aspx in the browser

Hello. I modified the default.aspx page on my site hosting but the browser continues reading the old default.aspx (which is in its cache). This will probably happen in my clients' browsers. Entering the site address (www.mysite.com) loads the pa...
asked by 05.08.2016 / 23:28
0
answers

Load progress bar according to C #

How to make the progress bar load as the excel file import is in progress? My code so far: ASPX: <asp:FileUpload ID="FileUpload" runat="server" Style="margin-top: 4px" /><br /> <div id="progressbar" style="width:550px;...
asked by 19.08.2016 / 17:01
0
answers

Routes or Urls in ASP.NET Web Forms

I have an ASP.NET application with WebForms it is hosted as follows: link . I want when typing in the browser link it goes straight to link . I know how to do this in ASP.NET MVC through the routes but how can I do it in WebForms? A...
asked by 17.06.2016 / 18:20