Click here to Skip to main content
15,916,280 members
Home / Discussions / C#
   

C#

 
GeneralRe: radiobutton list enable one of the items Pin
Mustafa Ismail Mustafa21-Jan-08 3:36
Mustafa Ismail Mustafa21-Jan-08 3:36 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 3:48
eyeseetee21-Jan-08 3:48 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 3:56
eyeseetee21-Jan-08 3:56 
GeneralRe: radiobutton list enable one of the items Pin
Mustafa Ismail Mustafa21-Jan-08 3:59
Mustafa Ismail Mustafa21-Jan-08 3:59 
GeneralRe: radiobutton list enable one of the items Pin
eyeseetee21-Jan-08 4:05
eyeseetee21-Jan-08 4:05 
GeneralRe: radiobutton list enable one of the items Pin
Skippums21-Jan-08 7:04
Skippums21-Jan-08 7:04 
QuestionHow to overwrite datas in the storage?? Pin
peaceziz21-Jan-08 3:27
peaceziz21-Jan-08 3:27 
AnswerRe: How to overwrite datas in the storage?? Pin
Mustafa Ismail Mustafa21-Jan-08 3:33
Mustafa Ismail Mustafa21-Jan-08 3:33 
peaceziz wrote:
i need to overwrite datas by replacing the old datas first


This automatically implies that you need some sort of mechanism that would maintain file creation order. My suggestion is that you ought to have a data table stored on a local database (SqlExpress is MORE than adequate) where you can retrieve the file names/paths in order and delete as necessary.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

"There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib

"Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

Questionhow to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
mavii21-Jan-08 2:32
mavii21-Jan-08 2:32 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 2:34
J4amieC21-Jan-08 2:34 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 2:46
Colin Angus Mackay21-Jan-08 2:46 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 3:15
J4amieC21-Jan-08 3:15 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 3:20
Colin Angus Mackay21-Jan-08 3:20 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
mavii21-Jan-08 5:49
mavii21-Jan-08 5:49 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
J4amieC21-Jan-08 6:09
J4amieC21-Jan-08 6:09 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 2:39
half-life21-Jan-08 2:39 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 2:48
Colin Angus Mackay21-Jan-08 2:48 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 7:24
half-life21-Jan-08 7:24 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 7:35
Colin Angus Mackay21-Jan-08 7:35 
GeneralRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
half-life21-Jan-08 7:37
half-life21-Jan-08 7:37 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Pete O'Hanlon21-Jan-08 2:41
mvePete O'Hanlon21-Jan-08 2:41 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Vasudevan Deepak Kumar21-Jan-08 3:15
Vasudevan Deepak Kumar21-Jan-08 3:15 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Colin Angus Mackay21-Jan-08 3:15
Colin Angus Mackay21-Jan-08 3:15 
AnswerRe: how to use the keyword 'LIKE' in SQL query in C# code, what will be the sentax of C# statement Pin
Le centriste21-Jan-08 8:51
Le centriste21-Jan-08 8:51 
QuestionWhich event is occuring in DataGridView in edit mode when user pressed 'Enter'? Pin
Dragan Matic21-Jan-08 1:57
Dragan Matic21-Jan-08 1:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.