0
votes
1answer
26 views

Looking for alerts or notifications in MVC 4

Watch the next image. It's something like an alert or notification and some of them have a close button to the right of the border. I would like to implement that in my MVC 4 project where the ...
2
votes
1answer
24 views

How to Automatically generate GUID in asp.net mvc4 form while insert data to Db

How to Automatically generate GUID in asp.net mvc4 form while insert data to Db i need to add GUID data type to my table and need to insert automatically 16bit value while submit other data
0
votes
1answer
16 views

Should I use App_Themes or Content/themes in MVC4?

Up until now I had been using MVC3 for my apps but with the new update of Visual Studio 2012 I got MVC4. I migrated a few of my apps and now they are broken. I noticed that the new project template ...
0
votes
0answers
19 views

Add namespace to web.config in View folder

In my ASP MVC 3 site, I am trying to use the BeginCollectionItem dll from Steve Sanderson's blog post. I have my partial view set up like so @model Monet.Models.DropDownValues @using ...
0
votes
0answers
15 views

How Httphandler Reusable memory works?

I created a HttpHandler and following is the setting in the Web.config <add verb="*" path="*.png" type="MvcApplication1.Handler2"/> Isresuable = true in HttHandler Let's say, I have 20 users ...
2
votes
2answers
42 views

How to remove model state error for dropdown with selected option label in mvc?

I am working on a MVC project.I have a view having a dropdownlist with an option label "Select Task".Now the integer property bound with this dropdown is not a required field. But then too after I ...
4
votes
1answer
68 views

HttpContext.Current.User != HttpContext.User?

Is HttpContext.Current.User in global asax not the same as HttpContext.User in an action method? I assigned the user some roles, but they seem to get lost. The code below shows what is happening. ...
2
votes
1answer
29 views

What's the difference between RouteCollection and Route Table

Can you tell the difference between RouteCollection and Route Table? I tried a lot to search at Google. But could not found any references.
0
votes
0answers
28 views

date controls compare validation

I'm looking of a way to perform data compare validation that validates "from" > "To" on the data model client and server. Like this: public sealed class CompareDatesValidatorAttribute : ...
1
vote
1answer
68 views

How can I convert sql to linq

This is my SQL query SELECT sys.sysobjects.name Name, sys.foreign_keys.* FROM sys.foreign_keys inner join sys.sysobjects on sys.foreign_keys.parent_object_id = sys.sysobjects.id WHERE ...
3
votes
1answer
32 views

AssemblyBinding BindingRedirect not working for MVC4 app with T4MVCExtensions

We have a large .NET web application that was MVC3, using T4MVC. We recently upgraded it to MVC4, and all is good except for T4MVCExtensions (version 3.6.5 from NuGet) is still dependent on ...
1
vote
1answer
23 views

Routing issue in Global file

Routes Information routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", action = "Index", id = ...
2
votes
1answer
39 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 ...
0
votes
1answer
14 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 ...
1
vote
3answers
74 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.
2
votes
1answer
69 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
34 views

how to call custom method automatically in global.asax

Here is my code and i want to call the my custom method (Application_My()) automatically when application is loaded/refresh every time like Application_OnEndRequest(). Thanks in advance. <%@ ...
0
votes
1answer
30 views

How to avoid the text from the action link

