ASP.NET MVC 3 is the third major version of Model-View-Controller extension for developing web applications in a .NET framework.
0
votes
0answers
4 views
Trap message/exception in jquery to ELMAH
In my MVC3 application, I am returning messages from my stored procs. If it is 'successful', I'm moving forward else displaying a custom error page.
When the message is something else, I want to trap ...
0
votes
0answers
9 views
DataAnnotation TextArea Multiple Emails
I am using MVC 3.
I have a text area in which user can enter multiple emails addresses. Emails can be separated by a comma and a space. User may hit enter in the box as well.
Is there an attribute ...
0
votes
0answers
16 views
why the result value don't appear in <input valorTotal[@item.ProductId]
because the result value don't appear in input of grid column? PS: in the teste input is ok! =( (i've other input calling the function Produtos_AtualizarProdutoLista(@item.ProductId)
THanks for the ...
0
votes
1answer
10 views
Data Annotations Extensions EqualTo and Compare not working
I am using MVC3 and razaor view engine
I am trying to make sure that password and confirm password should match but this is not working for me. It just keeps on telling me "password" and "confirm ...
-1
votes
0answers
20 views
Simple Web hosting with high usage of backend database for iOS apps [closed]
I am new to web hosting and new domain world. I am looking to create everything from nothing. A website will be very simple with minimum database usage. An iOS apps are expected to push huge amount of ...
0
votes
1answer
23 views
How to Upload Multiple Files Along with Other Form Fields, ASP.NET MVC
So I have a single form on a page. There are several text input fields and such. Right now there is also a jQuery file upload control wherein you can select several files. The problem I have right now ...
1
vote
0answers
24 views
Nhibernate throwing Session is closed
I'm flapping in the wind, so I thought I'd ask here... Please let me know if this is obvious and has been answered before.
I'm building an MVC3 site which works fine while I'm running it with one ...
0
votes
1answer
14 views
Action returning Partial view and model
I'm new to MVC 3 and I have a question regarding the correct approach.
Imagine I have a form
<tr>
<td class="editor-field">
@Html.TextBoxFor(m => m.UserName)
</td>
</tr>
...
0
votes
1answer
15 views
Jquery .Post not display returned data
Using kendo open source with mvc3.
I have a kendo grid with selectable rows. When a row is selected, it should send a value to the controller method, then render a new view based on that value. I ...
-1
votes
0answers
26 views
cookie deleted when browser opens
We create a remember me cookie when the user logs in. The login takes you to a different subdomamin. EX: Landing/Login page: www.mysite.com Main page: www1.mysite.com. The landing/login page is SSL ...
0
votes
0answers
24 views
Ajax script to Edit records in MVC3 don't working
Hello I was doing tutorial from this page here I was mostly copying
http://ricardocovo.com/2011/04/03/asp-mvc3-editing-records-with-jqueryui-dialogs-and-ajaxforms/
And It's don't working and I ...
0
votes
2answers
37 views
MVC 3 Entity Framework Error - Item has already been added. Key in dictionary
I am making a MVC 3 web application using Entity Framework but I am getting this error. In my data layer I used a class connection helper.
Error is followig:
Item has already been added. Key in ...
1
vote
1answer
61 views
The View Model is passing NULL in ASP MVC
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a view 'Index' that contain a link to another view 'Update'. ...
0
votes
2answers
63 views
MVC3 Action only accepting some of the parameters?
From the view I have:
$('#roles').button().click(function () {
$.get('@Url.Action("load_manageRoles","Staff",new {muid = Model.UserID,Column = sort.Column,Direction = sort.Direction,page ...
0
votes
0answers
27 views
How Remove an Item from a DropDownList after it will be Recorded in the base ASP MVC
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a dropdownlist 'ID_Gamme' which the value selected is stored ...
-5
votes
0answers
16 views
How to create Vertical Menu (3-6 levels) Recursively in MVC3 (Razor)? [closed]
I am trying to achieve something similar to this example -
...
0
votes
2answers
16 views
MVC 3 Combinging multiple controls in one sort control template
I'm working on some forms, and often I can reuse the same amount and combination of fields together, is it possible to group them all as a template and then call it from the page?
For example:
2 ...
0
votes
0answers
6 views
Adding telerik reference and using telerik controls in view page
i want to add telerik.dll reference to the application and use the telrik controls in my application. i added the reference and added namespace in web.config file as
'add ...
0
votes
1answer
32 views
Pass argument to Javascript metod from Ajax ActionLink MVC3.0
I have a problem sending parameter (Id) to javascript function. Let me tell you about the underlying idea: I have a Training model and every training model has 1 Survey. What i do in below code is to ...
0
votes
1answer
34 views
Null Object refrence in the acess of the view in ASP MVC and EF
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
I am using also Entity Framework and Code First Method.
I have a view Index which contains some links to othres views.
...
0
votes
0answers
13 views
Get list of records which is not in session but present in db in asp.net mvc
I am doing a module in which I am dealing with session values.
Firstly I am pushing all values from a table into a session as a list.
Then I do some operations on the session list like adding some ...
0
votes
1answer
26 views
condition not getting satisfied in js in MVC
I am developing an MVC application. I have written some js for comparing two values in a dropdown. Even though the values are the same the condition is not getting satisfied and skipping the code ...
1
vote
3answers
40 views
ASP.Net MVC - Request Life Cycle
I am trying to search the Video of Request Life Cycle of MVC.
I tried a lot on Google, but could not found it.
0
votes
1answer
16 views
Show Custom Error handling message in View
I'm using MVC3 and this config in Web.config
<customErrors mode="On">
<error statusCode="404" redirect="~/Error/NotFound" />
</customErrors>
as I simply show the 404 NotFound ...
0
votes
1answer
27 views
Creating a Service Host?
I have created a WCF service.And i am trying to call it from another domain.I have enabled the cross domain option.But my doubt i about how to create a service host??
!-<%@ ServiceHost ...
0
votes
0answers
15 views
How to add code in tinymce
I'm trying to write a tinyMce plugin to add and also separate code from text like this website , actually to show code in a simple box
how can I do that ?
0
votes
1answer
21 views
how to Bind dropdownList using Entity Framework in MVC 3
i want to show a dropdownList on a page using Entity Framework in my MVC app, but i am just stuck here to do this using using HTML Helper. so if anyone having knowledge of entity framework, help me...
...
1
vote
1answer
24 views
Close Popup Windows MVC Controller
I have a popup window opened when clicked a link on screen, the view that has the link is _DetailsSurvey. After clicking the link pop up window opens with the content of _EditSurvey view. At the end ...
1
vote
1answer
21 views
How can I call stored procedure returning both a table and a return statement in a controller in mvc entity framework 4?
I have a stored procedure which returns a table as well as a return errorstate which is an int. How can I call this stored procedure from a controller in MVC.
(I'm using Entity Framework 4)
Stored ...
1
vote
2answers
44 views
How to access to views of another Controller in ASP MVC and Entity Framework
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
I am using also Entity Framework and Code First Method.
I have a view Index which is generated automatically using Entity ...