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:663238
More Search Options
RSS Available
Matching Posts
Re: ASP.NET MVC - Menu Items
You might also look at extending the html code with some jquery tooltip plugin and css. Here's a good example .
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 12/2/2009
MVC 2 beta Validation
I'm trying out some of the new features with MVC 2 beta and love everything so far. I'm getting to a point of confusion with the data annotations and client side validation however. It seems that although I'm getting the meta data validation on the page, the valiation is still posting back to my action. Is there something in particular that I need to do in order to prevent a postback? Everything seems to work (IE, I'm getting the jquery validation to appear after the postback) but
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 11/24/2009
Re: From MVC Preview 2 to MVC Beta
Gerry is correct. I did this over the weekend and it worked fine. Just unistall MVC 2 Preview 2 from program files before installing the MVC 2 beta version. I didn't have to make any other changes to the web.config or anything.
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 11/23/2009
Re: Rest for MVC - trouble getting cross domain to work
Ok, when I inspect my json result from fiddler it gives the blocked icon and says that the caching is private.
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/12/2009
Re: Rest for MVC - trouble getting cross domain to work
Hello, thanks for responding. I didn't post any code that is using the REST for MVC toolkit, because it would be too much but if you look at that example I am using the MovieApp_POXSample inside of the toolkit. This is fairly irrelevant because I can parse the json output if I am on the same domain or from within the site but not from an external site. The core of my question is this: how can I allow (expose or whatever) json action results for other domains to use? I'll take a look at fidler
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/12/2009
Filed under: REST MVC json
Re: Rest for MVC - trouble getting cross domain to work
Is returning the json object with a webservice different than the link I provided, using the REST for MVC example?
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/12/2009
Rest for MVC - trouble getting cross domain to work
I have been playing around with the Rest for MVC example posted by Phil Haack and have run into a very simple (I'm hoping) problem. I can not parse the json from an external domain. For this example I am just using jquery to parse the json object like this: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $.getJSON("http
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/9/2009
Re: quick ajax error
I haven't played around with this yet but you might look at this: Microsoft Visual Studio AJAX Profiling Extensions
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/8/2009
Re: Go to a different view without changing URL
You could do using an ajax action link. <%= Ajax.ActionLink("Edit", "EditActionName", "YourController", new { Id = 1 }, new AjaxOptions { HttpMethod = "GET", InsertionMode = InsertionMode.Replace, UpdateTargetId = "YouCSSContentDiv" }, null) %> The only thing that you might have to change is to make your View a partial view so that it's only returning part of the page, not the entire view with the master page.
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/8/2009
Re: MVC wysiwyg editors?
As long as your willing to use javascript I would think that most of them would be compatible. I've used CKeditor in my MVC website and it's worked very well.
Posted to
ASP.NET MVC
(Forum)
by
currentspulledmeunder
on 10/8/2009
Page 1 of 8 (76 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online