Questions tagged as 'aspx'

1
answer

No AJAX response in aspx

I have a method in the codeBehind of a webForm in which I redirect an AJAX query [WebMethod] public string buscarUser(string name, string pass) { SqlDataReader rd; string resp = "CASA; return resp; } AJAX $(document).on('...
asked by 17.08.2018 / 23:46
1
answer

How to solve infinite load cycle in a report viewer?

I'm trying to create a web report on a .aspx page, the report template is a .rdlc file. When I run the application, I fill out a bar graph with the same Datasource that I use for the report, however my report remains cycled in loading, calling t...
asked by 07.11.2018 / 22:51
1
answer

save variable without being "cleaned" when doing return view C #

I have a small problem, it turns out that I am doing two filters in my project (One by date and the other by company). The filter by date works perfect I change it by date and it filters well but that date that I send it I want it to be stored i...
asked by 17.07.2018 / 18:33
1
answer

Async page in aspx

I am developing a web page with .NET I have a method to send emails which I want to do asynchronously. So far everything has been done correctly, but in the design of the .aspx views I have the following problem. I have a MasterPage struct...
asked by 05.07.2018 / 10:07
2
answers

How do I access my .ascx attributes in my c # class?

I want to access one of my labels that I have in a .ascx file through a method that I have in my c # class. but I do not know how to do it. How to implement .ascx in the aspx <%@ Register Src="UserControls/EvidenceDetailLoad.ascx" TagPre...
asked by 12.05.2018 / 18:03
2
answers

Operate with values obtained by Eval () in .aspx

I have a problem that I do not know if it has a solution the way I am facing it. I have a repeater where I binde through <% # Eval ('property')% > properties of an object, which has all of them, DateTime startTime and DateTime EndTime....
asked by 23.11.2018 / 19:44
0
answers

Can not read property 'UI' of undefined

Very good to everyone. I have a problem with an aspx application that I am doing. A while ago I realized that in the Chrome console gives me this error.    Uncaught TypeError: Can not read property 'UI' of undefined       at Array. (center...
asked by 22.10.2018 / 14:52
0
answers

Function JavaScript does not work after the second call (and subsequent)

I have a very strange problem. I am developing a functionality in C # with MVC 3. When clicking on a tab, the controller returns a partial view and in turn this view calls a javascript file that draws a graph. The first time the system is seen,...
asked by 19.10.2018 / 17:26
0
answers

download base file 64 with update panel

Help engineers, I try to download a file that is a Base 64 string; This can be a pdf or image, the case here is that when you want to download the file; in the browser I get the following error Uncaught TypeError: Can not read property 'PRM_P...
asked by 10.10.2018 / 04:53
0
answers

Log me correctly on asp.net

I'm starting to work with webForms / aspx, I'm trying to implement a simple log but there is an error in what I'm trying to do. I have this code in the backend that if the user is incorrect it returns a response value to AJAX to show an alert...
asked by 18.08.2018 / 22:56