@Ajax.ActionLink("&nbsp","Delete", "FinancialIntermediary", new { id = item.FinancialIntermediaryID }, new AjaxOptions { HttpMethod = "GET", ...
1
vote
1answer
41 views

Hide a Checkbox in mvc4 without using style

I want to set the visibility of a checkbox to false without using style in mvc3. @Html.CheckBoxFor(model => Model.Eng, new { @id = "chkEnergy1", @value = "true", @class = ...
0
votes
2answers
62 views

Save and retrieve checkbox values asp.net mvc

I'm new to asp.net mvc and currently using MVC 2. I'm struggling with working with checkboxes for days now. I simply need to get checked checkbox values to be saved in database and on Edit view check ...
2
votes
0answers
25 views

Service Stack:Type definitions should start with a '{', expecting serialized type 'AuthResponse', got string starting with

i am using the following code to athenticate the user using ServiceStack basic auth provider in my asp.net application and receiving serilization exception.Please answer if anyone has solve this ...
0
votes
3answers
57 views

Validate Date in MM/dd/YYYY format in mvc

I have declared a property in MVC info file like [Required(ErrorMessage = "End Date has not being entered")] [DataType(DataType.Date)] [DisplayFormat(DataFormatString = ...
0
votes
1answer
39 views

Sending monthly emails automatically using mvcmailer

In my MVC application, I have this scenario. At the 25th of every month, certain users has to be fetched from the database and an email should be sent to them as alert. I am currently using mvcmailer ...
2
votes
1answer
58 views

How to Change Resources (JS & CSS) URL from Plugin in C# MVC4

I'm working on nopCommerce and noticed that scripts and css are included in following way, in the Root_Head.cshtml file Html.AppendCssFileParts("~/Content/smoothness/jquery-ui-1.8.17.custom.css"); ...
0
votes
2answers
46 views

Need an asp.net control to click the button in another asp.net control

First time I have used the site. I appreciate the help I have gotten from the users before and hope to contribute as well as ask. Now, for the question. I am developing a static toolbar that rests on ...
0
votes
1answer
48 views

Override partial class field in ASP MVC model

In my ASP MVC project, whenever I add a new table to my project two models are created. One under the Text Templating Transformation Toolkit (file w/.tt extension), and another outside this in the ...
1
vote
2answers
69 views

Validate DateFormat In Mvc

I have a property ExpiredDate define in MVC [Required] [DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")] public DateTime? ExpirationDate { get; set; } I want to Validate if Date ...
0
votes
2answers
43 views

running code that replaces placeholder text on each razor view MVC4

If I had the following razor pages: (Excuse the terrible examples..) Page1.cshtml Hello @Model.Name, welcome to {sitename} Page2.cshtml {sitename} has had @Model.visitorcount today And at ...
0
votes
2answers
27 views

To form Html Href in mvc

<a href="BasicInfo.aspx" class="desc3 pull-right"><i class="icon-edit"> I have a simple html href in mvc. now i require to manipulate the path as we use to do in asp.net suppose we have ...
2
votes
2answers
55 views

getting File from server

I'm implementing export to csv in MVC. Since the parameters are datetime types I need to send the data in post because of user different cultures. Server Code: [HttpPost] public async ...
0
votes
1answer
69 views

What are the major differences between Web API and ASP MVC

The title really sums up my question. I have used both technologies but I am uncertain as to what one offers that is substantially different than the other. In essence: What criteria and/or ...
0
votes
2answers
32 views

Mvc maproute multiple page levels

Is there anyway I can reduce the amount of duplication mapRoute registration in global.ascx file for mulit page levels as below. routes.MapRoute("Article-level1", ...
0
votes
0answers
68 views

How to Bind Dictionary collection from Model to Dropdown List in razor view?

Plaese find my blow code , suggest how to bind the collection list in drop down menu; Controller Public ActionResult Registation() { RegisrationModel register=new RegisterationModel(); ...
2
votes
1answer
32 views

How do I get the value of a button to pass back to the server when using JQuery & AJAX?

I am using MVC3, Razor, C#, JQuery and AJAX. I am using an Ajax call to postback a form to the server. I get all the form element values being passed back to the controller in: [HttpPost] ...
0
votes
1answer
55 views

Best method to handle dynamic View logic for showing controls, JQuery or return to controller for View refresh?

I have a situation in my View where certain controls ie Checkbox or Textbox should only show if a certain value is selected in a dropdown list. The question is what is the recommended approach to ...
2
votes
1answer
58 views

Hook success event MVC validation (per field)

I'm removing the default error messages on my form and I'm replacing them with some tooltips. Is there a way to capture the validation event for each field? When a users starts typing some text in ...
3
votes
3answers
51 views

Match Route Only if specific Parameter

I am trying to create a route that only matches if a specific parameter is used in the URL. For example: routes.MapRoute( name: "BannerAds", url: "Go/{Web}", ...
-1
votes
0answers
68 views

WebAPI - While using single model in more than one action method, Data Annotations throws internal server error

Below is the validation attributes for the datamodel class RegisterModel public class RegisterModel { [Required, Maxlength(7)] public string Email { get; set; } } If the above datamodel ...
3
votes
0answers
66 views

Get metadata of model (TableName) in mvc4 Using t4 Scaffolding

Using MVC4 and T4 Template(Scaffolding) I am creating a model in mvc4 and specify the table name in DBContext. 1)I need to get the table from Dbcontext against model name. 2)Need to get value from ...
0
votes
1answer
50 views

Multiple connection strings to the same database performance?

Recently I was working on an asp.net mvc 4 application and when reviewing the application I noticed I had 2 connection strings that pointed to the same database. ApplicationServices - For membership ...
0
votes
2answers
33 views

Validate a string to be one of two lengths

Is it possible to use ASP MVC's DataAnnotation to require a string to be one of two lengths? This example obviously doesn't work but I am thinking of something along these lines [Required] ...
0
votes
1answer
24 views

Bind list of models as a property of model

I have a form which is sent to a controller in a strongly typed view. The view is of a type "shitModel" which has a list of "shitType" Model: public class shitModel { public string name; ...
2
votes
1answer
28 views

ASP MVC - calling a controller with a list in the parameter model

I want to transfer a string aray in my url to a mvc controller . My controller method is public ActionResult Index(MyModel model) and I want My model to be public class TagEditRequestVM { ...
0
votes
2answers
35 views

Redirect To Action not carrying exception data

I have a base controller which takes care of excption handling . so all my actions in the controller simply delegate to the action in basecontroller. catch (Exception ex) { ...
2
votes
0answers
57 views

Extend Razor Partial View from nopCommerce plugin

I'm working on a nopCommerce plugin project. nopCommerce is build on MVC4 using Razor Syntax. I need to extend one of the partial view from plugin/extension I'm building. However, I can't think of ...
4
votes
1answer
62 views

List of ASP.Net MVC “special” folders/files

Is there a list of the "special" folders and files in ASP.Net MVC? I'm talking about things like "Views/Shared/EditorTemplates" and "Views/_ViewStart.cshtml." EDIT: Responding to CodeIgnoto's ...
-1
votes
0answers
70 views

Client side validation does not work without ValidationMessageFor()

I'm having a hard time finding anything about this specific topic because all that comes up in search is why does not work ect. My issue is that I wouldn't like a validation message on error, just for ...
0
votes
1answer
68 views

how to display image from database to razor view?

so i have images in my database and i want to show them in my view,this is my model: public class SocialNetworkModel { [Required] [DataType(DataType.Text)] public string titlePost { get; ...
0
votes
1answer
77 views

Prevent a property in model to show up in query string

In asp.net mvc if I have a model like below: public class MyModel { public string Name {get; set;} public string MySecretProperty {get { return "123"; } } } In my controller : MyModel model = new ...
0
votes
1answer
70 views

Durandal does not compose footer view after main content was composed

I have a durandal shell view like this: <div id="global"> <!-- ko compose: {view: 'nav'} --> <!-- /ko--> <div id="main" class="container"> <!--ko compose: {model: ...

1 2 3 4 5 15