asp.net-mvc-2
How to call static method from ASP.NET MVC controller in C#
GetMethod does not find public static method if called from ASP .NET MVC controller. (From console application it work OK).[详细]
2023-04-04 20:08 分类:问答.Net MVC 2, return File that contains non-ASCII characters in the filename
I am working on a data export task that needs to be able to export in any language. All the languages that use strictly ASCII characters work just fine, but when I go for data exports in oriental lang[详细]
2023-04-04 18:32 分类:问答How in ASP.NET MVC 2 with no JS/AJAX make delay download page
I want to make download page after but开发者_如何学Cton click. This page should show some information and then, after some time start downloading file. the best if that would work withouns JavaScript[详细]
2023-04-04 11:51 分类:问答MVC 2.0 c# asp.net 4.0 Instantiate an object from a library shared in the session
I\'m trying to use the MVC 2.0 framework to instantiate an object of a library. I want to be able to instantiate this object every time I navig开发者_JAVA技巧ate my application with a differnt browse[详细]
2023-04-04 07:05 分类:问答Giving a link in a asp.net mvc2 page for a non-mvc page ie, a asp.net webform
I tried to give link to my reports located in Reports folder under \"Views\". My pr开发者_JAVA技巧oblem is that I am unable to direct from a mvc page to myReport since it is looking for that page in c[详细]
2023-04-04 05:55 分类:问答jQuery WYSIWYG editor with server images insertion [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-04 05:48 分类:问答Entity Framework & MVC - Insert into multiple table using foreign keys
I have two tables, Property and PropertyMeta. They are linked by the PropertyID value. I have just started using ASP.net MVC and am currently using MVC2 (due to hosting provider contraints). From a si[详细]
2023-04-04 04:30 分类:问答MVC asp.net, get data from textbox into javascript function in view
any thoughts on this? I\'m using MVC2 in VS2010. I have javascript in my view to put markers on a google map. I need to get the address and distance from text boxes,[详细]
2023-04-04 03:48 分类:问答Multiple MVCContrib Grid on 1 page
I have multiple mvccontrib grids on 1 view page each w/ its own pagination. My problem is when I page 1 grid it pages the other 2 as well. Is there I can differentiate what grid is being ca开发者_高级[详细]
2023-04-04 02:24 分类:问答mvc entity framework : login using a database
I have created a database in Microsoft sql server express. I need to be able to login on Mvc 2 app, using my database ( not the one existing on AcountController meaning MembershipService )[详细]
2023-04-03 23:03 分类:问答