Stories recently tagged with 'ASPNET'

Forms interaction with ASP.NET MVC (screencast)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. read more...

add a comment |category: |Views: 109

tags: another

Forms interaction with ASP.NET MVC (screencast)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. read more...

add a comment |category: |Views: 109

tags: another

jQuery Form Serialization without ASP.NET ViewState(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 8 months ago

When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. read more...

add a comment |category: |Views: 450

tags: another

Code based ASP.NET MVC GridView(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. read more...

add a comment |category: |Views: 2902

tags: another

System.Web.MVC, Rhino Commons, Castle Active Record, Nhibernate, Part (michaelhanney.com)

submitted by mhanneymhanney(25) 3 years, 11 months ago

Rhino.Commons, AR & NHibernate was the right decision for my project, but I’ve made a conscious effort to shield the MVC web site application from having any knowledge of their existence. This was done to achieve greater separation of layers and fewer direct dependecies. read more...

add a comment |category: |Views: 224

tags: another

ASP.NET MVC custom ActionResult (ImageResult)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

The ASP.NET MVC framework introduces the concept of returning an ActionResult in Controllers since the "preview preview" release on CodePlex. The purpose of this concept is to return a generic ActionResult object for each Controller method, allowing different child classes returning different results. In this blog post, I will build a custom ActionResult class which will render an image to the HTTP response stream. read more...

add a comment |category: |Views: 1056

tags: another

ASP.Net MVC Membership Starter Kit(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 1 month ago

Troy Goode posted abou this yesterday. Today, there's already an update available containing some cool new stuff! read more...

add a comment |category: |Views: 125

tags: another

ASP.NET MVC Framework out on CodePlex(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

1 comment |category: |Views: 23

tags: another

ASP.NET MVC - Testing issues Q and A(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

Some commonly asked questions when developing ASP.NET MVC and unit tests. read more...

add a comment |category: |Views: 16

tags: another

March 18 ASP.NET MVC links(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

A collection of ASP.NET resources I noticed in the past few days. read more...

add a comment |category: |Views: 24

tags: another

Gridview: Where is the Row in RowCommand? DisplayIndex(mhinze.com)

submitted by chrismo111chrismo111(47) 4 years, 11 months ago

Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event. Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row? While the datagrid's DataGridCommandEventArgs exposed the row through it's Item property & e.Item.ItemIndex GridViewCommandEventArgs only three properties: CommandName, CommandArgument & CommandSource (which provides a reference to the gridview itelf). Wtf?! Solutions provided in story. read more...

add a comment |category: |Views: 271

tags: another

Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

A hands on walk through by Scott Guthrie on how to implement efficient data-paging using an ASP.NET DataList or Repeater control read more...

add a comment |category: |Views: 1244

tags: another