Questions tagged as 'asp.net'

0
answers

Error deleting row in GridView ASP.NET C # [duplicate]

I have the following GridView : IfIdeletealinefromGridandtrytosaveit,itreturnsthefollowingerror  Theinputstringwasnotinacorrectformat.Thiserrorgivesassoonasitentersthemethod,inthefirstiteminthelistobjBonusValor.BonFxCodigo=Convert.To...
asked by 26.06.2017 / 18:47
0
answers

Doubt HeaderFixed GridView

I'm using this code to leave the top of the GridView fixed, however it's not responsive, and it's a little bit missing to fully populate the grid. <script language="javascript"> $(document).ready(function () { var...
asked by 09.06.2017 / 14:39
3
answers

Automatic punctuation in lines of a MultiLine TextBox

I need help, so I have to write the data from a MultiLine TextBox to a Database, which is already working, but I have to do an automatic punctuation in that information that was entered by the user, I'll give you an example: Isto é a p...
asked by 20.06.2017 / 23:19
0
answers

Login Asp.net redirecting to PHP page

I wanted to know if it is possible to login to Asp.net which redirects to a page in PHP. If possible what is the best way to verify the logged in user? Session? Cookie?     
asked by 21.06.2017 / 16:12
1
answer

Publishing site in IIS gives debug error

I have a rather strange problem. I'm developing a MVC site in VS2013, I have a IIS site set up for my project. As soon as I publish my site to IIS , then when I launch the debugging site (VS) I get a IIS error Visual Studio (can...
asked by 11.05.2017 / 13:39
2
answers

Restrict access to only one page in the application, leaving the others free

I would like to restrict access by requesting login to only one page in my application. In webconfig I put it like this, but obviously this requires authentication on every page of the application. <authentication mode="Forms"> &l...
asked by 05.05.2017 / 16:28
0
answers

Doubt with SSL / TSL and Asp.net mvc

I made an application for testing and in the project I changed the SSL Enabled field to True. The application now has two URL's, one for HTTPS and one for HTTP. Ex: https://localhost:44338/ http://localhost:22786/ I can access both wa...
asked by 19.04.2017 / 15:23
1
answer

How do I approve a model depending on the confirmation of another model?

How do I make the View of request only appear to the user, when the confirmation of class Aprovacao is true . Follow logic: The user creates the request and registers, 2- User waits for confirmation of request made...
asked by 15.05.2017 / 23:24
0
answers

Return value in the Header of an HTTP (POST) call in the API [closed]

I'm using Postman to make the call in the API. That returns me this result in the body: thatcomesfromthisabstractclass:publicabstractclassResponseBase{publiclongSessionId{get;set;}}Aftercollectingthevalueoftheproperty,itfallsintothismethodof...
asked by 26.04.2017 / 20:40
1
answer

Do not hide div when performing function

Hello, I'm doing a college project where I have to use web forms. By default in my project I have a div that is like none by default in css, and inside this div is a small form, as follows: NOTE: I forgot to mention that this form is opened b...
asked by 25.04.2017 / 22:46