Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:127937
More Search Options
RSS Available
Matching Posts
ViewData Questions????
Good evening everyone, I am currently trying to develop an application using the MVC framework. I have several pages that take a user through a specific set forms where they make several selections. I have an object that I am trying to populate based on the selections that they make in these screens. What I want to know is what is the best way to keep this object in session without losing it across actions and controllers? Maybe I am going about this all wrong, being accustomed to WebForms and recently
Posted to
ASP.NET MVC
(Forum)
by
mreyeros
on 9/18/2009
Controller Interface Dependencies
Good afternoon everyone, I recently started down the road of MVC, I have been building with Web Forms for several years now so there is a slight learning curve. I have been following along with several of the examples in Stephen Walthers book, which is great by the way. My question is concerning how quickly controller constructors can get rather large with the number of dependent interface parameters depending on your model. Are there any best practices or patterns that I should follow to avoid this
Posted to
ASP.NET MVC
(Forum)
by
mreyeros
on 9/4/2009
Re: Controller Interface Dependencies
Thank you for your quick response. Would you happen to have some sample code that can point me in the right direction?
Posted to
ASP.NET MVC
(Forum)
by
mreyeros
on 9/4/2009
Re: Problem with required field validators..
Good afternoon, do each of the sections have their own seperate action button? If this is the case ensure that the button's validation group property is also set to the same validationgroup name.
Posted to
Getting Started
(Forum)
by
mreyeros
on 8/3/2009
Re: Can we get Networking card or harddisk serial number through aspx page ?
Good morning here is a good CodeProject article on how to use C# to get information from the Harddrive: http://www.codeproject.com/KB/cs/hard_disk_serialno.aspx Hopefully this give you a good starting point.
Posted to
Web Forms
(Forum)
by
mreyeros
on 7/31/2009
Re: Nested Gridview's RowDataBound event?
Good afternoon, you could simply add the event handler code in the aspx page and then add it into your code behind page.
Posted to
Data Presentation Controls
(Forum)
by
mreyeros
on 7/31/2009
Re: GridView Property Enabled
Good afternoon, I believe that in Javascript that property is handled by the Disabled property of the DOM element so in your case it would be document.getElementById('<%=gV.ClientID%>').disabled = true;
Posted to
Client Side Web Development
(Forum)
by
mreyeros
on 7/31/2009
Re: Creating a link / button within a gridview control (within the template control) that will open to a new window...
Good morning, what you could do is add a linkbutton control to a template column of your gridview then set the CommandArgument property of the linkbutton to be the purchasingrequisitionid. Add an on click event to this button that calls a javascript window.open event with address that you specify. Here is some code: HTML <asp:TemplateField> <ItemTemplate> <asp:LinkButton id="lbPRDetails" runat="server" text="details" commandargument='<%# Eval("PRID"
Posted to
Web Forms
(Forum)
by
mreyeros
on 7/31/2009
Re: Masterpage codebehind problem
Here is a good msdn article that should get you up to speed with namespaces: http://msdn.microsoft.com/en-us/library/ms973231.aspx#assenamesp_topic5 But for now you could probably remove "ClickableCommunity." from the inherits attribute and things should work for you.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
mreyeros
on 7/31/2009
Re: Masterpage codebehind problem
it looks like in the inherits attribute of the Master Page directive it is setting it to the Namespace.ClassName and in this case it is looking for a class, "ClickableCommunity" within the namespace "ClickableCommunity" but in your .vb file there is no namespace "ClickableCommunity".
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
mreyeros
on 7/31/2009
Page 1 of 65 (647 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online