Questions tagged as 'webforms'

1
answer

Create customizable parameter for Application Insights

In a WebForms project (C # - .NET 4.6.2) I'm using Azure's Application Insights telemetry I'd like to send a custom parameter to the statistic. / p> I basically want to send the ClientId to the telemetry, so I would know to identify some bo...
asked by 30.01.2017 / 11:59
2
answers

How to print from a web application to a local printer with C #

I need to schedule some of the local printing features on the web where texts and commands are sent to a specific device without user interaction . For example, labeling Zebra and Argox equipment and printing non-tax coupons on Bematech MP2...
asked by 13.09.2017 / 13:04
1
answer

Authenticate user efficiently and quickly (without setbacks, Identity x Manual)

I need to create a fun system that uses a validation (user, password). I have experience with WebForm, I have already studied a bit of MVC but I still do not feel safe to create a complete application with MVC. For the validation I thought...
asked by 18.08.2015 / 22:36
1
answer

Default browser autocomplete does not work in my WebForms application

I'm using Google Chorme and it has the autocomplete option enabled so much that I can store one login to Facebook . However,inmyASP.NETWebFormsapplication,ontheloginscreenINOIcanusethisfeature.Ididnotapplyanyroutinetocleanthisinforma...
asked by 16.04.2014 / 19:21
3
answers

FileUpload without refresh on page?

I noticed that you need a refresh on the whole page to get the server-side file. Would there be some way to refresh to perform this operation? I know it's possible with Ajax, what would it be like?     
asked by 15.09.2014 / 15:18
0
answers

Problem in updating an UpdatePanel

I have a page that contains several graphics. We used Google charts to create them. The graphics are organized in dashboards. Page description: In the page it contains a UpdatePanel responsible for the buttons of dashboards uppDa...
asked by 21.12.2018 / 14:17
1
answer

AJAX request error - ASP. Net and JQuery

I have an aspx file where I created a script with an AJAX call to execute method populaGridMembros on table gwMembros , method is working perfectly and returning a string in JSON format, when I run $.ajax does not work, it...
asked by 16.01.2015 / 04:50
3
answers

What does it mean! - // - in javascript?

I ran into an issue where a tag <script> was displayed and contained these HTML comment characters. Function example <html> <head> <script type="text/javascript"> <!-- function Alert(){ a...
asked by 21.06.2016 / 15:16
2
answers

Preventing Data Resend When Updating Page (F5) in ASP.NET

Well, I have the following problem: I have a web application made with ASP.NET and C #. In this application I have a simple system for registering items. After I register an item in the application, if I have the browser page refreshed...
asked by 26.03.2014 / 19:40
2
answers

How to manipulate title="" by C #?

Is it possible to put the text of the title="" attribute by c #? " The title I want to manipulate is: <asp:HyperLink runat="server" ID="linkTitle" CssClass="link_title search-result-link-title tooltip-init" Target="_top" data-toggle="too...
asked by 04.08.2016 / 00:35