Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
211 views

I'm working on a Web Forms application and using EXT.NET framework for the views, i have a panel on the side with buttons that when i click on them, a view opens in a tab on the same page, like an ...
BAlnimri's user avatar
0 votes
1 answer
47 views

I have an old legacy system (more than 10 years) made in MVC 2 with structuremap(2.6.1.0) as DI. We have begun migrating the back with nHibernate (also 10 years old) to entity framework core in a ...
Jerker Pihl's user avatar
0 votes
0 answers
95 views

My client has legacy application based on ASP.NET MVC 2 Framework which runs well on WinSrv 2008 R2 VM. I've cloned this machine, changed IP, hostname etc. and this cloned machine was upgraded to ...
user avatar
3 votes
0 answers
202 views

I have tried zipping 70 pdf documents but ended up having a System.OutOfMemoryException. Please look into the following code and let me know whats wrong with it. Please note that I have posted issue ...
SurenSaluka's user avatar
  • 1,593
0 votes
1 answer
2k views

Customer is asking for LDAP / Active Directory authentication along with OTP (one time password) / multi-factor authentication for an old existing web application written in (asp.net MVC2). Is this ...
Novice Programmer's user avatar
0 votes
2 answers
688 views

I need to create an empty form for database update. In the controller this is called: public ViewResult Create() => View("Edit", new List()); <TargetFramework>netcoreapp2.2</...
WCS's user avatar
  • 99
4 votes
0 answers
57 views

We have a legacy application which is written in .Net MVC 2 and required to use Google Calendar API. I have found this link which is mentioned prerequisites VS 2013 and above. Is there any way to use ...
Chamara Nillushan's user avatar
0 votes
1 answer
160 views

I'm working on a table that shows data per week. How can I automatically add a column after a week has passed by and show its data from the database? Thank you in advance. MVC2 Jquery
Mr_Chrs_12's user avatar
1 vote
0 answers
172 views

I have an issue with one of my .ascx files, when I hover over a red <%=Html.BeginForm it says: The type RouteValueDictionary is defined in an assembly that is not referanced. You must add a ...
quicklaunch2009's user avatar
-1 votes
2 answers
285 views

Here is my below code string CampusId = "1"; string ClassId = "1"; var Class = GetClassesselect(); var model = (from sr in db.StudentRequests join c in db.Classes on sr.ClassId equals c.ClassId where ...
Xtremcool's user avatar
  • 185
1 vote
2 answers
2k views

I need to run some c# code each time any page based on _layout.cshtml is viewed. I don't want to put something in every controller.cs file, just something central like you used to have in ASP.NET's ...
user avatar
1 vote
1 answer
567 views

I have MVC 2 application which has used in Windows authentication mode. The requirement has changed to that application needed to be on single sign one(SSO) in multiple active directories.The client ...
Chamara Senevirathna's user avatar
-4 votes
3 answers
3k views

Hi i am newbie to Mvc i have a json service which returns a list of walletstatementlogs based on fromdate and todate. I have a controller TopUpReqLogController every time when i hit the action index ...
Muhammed's user avatar
-1 votes
1 answer
397 views

I have a dropdownlist and it contains a list of names and a 'more' option.When the user click on the more option,it will load more names from database and display those names in the dropdownlist.But ...
Kesiya Abraham's user avatar
0 votes
1 answer
765 views

I'm developing MVC 2 web application. I'm using FormsAuthentication for sign in users to my application. I want to generate an authentication token after users are successfully login to the ...
bhathiya.m's user avatar
-1 votes
1 answer
66 views

I'm trying to post back the model to the controller, but the members within the ViewModel are null (rather than the entire model just being null). This is the View Model: public List<...
The Vanilla Thrilla's user avatar
0 votes
1 answer
117 views

I am working in MVC2 and .net framework 3.5 While trying to pass a single object to mvc controller it is working fine. But when I try to pass the value as an array, I'm getting property values as ...
Aneesh Sivaraman's user avatar
1 vote
2 answers
41 views

I have an exam on monday and i wanted to ask you if someone knows what would be the best way to handle edits in a ProductView for example. More or less it's about the code within the ProductController....
bfmv991's user avatar
  • 109
0 votes
0 answers
640 views

I have created model in asp.net mvc with constructor to create new guid id for ID field which inherits from base class. Now i pass values for two parameters of the model other than ID from html page ...
Priyanka Desai's user avatar
1 vote
0 answers
77 views

I am migrating an old 3rd party project from MVC1 to MVC2, which I am not very familiar with. One of the documented breaking change in MVC2 is "Changes to the DefaultControllerFactory class break ...
tkalay's user avatar
  • 193
0 votes
1 answer
882 views

I am submiiting a form from view which contains input field with specific data attribute <form> <input type="text" data-user="001" name="mytext" /> </form> this from is submitted to ...
AddyProg's user avatar
  • 3,070
0 votes
1 answer
875 views

I am new to MVC. The project that I am working on is on MVC2. The current requirement is to open a modal popup after login. Basically after successful login, the user will be redirected to a landing ...
MaxPayne999's user avatar
-1 votes
1 answer
1k views

I know this question has been asked many times here but seems to be very old. Can you please help me to understand what are best approach ASP.NET MVC have to integrate video chat/conference in my ...
Verma's user avatar
  • 39
0 votes
1 answer
289 views

I have an old MVC2 project, which I am trying to move from an old cruise control CI server to our current TeamCity CI Server. I'm getting screeds of build errors of the form: Models\State\...
Myster's user avatar
  • 18.2k
1 vote
0 answers
391 views

I am reading a file in bytes using ReadAllBytes() method. Then convert these bytes to base64. Then send this base64 string as a part of JSON. On server side (which is MVC action) I receive the JSON ...
Wajahat Qureshi's user avatar

1
2 3 4 5
169