DotNetShoutout - Stories tagged with ASP.NET MVC 1.0
2
Shouts

Rajan's Blog - ASP.NET MVC – Switch between secure(https or ssl) & unsecure(http) connections

posted by rgrajanrgrajan 1195 days, 6 hours, 50 minutes ago
Saturday, February 13, 2010 7:28:01 PM GMT
ASP.NET MVC – Switch between secure(https or ssl) & unsecure(http) connections The important functionality of any ecommerce system is to transfer the content using SSL when the user enters the user name & password or while accepting the credit card info. Steve Sanderson has blogged about this and unfortunately it didn’t work for me. Also MVC Futures has RequiresSSL extension which transform the content to secure. But in a typical system, we need to redirect back to... (more)
category: Web Dev | clicked: 3 | comment | | source: blog.rajan.net.in
tags: ssl, ASP.NET MVC 1.0
9
Shouts

EStudy: Introduction to the EStudy Application Part 1

published 1237 days, 13 hours, 26 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1240 days, 11 hours, 5 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Wednesday, December 30, 2009 3:12:45 PM GMT
Formally known as GridViewGuy Videos | Podcasts EStudy: Introduction to the EStudy Application Part 1 AzamSharp Published Date: 12/29/2009 5:57:26 PM Views: 62 Abstract: In this screencast Mohammad Azam will introduce a pet project EStudy application that he is working on. The project focuses on creating an application for school and universities that can be used by the students to take exam. The main purpose of the app... (more)
category: Screencast | clicked: 1 | comment | | source: highoncoding.com
tags: ASP.NET MVC 1.0
13
Shouts

Creating Wizard Using ASP.NET MVC Part 2

published 1237 days, 13 hours, 26 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1240 days, 11 hours, 6 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Wednesday, December 30, 2009 3:12:08 PM GMT
Formally known as GridViewGuy Videos | Podcasts Creating Wizard Using ASP.NET MVC Part 2 AzamSharp Published Date: 12/29/2009 5:04:06 PM Views: 56 Abstract: In this screencast Mohammad Azam demonstrates how to create wizard using ASP.NET MVC Framework. This is the second part of the series where Azam demonstrates how to persist state of wizard steps. 1) Creating Wizard Using ASP.NET MVC Part 1 [Download Sample] ... (more)
category: Screencast | clicked: 11 | comment | | source: highoncoding.com
tags: ASP.NET MVC 1.0
7
Shouts

Creating Wizard Using ASP.NET MVC Part 1

published 1239 days, 12 hours, 50 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1241 days, 5 hours, 41 minutes ago
Thursday, December 31, 2009 1:27:34 PM GMT Tuesday, December 29, 2009 8:36:57 PM GMT
Formally known as GridViewGuy Videos | Podcasts Creating Wizard Using ASP.NET MVC Part 1 AzamSharp Published Date: 12/29/2009 9:44:26 AM Views: 43 Abstract: In ASP.NET 2.0 Wizard control was one of the most innovative controls. The easy to configure template engine allows the developer to customize the control in few steps. One might think that creating a wizard control in ASP.NET MVC will be hard but in this article we... (more)
category: Web Dev | clicked: 13 | comment | | source: highoncoding.com
tags: ASP.NET MVC 1.0
6
Shouts

Creating Multiple Choice Exam Application Using ASP.NET MVC Framework

published 1246 days, 6 hours, 29 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1247 days, 7 hours, 9 minutes ago
Thursday, December 24, 2009 7:48:36 PM GMT Wednesday, December 23, 2009 7:08:55 PM GMT
Formally known as GridViewGuy Videos | Podcasts Creating Multiple Choice Exam Application Using ASP.NET MVC Framework AzamSharp Published Date: 12/23/2009 11:10:28 AM Views: 15 Abstract: Several months ago I wrote a multiple choice exam application using the WebForms framework. The idea revolved around displaying questions and choices to the user and giving them the ability to select the correct answer. Although the ide... (more)
category: Web Dev | clicked: 52 | comment | | source: highoncoding.com
tags: ASP.NET MVC 1.0
6
Shouts

Creating a Stock Widget in ASP.NET MVC Application

published 1254 days, 14 hours, 34 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1255 days, 1 hour, 34 minutes ago
Wednesday, December 16, 2009 11:43:56 AM GMT Wednesday, December 16, 2009 12:43:52 AM GMT
Formally known as GridViewGuy Videos | Podcasts Creating a Stock Widget in ASP.NET MVC Application AzamSharp Published Date: 12/15/2009 9:54:35 AM Views: 60 Abstract: Widgets have gained popularity over the years. There are many websites that allows the user to add widgets on their home page. In this article we will create a simple Stock widget for our ASP.NET application using the RenderAction method. What is Render... (more)
category: Web Dev | clicked: 0 | comment | | source: highoncoding.com
tags: ASP.NET MVC 1.0
12
Shouts

Adding Multiple Nested Data in ASP.NET MVC Application

published 1257 days, 17 hours, 33 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1261 days, 4 hours, 40 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Wednesday, December 09, 2009 9:37:50 PM GMT
Formally known as GridViewGuy Videos | Podcasts Adding Multiple Nested Data in ASP.NET MVC Application AzamSharp Published Date: 12/9/2009 8:59:17 AM Views: 52 Abstract: In one of the last articles we discussed how to populate hierarchical data using Model Binders in ASP.NET MVC Application. In this article we are dynamically add the items to the DOM tree which will result in adding new items to our C# model object. Sc... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.highoncoding.com
tags: ASP.NET MVC 1.0
9
Shouts

Understanding Partial Views in ASP.NET MVC Application

published 1267 days, 17 hours, 11 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1268 days, 5 hours, 28 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 8:50:24 PM GMT
Formally known as GridViewGuy Videos | Podcasts Understanding Partial Views in ASP.NET MVC Application AzamSharp Published Date: 12/2/2009 12:49:06 PM Views: 6 Abstract: In ASP.NET WebForms, UserControls were used to break the application into smaller pieces. Each piece represented an important part of the application. In ASP.NET MVC application you can achieve the same effect using RenderPartial and RenderAction methods.... (more)
category: Web Dev | clicked: 0 | comment | | source: www.highoncoding.com
tags: ASP.NET MVC 1.0, ASP.NET
10
Shouts

ASP.NET MVC Validation Using DataAnnotations

published 1268 days, 14 hours, 29 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1270 days, 11 hours, 7 minutes ago
Wednesday, December 02, 2009 11:48:50 AM GMT Monday, November 30, 2009 3:10:35 PM GMT
Formally known as GridViewGuy Videos | Podcasts ASP.NET MVC Validation Using DataAnnotations AzamSharp Published Date: 11/30/2009 7:13:10 AM Views: 7 Abstract: In this screencast Mohammad Azam will demonstrate how to perform validation in an ASP.NET MVC application using DataAnnotations. Did you like this article? Submit Similar Articles Implementing Validation in ASP.NET MVC Application Using IDataErrorInfo... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.highoncoding.com
tags: ASP.NET MVC 1.0