1,480 reputation
31323
bio website none
location United States
age 31
visits member for 4 years, 7 months
seen May 15 at 17:45
stats profile views 178

Web Developer, .Net, C#, SQL


May
10
awarded  Revival
Apr
16
comment Get the name of an enum in jQuery
Is there a way to set an option to selected in the template?
Apr
16
comment Get the name of an enum in jQuery
Thank you! I've searched all over SO but didn't come across it. Solved using <option value="${$value}">${$index}</option
Apr
16
asked Get the name of an enum in jQuery
Apr
8
comment Getting IE8 compatibility with EaselJS and ExplorerCanvas
I haven't tested it out thoroughly, so I can't say if it's stable or not. I couldn't find any other alternative though.
Mar
20
answered Object reference not set to an instance of an object - Black Jack Game
Mar
13
comment error while trying to retrieve record from database through wcf
It looks like your Service obj is null.
Mar
13
revised MySql: LEFT JOIN, ORDER and LIMIT managing them all
Misread question
Mar
13
answered MySql: LEFT JOIN, ORDER and LIMIT managing them all
Mar
12
comment Unity3D: How to show GUI.box if condition is true?
Did you figure this out?
Mar
6
answered Error when i try to install C# Windows Service
Mar
5
comment Unity3D: How to show GUI.box if condition is true?
When you call selectTarget() in your Targetting script, is it highlighting the enemy?
Feb
28
comment Unity3D: How to show GUI.box if condition is true?
Then there are issues in other scripts. Can you post your PlayerAttack and EnemyHealth scripts?
Feb
27
comment Unity3D: How to show GUI.box if condition is true?
Take the PlayerAttack script off the Enemy, just leave it on the Player. If target still shows up as null, then it has to be that the Player's PlayerAttack.Target is null. At that point, click and drag the Enemy GameObject and drop it into the Player's PlayerAttack.Target property. When you run it this time, it should not be null.
Feb
27
answered How to query a query result?
Feb
27
comment How to query a query result?
Do you want to Order By SerialNo or Order By SellingQty AFTER your Order By totalOrder? Or do you just want to be able to switch the Order By parameter?
Feb
27
comment Unity3D: How to show GUI.box if condition is true?
I updated my answer
Feb
26
revised Unity3D: How to show GUI.box if condition is true?
added 235 characters in body
Feb
26
answered Unity3D: How to show GUI.box if condition is true?
Dec
30
awarded  Good Question