Any eventlog indications?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
Google says: clickety[^] OR clickety[^] OR clickety[^] + About 70,000 other hits.
A treat for all down voters...[^] "you can't forget something you never knew..." M. Du Toit
Gee, if your question made sense, that would help. Purging from where ? Why not just write your SQL, if it's a database, to return only for this month ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Ah, you cross posted. Please don't do that
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Adeel Chaudhry wrote:
it sounds like homework!!
Yes, it does. School must be back in session...
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
I'm getting an array with the valid data... there are 2 rows in the dataset... m getting this exception whem I'm binding the datagrid with the arraylist...
Christian Graus wrote:
people are not likely to work it out from the MD5. MD5 is not all that secure, nowadays
I agree, and I don't even bother treaching MD5 in my class. I stick to SHA-256 or better.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
Try:
SELECT TOP (5) FragmentId, FragmentTitle
FROM Fragments
WHERE (ParentFragmentId IS NULL)
ORDER BY CreatedOn DESC
Upcoming FREE developer events: * Developer Day Scotland My website | blog
You can add a column to your datatable with autoincrement property set to true.This would give you serial number.I haven't tested it but it might work.
Until you realize this message has nothing to say, its too late to stop reading
in body tag add the onbeforeunload function funciton abc() { if(confirm('navigate to logout')) { location.href('logout.aspx'); return false; } } Hope this will help u. -- modified at 3:52 Thursday 15th November, 2007
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
bugging my life... wrote:
sum short n easy way of deploying a web application in asp .net 2.0
Copy files to server including ASPX and ASPX.CS or ASPX.VB
My Website | Ask smart questions
You can put text on top of an image. What are you doing right now ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )