Questions tagged as 'asp.net'

1
answer

How to implement the jQuery Filer Plugin?

I'm trying to implement a component for uploading images with thumbnails, and I've spent a lot of time looking for one that fits my need. After a day of searching I found the jQuery Filer. Anyway, I'm having difficulties with the implementati...
asked by 21.09.2015 / 23:04
1
answer

Error: procedure or function has too many arguments specified

Criei uma procedure para popular uma grid view: create procedure [dbo].[spc_listaafiliadosadmin] ( @nome varchar(100), @login varchar(100), @cpf varchar(100) ) as begin if(@nome is not null) begin sele...
asked by 18.09.2015 / 21:05
1
answer

Populating a field by selecting a dropdowlist through popup

I need to open a popup through the event of selecting a dropdownlist in a .net application and in this way populate the field of the first screen with the selection of the option displayed by popup . I confess that I am somewhat lazy w...
asked by 27.08.2015 / 16:17
1
answer

Tooltip does not work dynamically

Look at this line: response.write "<span data-toggle='tooltip' data-original-title='" & TitleBadge & "' style='margin-right:3px;'>" This line is inside a file that is called via ajax. If I put it inside the html: <span da...
asked by 01.07.2015 / 01:20
1
answer

Host ASP.NET Project on IIS on Own Machine

Sirs, good afternoon. I'm developing an ASP.NET C # application, and would like to host this application on IIS from my machine. My machine is a windows 7, with IIS 7. My internet is not fixed IP, would have to configure the router to acce...
asked by 01.10.2015 / 19:27
1
answer

Using JSON in C # and adding points in GMAPS

Good morning, I'm developing a C # web application that uses GMAPS to add comments to addresses. I have a page where the user enters the comments (and the page captures latitude and longitude) and saves it to a MySql database. I found a...
asked by 13.10.2015 / 13:01
1
answer

How to request authentication in a menu item in Asp.net

I have the login form that is currently being used to log in, but I need to do this authentication also when I click on a particular menu item. I need that when clicking "Home", ask for this authentication again, and if the user has permission,...
asked by 07.10.2015 / 14:37
2
answers

Onclick calling function javascript erases the textbox htm

I have a text HTML control that is created by a function called in the OnClientClick of the button. The problem is that every time I add a new Textbox , the old data goes out. What do you do to prevent it from going out?...
asked by 07.07.2015 / 14:46
1
answer

Cause form validation in an asp.net mvc 5 link

Good afternoon everyone! I have a form, I created the rules using DataNotations and it works great when I use a button or input type submit inside my form. Very well! I want to change this button to a link that will call the ajax functi...
asked by 22.06.2015 / 19:03
1
answer

Change a Label control when changing a textbox control

I have a textbox control that is used to receive a CPF or CNPJ and the same and made a check to accept only numbers. The label that stands in front of the textbox only appears when the page is saved and shows the CPF or CNPJ formatted with masca...
asked by 30.07.2015 / 13:33