Questions tagged as 'asp.net'

0
answers

Put hyperlinks in html / asp.net and save to cookies

The question is the following, I have the form presented below: The'Mark'linkallowsyoutoselectthe'Person'element(nameofthedatabasetablewiththeforminformation).Therequestformarkingmustbedonebyclickingonthelinkandtheinformationwillhavetobestoredi...
asked by 01.02.2018 / 19:18
0
answers

Javascript Slideshow does not work

I have a problem, I imported a site in .asp and the slide show on the home page is not appearing, I already found the files and they are imported correctly, the whole site works less this function. using System; using System.Collections; using...
asked by 02.02.2018 / 15:27
1
answer

Problems when referencing JavaScript and css files - Asp.net Core

I am trying to adapt a layout template that I found on the net in my ASP.NET core, but I am not able to make it work .... I created a Content folder in the root of the project and inside it I have subfolders with files css and javascript. I alre...
asked by 30.01.2018 / 01:39
0
answers

View large video with ASP.net

I found an ASP code using Web Api to display videos, but it does not work for large videos (like a 100MB I have). I already tried changing the buffer number and it did not work. Controller: public class PlayController :ApiController {...
asked by 29.01.2018 / 19:41
1
answer

WebService REST with authentication [ID, CPF, User, Password]

Hello, I have been searching the web for some time but I can not find clear answers. I want to implement a webservice rest, with tokens and etc for security, and the webservice consists of just GET for queries with our SQL Server, but I'm hav...
asked by 27.01.2018 / 15:22
0
answers

Logic tables for a workshop

Ee pessal, I'm developing a project at practice level even without end client, just to improve my knowledge in ASP.NET using MVC. Well, this project would be for a workshop, I created 4 tables CLIENT, REPAIR, FISH AND OFFICIAL. Basically show a...
asked by 25.01.2018 / 19:18
1
answer

Pulling a return from a JS function to C #

In the user registration process I want to validate your CPF by JavaScript and return whether it is valid in beckend. And so make a if with this result to insert it in the database or not. if (ValidaCpf(txtCpf.Text) == False){ //ret...
asked by 25.01.2018 / 17:11
1
answer

wanted to make a server transfer to the master page

I'm trying to make a server transfer to my master page but it's giving this error: No HTTP processor found for request type 'POST' Description: Unhandled exception while executing the current Web request. See the stack trace for more informat...
asked by 25.01.2018 / 16:02
0
answers

Excel library import to VB.NET in Visual Studio

In a Web project in VB.NET in Visual Studio I made the import of a library for generating Excel files. (From the Tools menu - > Extensions & Updates). I did the import on the desired page (Imports Excel = Microsoft.Office.Interop.Excel) an...
asked by 24.01.2018 / 12:07
0
answers

Apply .css styles before displaying page

I do not have much experience in web programming. In the site I'm creating I had a problem with the graphical formatting of .css not being applied and creating strange effects when displaying the page, and I could not find a solution on the web....
asked by 24.01.2018 / 01:03