On my system modal popups no longer work in Chrome or Firefox after upgrading the JQuery component. The application is Webform and has several popups and it is essential that they be modal. What's the alternative to the code below?
var Retu...
I have a WebForms application that needs to receive multiple files that will be associated with a specific type of my system.
Ex:
Type : [Driver's license] | File : img001.png Type : [Proof of residence] | File : comp001.pdf...
I need to validate a TextBox field, so when it is empty I paint the embroider indicating that it has some error with the field, I am using customValidator but it is not working.
The function code.
function ValidatxtECFNrSerie(src, args) {...
I'm having a .NET 4.5 webforms project, with reports using Crystal Reports version 13.0.2000 . Reports do not export, do not explode exceptions , nothing, simply the screen does a refresh postback and nothing happens.
I am using DataTables.net with server-side via WebForm and Ado.net.
I need to page the data (sort, filter, etc), I see 2 possibilities:
- via stored procedure
ou
- via DataView
The problem is that when using DataTables.net it sends me 62...
How do I set or bring the datetimerpicker blank when starting the form and add the date only when it is selected? I need to bring this component in white to add it to an employee's date of admission.
I would like in the image tag area of the map in the href attribute instead of putting the page link I want it to receive a parameter that is sent to a C # method.
HTML code
<img src="../css/image/cores.png" alt="Escolha a cor que...
Here's a question: In the current scenario, we have 10 Word documents that will be populated with information from screens. What is the native component of .net or of third parties, who make this change in existing documents?
I have a table with Repeater that lists the items normally, but when I publish to IIS, I only list 1 item. Is it a problem in IIS? Because the code is running 100%.