Hello
1. Samples about Session State in ASP.NET MVC framework
I do not find many about Session State in ASP.NET MVC framework online,
partially because the State Management works with both web forms based
pages and MVC based pages. ASP.NET MVC Framework still uses ASP.NET State
management as far as I know. ScottGu will possibly publish a sample for it
soon. See ScottGu's response in his blog:
http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part
-1.aspx
"I'll cover the state management options provided by the MVC model in a
future post. There are a couple of options available (Session state is one
- we also have a TempData object that you can use to temporarily store
values across redirects)."
Here are some tutorials and instructions about ASP.NET Session State for
your reference:
http://support.microsoft.com/kb/307598#2
http://msdn2.microsoft.com/en-us/library/87069683.aspx
http://msdn2.microsoft.com/en-us/library/ms178588.aspx
In addition, the ASP.NET MVC forum
http://forums.asp.net/1146.aspx is a
good place to consult ASP.NET MVC Framework-related questions, where some
developers of the framework may do favors to fix users' issues.
2. Samples of complex and rich GridView
GridView inside a GridView sample:
http://www.codeproject.com/KB/webforms/GridViewInsideGridView.aspx
RadioButtons inside a GridView sample:
http://www.codeproject.com/KB/webforms/GridViewRadiobuttons.aspx
Multi-selectable GridView sample:
http://msdn.microsoft.com/msdnmag/issues/06/05/CuttingEdge/
Displaying Images in a GridView Column sample:
http://msdn2.microsoft.com/en-us/library/aa479350.aspx
ImageButton in a GridView: (see dreamzor's reply)
http://forums.asp.net/p/1110689/1709784.aspx
Add hyperlink fields to a GridView sample:
http://authors.aspalliance.com/aspxtreme/webforms/controls/addinghyperlinkfi
eldstoGridView.aspx
Hope it helps.
If you have any other concern, or need anything else, please feel free to
let me know.
Regards,
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document:
http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.