Click here to Skip to main content
15,888,590 members
Home / Discussions / C#
   

C#

 
GeneralRe: storing images to a dll on runtime Pin
Giorgi Dalakishvili9-Sep-07 8:10
mentorGiorgi Dalakishvili9-Sep-07 8:10 
GeneralRe: storing images to a dll on runtime Pin
Amar Chaudhary9-Sep-07 9:26
Amar Chaudhary9-Sep-07 9:26 
QuestionLoading Xml Grammar in Voice Recognition using .net 3.0 Pin
Ashraf zia9-Sep-07 6:38
Ashraf zia9-Sep-07 6:38 
QuestionDataSet Pin
Assaf829-Sep-07 6:11
Assaf829-Sep-07 6:11 
AnswerRe: DataSet Pin
Christian Graus9-Sep-07 6:32
protectorChristian Graus9-Sep-07 6:32 
GeneralRe: DataSet Pin
Assaf829-Sep-07 8:17
Assaf829-Sep-07 8:17 
AnswerRe: DataSet Pin
Giorgi Dalakishvili9-Sep-07 8:08
mentorGiorgi Dalakishvili9-Sep-07 8:08 
QuestionRe: DataSet Pin
Assaf829-Sep-07 8:40
Assaf829-Sep-07 8:40 
well i remove the table from the dataset but the datagridview didn't show the new data
my code is:

ds.Tables.Remove("CreditCardInfo");
adap.SelectCommand = cmd;
adap.Fill(ds, "CreditCardInfo");
dtgCreditInfo.DataSource = ds;
dtgCreditInfo.DataMember = "CreditCardInfo";
dtgCreditInfo.Refresh();

thanks in advance

Assaf

Questionremote access Pin
mkaraoglan9-Sep-07 4:18
mkaraoglan9-Sep-07 4:18 
AnswerRe: remote access Pin
Ermak869-Sep-07 4:34
Ermak869-Sep-07 4:34 
QuestionDataGidView Pin
Assaf829-Sep-07 4:16
Assaf829-Sep-07 4:16 
QuestionCompare listview item Pin
andredani9-Sep-07 3:22
andredani9-Sep-07 3:22 
AnswerRe: Compare listview item Pin
Mark F.9-Sep-07 11:18
Mark F.9-Sep-07 11:18 
GeneralRe: Compare listview item Pin
andredani10-Sep-07 0:37
andredani10-Sep-07 0:37 
GeneralRe: Compare listview item Pin
Mark F.10-Sep-07 3:40
Mark F.10-Sep-07 3:40 
GeneralRe: Compare listview item Pin
andredani10-Sep-07 4:17
andredani10-Sep-07 4:17 
QuestionProblem with LDF files ( database log file ) Pin
Developer6119-Sep-07 2:20
Developer6119-Sep-07 2:20 
QuestionHow to display # using / and % Pin
programming1019-Sep-07 2:16
programming1019-Sep-07 2:16 
AnswerRe: How to display # using / and % Pin
Christian Graus9-Sep-07 2:33
protectorChristian Graus9-Sep-07 2:33 
AnswerRe: How to display # using / and % [modified] Pin
Julian Nicholls9-Sep-07 2:48
Julian Nicholls9-Sep-07 2:48 
QuestionCreating textboxes Pin
garga19-Sep-07 0:40
garga19-Sep-07 0:40 
AnswerRe: Creating textboxes Pin
Giorgi Dalakishvili9-Sep-07 1:07
mentorGiorgi Dalakishvili9-Sep-07 1:07 
Questiondrag and drop in datagridview??????? Pin
San@Coding9-Sep-07 0:14
San@Coding9-Sep-07 0:14 
Questionhow can send a Unicode message with "at command" and gsm ? Pin
B.A8-Sep-07 21:42
B.A8-Sep-07 21:42 
AnswerRe: how can send a Unicode message with "at command" and gsm ? Pin
Giorgi Dalakishvili8-Sep-07 23:34
mentorGiorgi Dalakishvili8-Sep-07 23:34 

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.