Posts by Luciano Carlos • 335 points
13 posts
-
3
votes1
answer865
viewsQ: Recovering Findcontrol from Parent Peater in Child Remaster event
I’m having a hard time getting a field of my parent Peater at the click of my linkbutton inside another Peater (son). My Parent contains the report code and other information and my Parent contains…
-
3
votes1
answer131
viewsQ: How to make a lambda pivot in a C#list
I’m having a hard time making a pivot command on a list that’s coming from the bank. Above the select that is coming with the data.. The data field q I would like to put the pivot command. Follow my…
-
1
votes0
answers67
viewsQ: Windows Service running does not connect to database
Good afternoon guys. I created a 3-layer Solution for a windows services project. In debug I can search the database information and do the processes with the return. However, when I put the process…
-
2
votes2
answers394
viewsQ: blocked by software Restriction policies?
Someone has come across this message when opening Visual Sdudio?? \Packages Entityframework.5.0.0 tools init.ps1 cannot be Loaded because its Operation is blocked by software Restriction policies,…
-
1
votes1
answer174
viewsQ: Uncaught Error: [$injector:modulerr] - Asp.Net MVC
I’m having trouble uploading data from controller in Angular. I’m not understanding, I followed step by step the explanation and mine gave this error. var app = angular.module('app', []);…
-
7
votes2
answers9136
viewsQ: Create static Selectlist and pass a selected item to the View
I’m having a question about how to send my selectList "status" to my View EditarUsuario. I created my list with the following items: var list = new SelectList(new[] { new{ID="2",Name="Selecione"},…
-
0
votes1
answer1371
viewsQ: checkbox + Model + Controller. How to pick up selected rows?
I’m sent to my model typed for a view and loaded the data into a table where I enclose a checkbox for each line. The user will select the items that matter to be later saved in the database. My…
-
2
votes1
answer148
viewsQ: Sending post to Actionresult via knockout
Speak people, next: I’m trying to send one post using the ko, for a method ActionResult of my controller instead of a JsonResult as usual. When debugging the project it enters the ActionResult but…
-
7
votes1
answer3337
viewsQ: Send data to controller via Json
I am trying to send via Ajax some data from my form. In this form, I have fields inputs normal and a list of vendors I previously selected via checkbox. Follow screen: I am creating the JSON object…
-
0
votes2
answers2265
viewsA: Popular table using Json
I found a very efficient way to create the table with the data returned from the Controller. But first, I want to thank Sergio for his reply. Thanks for the support. Follow the code: $.ajax({ type:…
-
0
votes2
answers2265
viewsQ: Popular table using Json
I’m having a hard time getting a table in my code cshtml. I’m new to the ajax and I’m not really understanding what I need to do with the data that came from the bank. Just follow my code: Code…
-
3
votes1
answer100
viewsQ: Use/Escape @ in CSHTML view
I have a jQuery code on the CSHTML page and I’m having trouble validating the email with a regular expression, because the @ is a Razor command in .NET. How to proceed to resolve this issue? Follows…
-
3
votes1
answer1201
viewsQ: Error after configuring Authorization on Web.config
I’m having trouble accessing the MVC application right after setting up in Web.config to authenticate with the windows user. Error occurs when enabling the following line: <authentication…