DotNetShoutout - Stories tagged with WebForms
6
Shouts

Seriously WebForms like ASP.NET MVC

published 743 days, 17 hours, 6 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 744 days, 13 hours, 18 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Tuesday, May 10, 2011 4:55:07 AM GMT
I used my little WebFormContrib library again today. Some days I love revisiting old code because you realize how ignorant of some practices you were in the past. Hopefully none of you download it and say…geez this guy is Mr. Ignoramus. If you do, keep it to yourself. Kidding, please comment and inform the ignorant (me). Anyhow, it’s been about 6 months since I’ve had to use WebForms, but today I had to and it wasn’t bad. I was able to tie my view into my pages and controls and used AutoMapper to map ba... (more)
category: Web Dev | clicked: 7 | comment | | source: derans.blogspot.com
tags: WebForms, webformcontrib, ASP.NET
4
Shouts

WebFormContrib – Sample Part 3

published 898 days, 1 hour, 8 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 898 days, 11 hours, 29 minutes ago
Tuesday, December 07, 2010 5:04:41 PM GMT Tuesday, December 07, 2010 6:43:40 AM GMT
This sample on the WebFormContrib mini-framework is on how to do a form post. If you’d like a particular sample on how to do something or if I’m missing something, please leave a comment. (more)
category: Web Dev | clicked: 3 | comment | | source: derans.blogspot.com
tags: WebForms, webformcontrib, ASP.NET
8
Shouts

Choosing between ASP.NET–WebForms, MVC, WebMatrix – Choice is a GOOD thing. - Joe Stagner

published 950 days, 3 hours, 59 minutes ago posted by iftekharahmedamitiftekharahmedamit 951 days, 19 hours, 40 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Thursday, October 14, 2010 10:32:23 PM GMT
Yesterday Microsoft announced new (beta) releases of  a number of forthcoming web development technologies. [ Read HERE ] A member of one of the mailing lists I’m on was very upset! He complained that TWO choices were two many (WebForms and MVC) and adding a THIRD (WebMatrix) was simply ridiculous.  I know he was serious because he said “seriously” many times.   ScottGu posted an interesting opinion [ About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular)  ] on his blog s... (more)
category: Web Dev | clicked: 5 | comment | | source: msjoe.com
tags: ASP.NET MVC, WebForms, ASPNETMVC, WebMatrix, MVC, ASP.NET
2
Shouts

Heartysoft.com | Selecting ListView Items with CheckBoxes

posted by ashicashic 980 days, 23 hours, 49 minutes ago
Wednesday, September 15, 2010 6:23:54 PM GMT
Often we need to enable users to select multiple items from a ListView control and do a batch operation on them. While the ListView control does enable selection, it only supports selecting one row (item) at a time. This article shows a nice, easy and reusable way to enable multiple selection with checkboxes.The Project I've created a very simple "Empty ASP.NET WebForms Application" and added a standard Default.aspx page. I've created an App_Data folder and added a database called PeopleDB.mdf into it. ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.heartysoft.com
tags: WebForms, listview, ASP.NET
3
Shouts

MSDN Magazine: Cutting Edge - Better Web Forms with the MVP Pattern

published 992 days, 20 hours, 41 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 994 days, 9 hours, 58 minutes ago
Friday, September 03, 2010 9:31:22 PM GMT Thursday, September 02, 2010 8:14:44 AM GMT
The Model-View-Presenter (MVP) pattern is an evolution of MVC. We take a look at implementing MVP for ASP.NET Web Forms and compare it to ASP.NET MVC and MVVM for Windows Presentation Foundation (WPF) and Silverlight. (more)
category: Web Dev | clicked: 12 | comment | | source: msdn.microsoft.com
tags: WebForms, ASPNET, WebFormsMVP, MSDN, MSDN Magazine, MVP
11
Shouts

New Videos and Tutorials for this Week - Joe Stagner

published 1030 days, 5 hours, 7 minutes ago posted by jantujantu 1033 days, 5 hours, 43 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Sunday, July 25, 2010 12:29:46 PM GMT
I have this GREAT Site Manager that manages the release mechanics of my content on the ASP.NET web site (THNAKS TERRI !) Here is a list of content that went live this week: Videos · ASP.NET MVC For the Rest of Us: Part 4 (Monday, July 19) · Tailspin Spyworks - Adding User Product Reviews (Wednesday, July 21) · Tailspin Spyworks - Displaying User Reviews (Wednesday, July 21)   Tutorials (Tailspin Spyworks) – Wednesday, July 21 · Part 1: File-> New Project · Part 2: Data Access Layer · Part 3: L... (more)
category: Metro | clicked: 4 | comment | | source: misfitgeek.com
tags: WebForms, Training, How-Do-I, Video, Free, MVC, ASP.NET
6
Shouts

