DotNetShoutout - Stories tagged with asp.netmvc
2
Shouts

ASP.NET MVC Server Side Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 562 days, 5 hours, 52 minutes ago
Sunday, November 06, 2011 7:49:26 PM GMT
In this quick post, I will show you a way of implementing ASP.NET MVC Server Side Remote Validation just like ASP.NET MVC Remote Validation (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, remote validation, ASPNET, ASPNETMVC, asp.netmvc, ASP.NET
2
Shouts

When it Comes to Asp.Net: Stock Market Ticker For Website - Getting Historical Data

posted by ashishsarda99ashishsarda99 827 days, 20 hours, 23 minutes ago
Monday, February 14, 2011 5:18:44 AM GMT
Share|To get Historical Data from Yahoo Finance, we can use certain parameters in Query String. Check out following query string for NASDAQ (i.e. Symbol "^IXIC"); http://ichart.finance.yahoo.com/table.csv?s=^IXIC&a=01&b=5&c=1971&d=01&e=8&f=2011&g=m&ignore=.csv If we analyze above link we can see some parameters varying from a to g. We can use these parameters to filter HISTORICAL data as per our requirement. Each of above parameter (i.e. from a to g) indicates following th... (more)
category: Web Dev | clicked: 1 | comment | | source: aspdotnetmatters.blogspot.com
tags: asp.netmvc, stock market, web development, Yahoo Finance
8
Shouts

Introducing ASP.NET MVC 3 (Preview 1) - ScottGu's Blog

published 1028 days, 12 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 1029 days, 6 hours, 40 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 7:01:54 PM GMT
This morning we posted the “Preview 1” release of ASP.NET MVC 3.  You can download it here. We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development cycle.  Our goal with early preview releases like the one today is to get feedback – both on what you like/dislike, and what you find missing/incomplete.  This feedback is super valuable – and ultimately makes the final product much, much better.ASP.NET MVC ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, asp.netmvc, Visual Studio, Community News, MVC, ASP.NET
10
Shouts

Razor View Syntax - Phil Haack

published 1052 days, 11 hours, 6 minutes ago posted by jantujantu 1053 days, 6 hours, 15 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Saturday, July 03, 2010 7:27:10 PM GMT
There’s an old saying, “Good things come to those who wait.” I remember when I first joined the ASP.NET MVC project, I (and many customers) wanted to include a new streamlined custom view engine. Unfortunately at the time, it wasn’t in the card since we had higher priority features to implement.Well the time for a new view engine has finally come as announced by Scott Guthrie in this very detailed blog post.While I’m very excited about the new streamlined syntax, there’... (more)
category: Web Dev | clicked: 3 | comment | | source: haacked.com
tags: Cshtml, asp.netmvc, Razor
9
Shouts

NoSQL with MongoDB, NoRM and ASP.NET MVC - Part 2 - Shiju Varghese's Blog

published 1125 days, 12 hours, 44 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1125 days, 22 hours, 8 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Thursday, April 22, 2010 3:34:05 AM GMT
In my last post, I have given an introduction to MongoDB and NoRM using an ASP.NET MVC demo app. I have updated the demo ASP.NET MVC app and a created a new drop at codeplex. You can download the demo at http://mongomvc.codeplex.com/ In my last post, we have discussed to doing basic CRUD operations against a simple domain entity. In this post, let’s discuss on domain entity with deep object graph. The below is our domain entities   publicclassCategory {       [MongoIdentifier]     publicObjec... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: NoRM, MongoDB, asp.netmvc, NoSQL
4
Shouts

Access IFrame content using Jquery

published 1151 days, 13 hours, 30 minutes ago posted by PraveenPraveen 1152 days, 15 hours, 30 minutes ago
Saturday, March 27, 2010 12:11:51 PM GMT Friday, March 26, 2010 10:11:25 AM GMT
This is really helpful post for so many people who are using frames in their pages and want to access content inside it from main[parent] page. I really faced so many problems to read the data inside a frame and use it on the current page. So, it's simple and nice to know this tip for JQuery lovers. HTML: In Parent file, for example iFrame is declared as below. In IFrameExample.htm, assume there is a hidden control as shown below. So, now I will tell you how to set the "hiddenExample" hidden cont... (more)
category: Web Dev | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: asp.netmvc, jQuery, Iframe
2
Shouts

Getting Started with MvcContrib's fluentHtml

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1208 days, 18 hours, 26 minutes ago
Friday, January 29, 2010 7:15:28 AM GMT
I mentioned a couple posts ago that I’d blog about how to get setup with fluentHtml, which is packaged with the MvcContrib project. Let’s get started… (more)
category: Web Dev | clicked: 2 | comment | | source: derans.blogspot.com
tags: MVCContrib, fluentHtml, ASPNETMVC, asp.netmvc, MVC
11
Shouts

Security Questions with ASP.NET MVC & fluentHtml

published 1209 days, 13 hours, 32 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1210 days, 19 hours, 15 minutes ago
Thursday, January 28, 2010 12:09:39 PM GMT Wednesday, January 27, 2010 6:26:23 AM GMT
Have you ever needed to create a screen to ask a user to select security questions? Well, I recently had to create this screen and I thought I’d share the experience. (more)
category: Web Dev | clicked: 4 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC, fluentHtml, asp.netmvc, MVC