Abe Miessler

Sacramento, CA

abemiester.com

Age: 30

Software Engineer specializing in .NET and SQL Server.

1d
awarded Notable Question
1d
comment SQL Server 2008 r2 CASE Expression not evaluating correctly
This SQL looks scarier than it needs to be. Are you sure you need all those sub queries?
1d
comment How to flatten specific group in linq and select all elements, and only first from other groups
Please post what you have tried.
1d
comment Setting up jQuery
@BenjaminGruenbaum, your question is fine, this is something that could easily be overlooked.
1d
comment Setting up jQuery
I guess he isn't as smart as you @dystroy.
1d
answered C#: trying to add padding to an int in a foreach loop throwing error
1d
revised sql query to update multiple row ( loop )
deleted 4 characters in body
1d
awarded Popular Question
2d
comment MySQL, get a sum from column after grouped by another column
Lol, thank you!
2d
comment MySQL, get a sum from column after grouped by another column
Glad I could help!
2d
answered MySQL, get a sum from column after grouped by another column
2d
comment MySQL, get a sum from column after grouped by another column
For the sample data you have given, what would be the desired output?
2d
comment inserting generated html into a div container
Have you inspected the page using something like firebug to see if there is something in there that just isn't renderable? You appear to be inserting trs without a parent table so that could be the problem...
2d
revised Update Set From (T-SQL)
added 6 characters in body
2d
comment Accessing Table in ListView ASP.NET
in what context did you use lvSample.FindControl? Was it inside of a particular event?
2d
comment A simple UPDATE SQL (novice)
-1 Show us your sql and table structures. When posting a question, please provide all the information YOU would want to solve the problem for someone else...
2d
comment Email SQL query results
Well there is no official way, but whatever makes it more readable. I went ahead and formatted your SQL to give you an idea...
2d
awarded Popular Question
May
21
comment Using Regex in C#
Pretending that you aren't trying to parse HTML using regex will not help you. Quote from the link I provided, Regular expressions are a tool that is insufficiently sophisticated to understand the constructs employed by HTML. There are just better ways to do what you want.
May
21
answered Using Regex in C#
1 2 3 4 5