Josh

1,158
reputation
108 views

Registered User

name Josh
member for 9 months
seen 3 hours ago
website
location Little Rock
age 30
Dec
6
awarded  Mortarboard
Oct
26
accepted Best way to deserialize a long string (response of an external web service)
Oct
26
revised Best way to deserialize a long string (response of an external web service)
Added a less complex solution!
Oct
26
answered Best way to deserialize a long string (response of an external web service)
Oct
24
accepted Delete Record from GridView AND File from server in one click
Oct
24
answered Getting dynamically generated HTML controls when using UpdatePanel
Oct
24
answered Delete Record from GridView AND File from server in one click
Oct
23
comment How can I get a directory from a Uri
Erm....haha silly testing ground statements! Dump() is an internal method for LINQPad which is where I usually test things before posting them!
Oct
23
revised How can I get a directory from a Uri
revision
Oct
23
comment How can I get a directory from a Uri
I had something very similar, but I like this much, better since it has one less function call!
Oct
23
revised How can I get a directory from a Uri
added code block
Oct
23
answered How can I get a directory from a Uri
Oct
22
answered How to have an image top left and bottom right.
Aug
12
comment SQL Update Multiple Fields FROM via a SELECT Statement
I'm not sure given the original example there is a one to one (or many) relationship between BookingDetails and Shipment for bd.MyID to s.MyID2. Example given has (admittingly I'm assuming) two different paramters for ids, so I'm assuming the potential for them to be differnet. I agree though that if an eplicit join exists it should be used!
Aug
12
revised SQL Update Multiple Fields FROM via a SELECT Statement
Adding follow up text & clarification
Aug
12
comment SQL Update Multiple Fields FROM via a SELECT Statement
Well there was a question about why is specify Shipment in the FROM clause instead of near after update. marc_s answer above and this actually have the exact same execution plan in MSSQL
Aug
12
comment SQL Update Multiple Fields FROM via a SELECT Statement
Same difference. It's cleaner to me. I'm not double selecting. I'm getting only the results from s as the come from the FROM clause.
Aug
12
answered SQL Update Multiple Fields FROM via a SELECT Statement