Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: highlight text in TextBox Pin
il_masacratore1-Aug-07 21:36
il_masacratore1-Aug-07 21:36 
AnswerRe: highlight text in TextBox Pin
JothiMurugeswaran1-Aug-07 21:36
JothiMurugeswaran1-Aug-07 21:36 
QuestionCreate a folder by using C# Pin
jayarajmrj1-Aug-07 20:29
jayarajmrj1-Aug-07 20:29 
AnswerRe: Create a folder by using C# Pin
Rupesh Kumar Swami1-Aug-07 20:40
Rupesh Kumar Swami1-Aug-07 20:40 
AnswerRe: Create a folder by using C# Pin
Janu_M1-Aug-07 20:40
Janu_M1-Aug-07 20:40 
AnswerRe: Create a folder by using C# Pin
Christian Graus1-Aug-07 20:47
protectorChristian Graus1-Aug-07 20:47 
AnswerRe: Create a folder by using C# Pin
Pete O'Hanlon1-Aug-07 22:42
mvePete O'Hanlon1-Aug-07 22:42 
QuestionHiw do i Update the dataset records to database Pin
chandragupta.k1-Aug-07 20:08
chandragupta.k1-Aug-07 20:08 
Hi all,
Plese some body help me out its very urgent,i am trying to update the dataset records into database but its not workinh fine ...
The code i have tried as follows for your reference

Da=new SqlDataAdapter("SELECT * FROM MailsInQueueTest",sqlcon);
SqlCommandBuilder builder = new SqlCommandBuilder(Da);
Da.FillSchema(MailDataset,SchemaType.Mapped,"t1");
Da.Fill(MailDataset,"t1");

foreach(DataRow dr in MailDataset.Tables[0].Rows)
{
if((Convert.ToInt16(dr[0]))==1)
{
dr.Delete();
//dr[3]=1;
}
}
MailDataset.AcceptChanges();
builder.GetDeleteCommand();
Da.Update(MailDataset,"t1");

Thanks in Advance
Chandra Gupta
AnswerRe: Hiw do i Update the dataset records to database Pin
dotman11-Aug-07 20:36
dotman11-Aug-07 20:36 
GeneralRe: Hiw do i Update the dataset records to database Pin
dotman11-Aug-07 20:40
dotman11-Aug-07 20:40 
AnswerRe: Hiw do i Update the dataset records to database Pin
serkanweb1-Aug-07 21:07
serkanweb1-Aug-07 21:07 
QuestionHow can i paint some part of text in richText control ? Pin
Yanshof1-Aug-07 19:54
Yanshof1-Aug-07 19:54 
AnswerSomeone can please help me with this question ... ? Pin
Yanshof1-Aug-07 23:35
Yanshof1-Aug-07 23:35 
AnswerRe: How can i paint some part of text in richText control ? Pin
Martin#1-Aug-07 23:55
Martin#1-Aug-07 23:55 
QuestionDownload the file by using C# Pin
jayarajmrj1-Aug-07 19:45
jayarajmrj1-Aug-07 19:45 
AnswerRe: Download the file by using C# Pin
Christian Graus1-Aug-07 20:23
protectorChristian Graus1-Aug-07 20:23 
AnswerRe: Download the file by using C# Pin
Vasudevan Deepak Kumar1-Aug-07 22:08
Vasudevan Deepak Kumar1-Aug-07 22:08 
AnswerRe: Download the file by using C# Pin
Pete O'Hanlon1-Aug-07 22:42
mvePete O'Hanlon1-Aug-07 22:42 
Questiondata through multi forms Pin
crash8931-Aug-07 19:27
crash8931-Aug-07 19:27 
AnswerRe: data through multi forms Pin
Christian Graus1-Aug-07 19:30
protectorChristian Graus1-Aug-07 19:30 
GeneralRe: data through multi forms Pin
crash8932-Aug-07 5:06
crash8932-Aug-07 5:06 
QuestionHow do I get the com port working on .net 1.0 Pin
mercenary011-Aug-07 18:28
mercenary011-Aug-07 18:28 
AnswerRe: How do I get the com port working on .net 1.0 Pin
Vega021-Aug-07 19:32
Vega021-Aug-07 19:32 
Questionwhere can i find Microsoft Excel 11.0 Object Library in Visual C# 2005 Express Edition Pin
Amjath Rahman1-Aug-07 18:03
Amjath Rahman1-Aug-07 18:03 
AnswerRe: where can i find Microsoft Excel 11.0 Object Library in Visual C# 2005 Express Edition Pin
Christian Graus1-Aug-07 18:15
protectorChristian Graus1-Aug-07 18:15 

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.