-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
We have a large existing ASP.NET WebForms application, but we are now moving over to MVC.
Rather than go through a painful process of trying to integrate MVC into the existing app, we're looking at creating a brand new VS project to completely isolate the new code.
As a first step, we…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
If given the choice, which path would you take?
ASP.NET Webforms + ASP.NET AJAX
or
ASP.NET MVC + JavaScript Framework of your Choice
Are there any limitations that ASP.NET Webforms / ASP.NET AJAX has vis-a-vis MVC?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm not clear about this....
When having a gridview on the View, is the controller who has to set up the Data source, columns, etc? or I just have to expose the DataBinding stuff, fire it from the controller and let the html/codebehind on the view handle all the rendering and wiring up?
To be more…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For a large fillin form I use the asp.net FormView for the magic databinding to my model. In this model I've a property called Rides (shown below), which exposes a list, which I obviously not want to be replaced entirely. So I made it readonly.
However, this way I can't use the databinding features…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for a example or article that demonstrates using SimpleModal in an ASP.NET webforms project.
Ideally the article would show creates and edits of a grid row using simplemodal.
>>> More