Questions tagged as 'asp.net'

0
answers

NHibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing. Type:

I'm having this problem, does anyone know how I can fix this problem? This is my Nhibernate config code. public class NhibernateHelper { private ISessionFactory sessionFactory; public static ISession GetSession() { re...
asked by 03.04.2018 / 15:39
0
answers

Remove Unused Application Sets IIS 10

I have an IIS server in my personal Windows 10. To try to maximize performance and avoid incompatibilities, I deactivated the app pools I was not using at the moment, so I only activate them when I need to work on a particular project. However t...
asked by 26.03.2018 / 13:43
1
answer

Force POSTBACK

I am passing information from variable click_teste to TextBox with id other TextBox is parameter to a query of Gridview . . PostBack : <asp:TextBox ID="outros" runat="server"...
asked by 20.03.2018 / 15:55
0
answers

Difficulties Asp.NET MVC ... window does not appear correctly

I'm new to the ASP.NET MVC world and I've had some initial difficulties. I am trying to develop a calendar but clicking on a day to make an event ... the window appears in a strange way, does anyone know the reason? Images with the error...
asked by 19.03.2018 / 10:46
0
answers

Validating CheckboxList

I'm using this form validation with text fields. However, I'm not getting it at all with checkboxList. Is there any way to do this? Follow the code below. function form_validation() { $("#aspnetForm").validate({ errorElemen...
asked by 16.03.2018 / 16:52
1
answer

Is it possible to have Authentication by IdentityServer4 and Authorization in the API, separately?

I recently asked a question on stackoverflow in English, however I may have expressed myself poorly and did not get the answer I wanted. Link in English . I have 3 different applications: IdentityServer which is my identity provider; Teac...
asked by 15.03.2018 / 23:27
0
answers

Get directory to save file

I'm developing a system, and in that system, I generate a PDF report from some information, I'd like to know, how do I open a screen that looks like filedialog , but to select only the directory, so that when you generate the report, the u...
asked by 21.03.2018 / 13:39
0
answers

Pull Only one data within a Modal

Personal I need your help. On a page cshtml I made foreach where I pull all the data I have in a table, along with the values that have in it, as you can see the picture below. Hereismyforeachbelow.@foreach(variteminModel){varIdCentro=100...
asked by 15.03.2018 / 14:46
0
answers

Link button with image and text Html Mvc 5

I'm having trouble implementing a link button that has an image and the text of the description below the image, can anyone help me? At this point I have this in this format WhatIwantandhavetheimageandthedescriptionbytheexamplebelow(imag...
asked by 21.03.2018 / 18:01
0
answers

Google Maps select bookmark

Good morning! I'm working with the google maps API with ASP.NET C #. I would like when the value of 'Name' is typed in a TextBox google maps zoomed in on the point and the icon changed to option 3 or changed the animation, something that i...
asked by 17.03.2018 / 13:54