:rose:
sujit0761
Posts
-
My father passed away today -
Dennis Ritchie: The Shoulders Steve Jobs Stood On“We’re all standing on Dennis’ shoulders.” Seems quite true....
-
Why we call them bugs???Any error made in an application is refferd to as bug.Why? Why not something else... Ok.Lets suggest new names for BUGS!!!!! ;P
-
Google Charts in ASP.NET article not foundI cleared my cookies and it worked for me. Thanks
-
Google Charts in ASP.NET article not foundSorry, but the link you sent me is throwing the same error to me. Cant upload the screen shots to other site.. Any other option where i can show you the screen shot.
-
Google Charts in ASP.NET article not foundIts Web22 Its changing evertime.. It became Web03 ..now its Web04
-
Google Charts in ASP.NET article not foundHi, i still cant reach this article.When i click on that article i get the following error message. "Unfortunately the page you requested was not found." If you can tell me how to attach a file here.I'll send you the screen shot of error screen
-
Google Charts in ASP.NET article not foundNot able to reach the Google Charts in ASP.NET article.Its the very first article getting displayed in the home page. Please look into it. Please let me know if any updates are required from my side.
-
I'm bored.Guys weekend is here... nothing to do.. nowhere to go.. dont know what to do...Guys help!!!!!!!!! ;P
-
Compare 3columns from a row with data Null valueTry the below query Select * from Table1 Where (ISNULL(A1,0)=ISNULL(B1,0) and ISNULL(B1,0)=ISNULL(C1,0)) And (ISNULL(A2,0)=ISNULL(B2,0) and ISNULL(B2,0)=ISNULL(C2,0)) And (ISNULL(A3,0)=ISNULL(B3,0) and ISNULL(B3,0)=ISNULL(C3,0)) Use isnull with all the column fields. If the value is null it will take it as zero else it will take the coressponding values. I hope this will help you out!!!!