Questions tagged as 'javascript'

1
answer

Restart Session on asp.net and json

I hope you can help me with this topic, I am working on a project with asp.net c #, the problem is that I need to click on a label to execute a Json and it ends the session. I explain to you what I did. I have a VSesion class that has seve...
asked by 23.11.2016 / 12:56
1
answer

does the java Set data structure exist for nodejs?

I was investigating if there is any structure similar to Java SET, which does not allow duplicates in the collection. I need a structure like this to eliminate duplicates of a file I made this code but it inserts duplicates. > function...
asked by 10.10.2016 / 04:54
3
answers

Load a Form every time I create an element

Good morning, the question is this. I have a small Form that is not more than a Form Generator, each time I select a component and I believe it is shown in another DIV, this form grants a random own ID, but when I want to create another element,...
asked by 10.10.2016 / 10:42
1
answer

Redirecting to the root directory with JavaScript in Asp.Net

I have the following problem: I execute my application and start on the default.aspx page, I execute the following function from a button function RedirectPage() { location.href = ../View/otherpage.aspx;} Now I need to return to default.asp...
asked by 04.11.2016 / 20:22
1
answer

show a result in ajax in real time

I have this code and the problem that I present is that if I write a word several times and the word is available in the database it shows me the result as many times as the letters have the word. For example if I search for "stack" and it is...
asked by 14.09.2016 / 17:48
1
answer

asp.net button works in the second click

I have the following problem, I have a button in asp.net which does an action correctly, I have also created a function in javascript to show a confirmation message. The problem occurs because the button only works when it is pressed a second...
asked by 26.08.2016 / 05:30
1
answer

How can I make my users know my new updates (Feedback)? [closed]

I have a page where I will upload podcast, Videos and Articles, I would like to know how to do that when I upload or better, share my videos on the website at the beginning of it, have the new updates. They are shared through youtube, n...
asked by 25.08.2016 / 16:42
1
answer

Problem with uiGridConstants from ui-grid in Angular

My problem is when I want to do the following example of the documentation of a grid. link Specifically this function: $scope.toggleVisible = function() { $scope.columns[0].visible = !($scope.columns[0].visible || $scope.columns[0]...
asked by 24.08.2016 / 21:07
1
answer

Results Other an Unspecified in the fields LopMostSpecificTargetId AoiMostSpecificTargetId

Using the variables LopMostSpecificTargetId AoiMostSpecificTargetId I have tried to include it in the script to get those fields and in the sheet I get the results Unspecified an Other. Do you know why I get this data and not the location or...
asked by 01.09.2016 / 14:01
1
answer

How to use the While with a Service AngujarJs

I have the following problem, I hope you can help me. I have a while loop and inside I am calling a service, the problem is that the loop runs many times and never enters the service, blocks the browser and does not enter the service, if I re...
asked by 31.08.2016 / 01:04