Tagged Questions

2
votes
5answers
351 views

In ASP.NET MVC, deserialize JSON prior to or in controller’s action method.

I am working on a website that will post a JSON object (using jQuery Post method) to the server side. { "ID" : 1, "FullName" : { "FirstName" : "John", "LastName" : "Smith" …
0
votes
2answers
46 views

CSV file import in .NET

Any help would be great please! I'm importing Google contacts by CSV. The problem is I can get the value of only specific header of the CSV file as I mentioned in the code. Can anyone get me the …
0
votes
1answer
56 views

Linq: {”Operation could destabilize the runtime.”}

In my App i when debuging a have this exception: {"Operation could destabilize the runtime."} in the foreach loop: foreach (var item in Model) when i hover the model in debugmode the first time …
0
votes
2answers
20 views

Html.TextBox() throws System.NullReferenceException

I get this error when I invoke the Edit Action of one of my controllers. Here is the C# code of the Edit action method [AcceptVerbs(HttpVerbs.Post)] public ActionResult Edit(cedetails …
1
vote
2answers
24 views

how to read data send from renderpartial

in my index.aspx page i have something like: <% int tid = Convert.ToInt32(ViewData["TemplateId"]); Html.RenderPartial("/Views/Templates/MyModule.aspx", tid); %> how to read tid in …
0
votes
2answers
35 views

Secure single mvc page

i have an asp.net mvc application that has authentication set to none in the web.config but would like to secure one view with windows authentication. is there any easy/good way to do this without …
0
votes
1answer
27 views

Asp.Net MVC and Report Viewer Control

I have an Asp.Net MVC page that links out to a Asp.net web form with a report viewer control on it. The web form opens in a new window, and displays a report properly when clicking on the link on my …
1
vote
1answer
34 views

can you post complex objects from form to controller in asp.net mvc

i see there are solutions using different model binders like castl but i didn't know if the basic default model binder supported nested complex objects when i am posting a form to a controller.
1
vote
0answers
21 views

Unit Testing Sqlite Membership Provider in MVC app

I've created an MVC application and I've set up Roger Martin's sqlite Providers in place of the default Providers. I'm curious about how I would go about unit testing these. Below is a stripped …
0
votes
2answers
30 views

ASP.NET MVC - Get a URL to the current action that doesn’t include the passed ID

I have an action in which I want to intercept any possible integer id that comes and place it behind a hash. (I have some Javascript that is handling the id). I am only doing this extra step for the …
1
vote
1answer
20 views

can i bind cell values of an html table to a data object to pass to an asp.net mvc controller

i have a form that i am submitting to my controller. I created a data class that is used to pass into my controller to do something like this: [AcceptVerbs(HttpVerbs.Post)] public …
1
vote
1answer
31 views

ASP.NET MVC and tinyMCE

I'm getting some very strange behaviour with tinyMCE in an ASP.NET MVC 2 beta app (same happend with MVC 1). I have a view called "edit.aspx" that is called when the user tries to create or edit an …
0
votes
0answers
19 views
+100

error when using filehelpers on IIS; sometimes :S : [PolicyException: Required permissions cannot be acquired.]

FileHelpers.dll are referenced within 3 class libraryies in my solution My webapp (asp.net mvc) is on IIS7 (Full Trust) Windows 7 PRO and I sometimes get this exception when starting my app from …
0
votes
0answers
22 views

Asp.Net MVC 2 Beta ModelBinder Change

I am trying to modify the following custom model binder according to the ValueProvider breaking changes in MVC 2 Beta. protected override void OnModelUpdated(ControllerContext controllerContext, …
0
votes
2answers
13 views

Application Unable To Connect to SQL Server 2008

Hello, I've been running an ASP.NET MVC application on my IIS 7.5 localhost (on my Win7 Pro box) server with SQL Server 2005 Developer Edition. I went to put the application on my production server …

1 2 3 4 5 527 next
15 30 50 per page