WebForms refactoring: Eliminating redundant evenhandlers using a dictionary to map controls

posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1045 days, 22 hours, 17 minutes ago
Monday, July 12, 2010 7:55:28 PM GMT
Last week I came across a problem which seemed trivial at first sight, but turned out to be a pretty fun refactoring challenge.. (more)
category: Web Dev | clicked: 1 | comment | | source: jclaes.blogspot.com
tags: WebForms, Refactoring, ASP.NET
5
Shouts

Using MVCContrib glue to bring Visual Basic WebForms and C# MVC together

published 1049 days, 4 hours, 28 minutes ago posted by Matt_TCFMatt_TCF 1049 days, 12 hours, 53 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 5:20:01 AM GMT
I’ve found myself in the less-than-desirable situation of having to work with WebForms again. After working almost exclusively with ASP.NET MVC for the better part of three years, the inadequacies of WebForms seem even more prominent. While running MVC and WebForms in the same applications is easy enough, we’re facing an added complication: our WebForms application was written in Visual Basic. While you can’t mix-and-match C# MVC and VB WebForms within the same application directly, you can leverage M... (more)
category: Web Dev | clicked: 3 | comment | | source: trycatchfail.com
tags: ASP.NET MVC, WebForms, MVCContrib, Visual Basic
6
Shouts

First 3 Videos – Building Tailspin Spyworks - Joe Stagner

published 1105 days, 16 hours, 38 minutes ago posted by jantujantu 1106 days, 1 hour, 8 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 5:05:17 PM GMT
I’ve published the first three videos on a follow-a-long series on building the Tailspin  Spyworks demo application.More Every Week !http://www.asp.net/web-forms/samples/tailspin-spyworks Technorati Tags: ASP.NET,WebForms,Video,Training (more)
category: Web Dev | clicked: 14 | comment | | source: misfitgeek.com
tags: blog, WebForms, ASP.NET
6
Shouts

Character Count with jQuery and ASP.NET Web Forms

published 1113 days, 7 hours, 45 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1114 days, 11 hours, 24 minutes ago
Thursday, May 06, 2010 10:27:30 AM GMT Wednesday, May 05, 2010 6:49:01 AM GMT
I recently needed to add a character count on several textareas on a Web app and decided to use a jQuery plugin. I know what you’re thinking, “I can’t believe Deran would use a jQuery plugin…I thought he hated jQuery”…or maybe you thought, “Of course you’re going to use a plugin…you always use a plugin”. Either way, I thought I’d share what I ended up doing. (more)
category: Web Dev | clicked: 1 | comment | | source: derans.blogspot.com
tags: WebForms, jQuery
6
Shouts

Introducing - TailspinSpyworks - WebForms Sample Application - Joe Stagner

published 1116 days, 6 hours, 56 minutes ago posted by jantujantu 1119 days, 2 hours ago
Monday, May 03, 2010 11:17:12 AM GMT Friday, April 30, 2010 4:13:07 PM GMT
iBuySpy was a very popular sample application, but a lot has changed in Web Forms development since then. ScottGu suggested that I rewrite the old iBuySpy application – so I did.It’s ASP.NET 4 with CSS based layout, data access via Entity Framework, etc.The www.asp.net landing page is here http://www.asp.net/web-forms/samples/tailspin-spyworks/ I’ll be adding features over time and doing videos to explain some of the cool stuff.You can download the code from CodePlex at http://tailspinspyworks.co... (more)
category: How To | clicked: 1 | 1 comment | | source: misfitgeek.com
tags: WebForms, Microsoft, Open Source, ASP.NET
5
Shouts

Invoking Javascript From a WebBrowser Control - Gil Fink on .Net

