0
votes
1answer
38 views

Separate Logins in asp.met MVC 4 Application

Still learning, so excuse the generalisation's. Basically, I have a login for regular users. I want a separate login for an administrator so he/she can alter content on a view in the application. The ...
1
vote
1answer
24 views

Knockoutjs templatefiles and localized resx files

Experimenting with building a SPA app on top of Web API I have come across a problem. In my project i use Resource.resx files to localize the information displayed. This is not problem when I create ...
0
votes
0answers
39 views

Knockout.js - delete all global view models of a specific instance “type”

I have an MVC 4 application in which I'm retrieving partial views via ajax and injecting the response html into a div on my page. Each partial view has a script section in it which instantiates a ...
0
votes
1answer
26 views

Equivalent java script function for ASp.Net method web.DownloadString()

I recently used web.DownloadString() function in my ASP.Net MVC application and I'm wondering that Is there any equivalent java script function for ASP.Net method web.DownloadString ????
1
vote
1answer
18 views

geolocation pass value to url.action on page load

Can anyone please help with this problem, I'm trying to get the latitude longitude values using geolocation when the page loads, problem is, I'm having problems trying to figure out how to pass the ...
1
vote
1answer
64 views
+50

Use a Function That Returns Ajax to Ajax.BeginForm's onBegin

EDIT: To be more clear, I am looking to have onBegin call a function that returns a true or false value from an Ajax call. That false value needs to be able to trigger onBegin to abort the form ...
3
votes
3answers
66 views

jQuery Ajax failing to call to MVC 4 Controller method

I'm attempting to use jQuery in order to fire off an Ajax call after clicking a certain button. I've read several examples of the syntax and issues that may be encountered, but have failed to find a ...
1
vote
0answers
12 views

Using kendogrid without passing the model

I need to implement Drag and dropp functionality using two div named as Leftdiv and Rightdiv on web page. Leftdiv is having drag-able kendo control like Timepicker, Combobox etc. and Rightdiv , I ...
1
vote
0answers
48 views

Writing javascript that's efficient for the MVC4 bundling script optimizer

A desirable construct for writing any sort of code is an enumeration, e.g. var statuses = { none: 0, inprogress: 1, delayed: 2, complete: 3 }; .. if (status === ...
0
votes
1answer
51 views

Hidden div with html string and move content to span and then encode string to html

I have a small problem with the content I'm hiding in my hidden td element <td class="hidden"> <span class="taxDescription hidden">@Html.Raw(@benefit.TaxDescription)</span> ...
1
vote
1answer
83 views

Routing on GET request with client side

Similar situation to Julian here: MVC - Route with querystring I can't grasp how to action a form, with GET request, with defined routes and values from form. (EDIT: essentially same context in ...
0
votes
0answers
38 views

ajax call fails in different computers

This ajax call works fine on my computer, mobile phone & the other windows on my vmware on my laptop (all browsers), but when I test it on my laptop's ubuntu or my other computer it doesn't work ...
-1
votes
1answer
31 views

Add an administrator to your asp.net mvc 4 application [closed]

Ok this is gonna sound like a huge question but I'm still learning asp.net mvc 4 and just need an idea as to how to get started with this one. I have a asp.net MVC 4 application we'll call it product ...
0
votes
0answers
53 views

Microsoft JScript runtime error: Object doesn't support property or method 'jqGrid'

while trying to load data from sqldatabase to jqgrid, on debugging the code the error popups saying "Microsoft JScript runtime error: Object doesn't support property or method 'jqGrid" and does not ...
0
votes
2answers
40 views

Javascript for loop in @section causes parser error

When I use a JavaScript for loop inside the @section in MVC 4, I get a parser error that a curly brace } is expected. I've seen a few other posts about this (it was a known bug in Razor 2.0 before ...

1 2 3 4 5 30
15 30 50 per page