C# On Asp.Net Dropdown list

by emptyiness12z.blogspot.com, June 10, 2009 14:07

It's webforms.

Avatar Talk
1
2
3
4
<select id="<%Response.Write(QuantityId); %>" onmousewheel="return(false);" name="<%Response.Write(QuantityId); %>"
	onchange="javascript:<%Response.Write(ChangeHandler); %>">
	<%
...

C# Asp.Net Dropdown list

by emptyiness12z.blogspot.com, June 08, 2009 19:06, 3 refactorings, tagged with asp.net

I know there's a better way...

Avatar Talk

C# On Square Class

by emptyiness12z.blogspot.com, May 28, 2009 13:40

It's part of a Nurikabe sol...

Avatar Talk
1
2
3
4
using System;
using System.Collections.Generic;
using System.Text;
...

C# Square Class

by emptyiness12z.blogspot.com, May 24, 2009 09:48, 2 refactorings, tagged with C#

A messy class that has grow...

Avatar Talk