published 1154 days, 5 hours, 39 minutes ago posted by gilfgilf 1155 days, 5 hours, 23 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Thursday, March 25, 2010 12:49:23 PM GMT
Today I got a request to use a WebForms application inside a WinForms application. One problem that we needed to solve was how to make an interaction between the WinForm and the WebForm it uses. The post will show the solution. (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: WebForms, JavaScript, WinForms
7
Shouts

HerdingCode - Episode 75: Barry Dorrans on Developer Security

published 1172 days, 5 hours, 44 minutes ago posted by mithumithu 1174 days, 22 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 5:50:39 PM GMT
This week on Herding Code, Barry Dorrans educates, entertains, insults and scares us with his expert commentary on application security, threat modeling, analysis tools and common attacks. You’ve been waiting for this show. I just know it. Listen in as Barry talks security, pimps his new book, and comments on his new position at Microsoft, book burnings, guns, money, proper pronunciation and Jon’s bald head. Scott K shares that public facing applications and services seem to get the least attention ... (more)
category: Podcast | clicked: 1 | 2 comments | | source: herdingcode.com
tags: RIA, Silverlight, WebForms, Security, .NET Framework, OAuth, cat.net, OpenID, Flash, SQL, XSS, WPL, FxCop, HerdingCode, WRAP, MVC 2, SDL, Cardspace, MVC, OWASP, ASP.NET
5
Shouts

Discover which Control Raised a PostBack - Gil Fink on .Net

posted by gilfgilf 1179 days, 10 hours, 48 minutes ago
Monday, March 01, 2010 7:25:03 AM GMT
Yesterday I needed a solution for an annoying problem. I have some buttons on a ASP.NET web form and I need to know which button raised the postback not in the event itself but in the page load event. This post will show a way to solve this conundrum. (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: WebForms, ASP.NET
5
Shouts

HanselMinutes - Show #202 - A different way to do ASP.NET WebForms with WebFormsMVP

posted by mithumithu 1187 days, 4 hours, 9 minutes ago
Sunday, February 21, 2010 2:03:54 PM GMT
Scott sits down with Tatham Oddie to talk about the WebFormsMVP open source project created by he and Damian Edwards. What does it add? Can we have the best of both worlds, convenience and testability? (more)
category: Podcast | clicked: 5 | comment | | source: www.hanselminutes.com
tags: WebForms, WebFormsMVP, ASP .NET, HanselMinutes, MVC
7
Shouts

JEF CLAES ON .NET AND LIFE: Webforms lessons learned the hard way (Part 2)

published 1192 days, 6 hours, 54 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1192 days, 22 hours, 56 minutes ago
Tuesday, February 16, 2010 11:18:33 AM GMT Monday, February 15, 2010 7:16:31 PM GMT
If you missed part 1, you can find it here. Use the built-in goodies ASP.NET Webforms has a lot of good stuff built into it. Do your homework before you start building the next big Webforms thing! A perfect example of this is ASP.NET Membership. ASP.NET provides an out-of-box membership solution. I've seen people who were to lazy to do some research or thought they could do better and ended up with a solution which put its doors wide open to people with bad intentions. When a feature doesn't exa... (more)
category: Web Dev | clicked: 0 | comment | | source: jclaes.blogspot.com
tags: WebForms, Best Practices
8
Shouts

Debugging ASP.NET generated code - David Ebbo

published 1200 days, 4 hours, 33 minutes ago posted by mithumithu 1202 days, 15 hours, 48 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:25:11 AM GMT
This post applies to any ASP.NET app that uses .aspx files, whether WebForms or MVC. When you write an aspx/ascx/master file (I’ll just say aspx for here on, but it applies to all), it gets compiled dynamically by the ASP.NET runtime.  Note that this is true whether you use a Web Site or a Web Application Project (WAP).  While in a WAP, most of the code is built by Visual Studio, the aspx pages themselves... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: WebForms, David Ebbo, ascx, ASP .NET, WAP, aspx, MVC, ASP.NET
3
Shouts

ASP.NET WebForms Best Practices

posted by nightmannightman 1256 days, 18 hours, 3 minutes ago
Monday, December 14, 2009 12:09:35 AM GMT
A collection of useful ASP.NET best practices. (more)
category: Web Dev | clicked: 8 | comment | | source: jsprunger.com
tags: WebForms, ASP .NET AJAX, Best Practices, ASP.NET
10
Shouts

The problem that ViewStateMode solves

published 1255 days, 6 hours, 31 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1257 days, 2 hours, 11 minutes ago
Tuesday, December 15, 2009 11:41:59 AM GMT Sunday, December 13, 2009 4:01:45 PM GMT
A new feature of ASP.NET 4.0 is the ViewStateMode property on a Control. You can use the ViewStateMode property to enable view state for an individual control even if view state is disabled for the page. Source:Msdn In this post I'll try to give this new feature a chance to shine and show it's use. Problem to solve: Disable ViewState on the Page and enable it on an individual Control. Let's try to solve this without the ViewStateMode property. Simply disable the ViewState on the page and e... (more)
category: Web Dev | clicked: 0 | comment | | source: jclaes.blogspot.com
tags: WebForms, ViewState, ASP.NET