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

I have a user control that looks like this: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProfileGroupComponent.ascx.cs" Inherits="Reports.Controls.ProfileGroupComponent" %> <...
Heinrich's user avatar
  • 886
1 vote
0 answers
65 views

I have a legacy application that was made with Web-Forms, and trying to use asp.net mvc to render a content inside a partial view. Following @ScottHanselman post of ...
Heinrich's user avatar
  • 886
0 votes
0 answers
42 views

I need to create a web app that will display data from spreadsheet (.xlsx) files. Preferably, this will be a Web API project, because the "spreadsheets" I need to host there lend themselves very ...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
1 answer
58 views

I have an application which has ASPX & MVC pages mixed is same project due to some reason. The old aspx pages used to automatically render name element in the html generated e.g. <form id="...
Lotto's user avatar
  • 51
0 votes
1 answer
1k views

I am still a beginner to MVC and I was trying to understand why developers seem to prefer Razor engine over WebForms engine in ASP.Net. My question: Is it because Webforms engine is slower than ...
Sunil's user avatar
  • 21.7k
1 vote
1 answer
387 views

![ Chart is plotted on View of webform submission type ][10] enter link description here Hi, I'm using Charts, high-charts, webform, view modules to displaying a chart in drupal 7. I need some ...
Siraj Uddin's user avatar
0 votes
1 answer
623 views

I have a asp.net web api application that also renders some razor pages. By default, there are two default engines(webform\razor) and I had no problems rendering my razor pages. Now I need to support ...
Amir Popovich's user avatar
0 votes
0 answers
295 views

We have a legacy webforms site that we have "successfully" integrated MVC and Web.Api into. If there are no server errors then all is good, pages render as expected. However if an MVC page gets a ...
CarBar's user avatar
  • 145
5 votes
4 answers
871 views

I have a large asp.net-mvc web site . I recently upgraded to MVC 4 but one thing i am debating is it worth it to migrate to razor engine. I see there are tools to "auto" upgrade but i am trying to ...
leora's user avatar
  • 198k
3 votes
3 answers
5k views

I am developing a mobile application using ASP.Net MVC4.0, JQuery Mobile, HTML5. As I am new to ASP.Net MVC, I am not sure whether to use Razor(.cshtml) or webForm(.aspx) view engine. Can anyone ...
user1358545's user avatar
0 votes
3 answers
3k views

I used to develop with ColdFusion for a while, but then left the web development arena for a while. I'm back, now, and have been hired as an intermediate (right above entry)-level web developer. My ...
user2020951's user avatar
0 votes
2 answers
151 views

I'd like to achieve the MVC View Engine behavior in an web forms application. To register a mobile channel in MVC I normally would do something like this public static List<string> UaSurfpads =...
Eric Herlitz's user avatar
  • 26.4k
0 votes
1 answer
2k views

I'm currently using MVC 3 (WebForm view engine) and have a form that shows user comments. If I have a comment which has an ampersand (&), <%= Html.Textbox() %> will encode it as &amp;. ...
Andy T's user avatar
  • 9,921
6 votes
1 answer
11k views

I have a problem with configuring asp.net mvc application: [HttpException (0x80004005): Type 'ASP._Page_Currency_Index_cshtml' does not inherit from 'System.Web.WebPages.WebPage'.] System.Web....
ApmeM's user avatar
  • 147
-1 votes
1 answer
1k views

I want to know that how to add the checkbox in the mvc3 asp.net C#. I'm using Aspx view engine. I have to add mutiple checkboxes and have to save the data of that checkbox which are selected true. How ...
Dip's user avatar
  • 897

15 30 50 per page