Click here to Skip to main content
15,922,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Browse DataReader results in DataGridView Pin
AndrusM18-Aug-08 1:14
AndrusM18-Aug-08 1:14 
QuestionHttpWebRequest Pin
Aleemulhaq17-Aug-08 23:14
Aleemulhaq17-Aug-08 23:14 
GeneralRe: HttpWebRequest Pin
Pete O'Hanlon17-Aug-08 23:28
mvePete O'Hanlon17-Aug-08 23:28 
QuestionImpersonation with IPCChannel Pin
alex120517-Aug-08 22:53
alex120517-Aug-08 22:53 
AnswerRe: Impersonation with IPCChannel Pin
leppie18-Aug-08 2:08
leppie18-Aug-08 2:08 
GeneralRe: Impersonation with IPCChannel Pin
alex120518-Aug-08 15:52
alex120518-Aug-08 15:52 
QuestionHow to solve the Guid.NewGuid() problem Pin
Exelioindia17-Aug-08 22:49
Exelioindia17-Aug-08 22:49 
AnswerRe: How to solve the Guid.NewGuid() problem Pin
N a v a n e e t h17-Aug-08 23:08
N a v a n e e t h17-Aug-08 23:08 
Exelioindia wrote:
Guid.NewGuid(),


It generates a unique GUID.

Exelioindia wrote:
Now I have to develop a service to delete the images older than 15 days. My problem is i am retrieving the filename from database, but that file name is not equal to the file name in folder.


Then you can check the file's creation date and if it is more than 15 days, delete it.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: How to solve the Guid.NewGuid() problem Pin
Exelioindia17-Aug-08 23:10
Exelioindia17-Aug-08 23:10 
AnswerRe: How to solve the Guid.NewGuid() problem Pin
Pete O'Hanlon17-Aug-08 23:26
mvePete O'Hanlon17-Aug-08 23:26 
Questionpublished folder does not contain any files Pin
dsaikrishna17-Aug-08 22:48
dsaikrishna17-Aug-08 22:48 
AnswerRe: published folder does not contain any files Pin
AhsanS17-Aug-08 23:24
AhsanS17-Aug-08 23:24 
QuestionWhat happend Pin
Pedram Behroozi17-Aug-08 22:10
Pedram Behroozi17-Aug-08 22:10 
AnswerRe: What happend Pin
CPallini17-Aug-08 22:36
mveCPallini17-Aug-08 22:36 
GeneralRe: What happend Pin
Pedram Behroozi18-Aug-08 6:37
Pedram Behroozi18-Aug-08 6:37 
Questionadding a checkbox to a datagridview Pin
laziale17-Aug-08 21:17
laziale17-Aug-08 21:17 
AnswerRe: adding a checkbox to a datagridview Pin
dan!sh 17-Aug-08 22:19
professional dan!sh 17-Aug-08 22:19 
AnswerRe: adding a checkbox to a datagridview Pin
Mogaambo17-Aug-08 22:20
Mogaambo17-Aug-08 22:20 
GeneralRe: adding a checkbox to a datagridview Pin
laziale17-Aug-08 22:27
laziale17-Aug-08 22:27 
GeneralRe: adding a checkbox to a datagridview Pin
Mogaambo17-Aug-08 22:34
Mogaambo17-Aug-08 22:34 
GeneralRe: adding a checkbox to a datagridview Pin
laziale17-Aug-08 22:39
laziale17-Aug-08 22:39 
QuestionString placeholder and html causing it to encode Pin
reverland17-Aug-08 20:56
reverland17-Aug-08 20:56 
AnswerRe: String placeholder and html causing it to encode Pin
Guffa17-Aug-08 21:00
Guffa17-Aug-08 21:00 
GeneralRe: String placeholder and html causing it to encode Pin
reverland18-Aug-08 6:17
reverland18-Aug-08 6:17 
GeneralRe: String placeholder and html causing it to encode Pin
Guffa18-Aug-08 6:50
Guffa18-Aug-08 6:50 

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.