Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralWeb service requests Pin
WayneScott3-Aug-05 22:24
WayneScott3-Aug-05 22:24 
GeneralHard Disk Pin
ahmad hosny3-Aug-05 21:49
ahmad hosny3-Aug-05 21:49 
GeneralRe: Hard Disk Pin
Mohamad Al Husseiny3-Aug-05 22:09
Mohamad Al Husseiny3-Aug-05 22:09 
Generalpopulating combobox Pin
deep73-Aug-05 21:04
deep73-Aug-05 21:04 
GeneralRe: populating combobox Pin
Mohamad Al Husseiny3-Aug-05 21:19
Mohamad Al Husseiny3-Aug-05 21:19 
GeneralRe: populating combobox Pin
deep73-Aug-05 21:34
deep73-Aug-05 21:34 
GeneralRe: populating combobox Pin
Mohamad Al Husseiny3-Aug-05 21:40
Mohamad Al Husseiny3-Aug-05 21:40 
GeneralRe: populating combobox Pin
deep73-Aug-05 22:53
deep73-Aug-05 22:53 
thanx...silly me dinn think of concating...
but my problem ain't solved yet.
when i select one of the names, and then i fill in other columns other details, and click on 'save' button, only the name should be saved and not the description...

in save button click,
for each row,
for (int i = 0; i < dataTable.Rows.Count ;i++)
{
testData.name = Convert.ToString(dataGrid1[i ,2]).Trim();
//other details from the datagrid
//then i call a function to add the details from the datagrid in the database
addDetails(testData);
}
thanx for helpingSmile | :)
GeneralRe: populating combobox Pin
Mohamad Al Husseiny3-Aug-05 23:20
Mohamad Al Husseiny3-Aug-05 23:20 
GeneralRe: populating combobox Pin
deep74-Aug-05 0:20
deep74-Aug-05 0:20 
QuestionHow to create a &quot;Send To&quot; menu class using C# ? Pin
lin11613-Aug-05 19:28
lin11613-Aug-05 19:28 
AnswerRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
Christian Graus3-Aug-05 19:38
protectorChristian Graus3-Aug-05 19:38 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
lin11613-Aug-05 20:56
lin11613-Aug-05 20:56 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
mav.northwind4-Aug-05 5:36
mav.northwind4-Aug-05 5:36 
AnswerRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
Mohamad Al Husseiny3-Aug-05 19:42
Mohamad Al Husseiny3-Aug-05 19:42 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
Christian Graus3-Aug-05 19:47
protectorChristian Graus3-Aug-05 19:47 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
Mohamad Al Husseiny3-Aug-05 19:55
Mohamad Al Husseiny3-Aug-05 19:55 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
lin11613-Aug-05 19:53
lin11613-Aug-05 19:53 
AnswerRe: How to create a "Send To" menu class using C# ? Pin
lin11613-Aug-05 21:35
lin11613-Aug-05 21:35 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
Christian Graus4-Aug-05 17:13
protectorChristian Graus4-Aug-05 17:13 
AnswerRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
lin11614-Aug-05 20:49
lin11614-Aug-05 20:49 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
mav.northwind4-Aug-05 23:42
mav.northwind4-Aug-05 23:42 
GeneralRe: How to create a &quot;Send To&quot; menu class using C# ? Pin
lin11615-Aug-05 15:39
lin11615-Aug-05 15:39 
GeneralHTTP POST &amp; HTTP GET Pin
Mridang Agarwalla3-Aug-05 19:09
Mridang Agarwalla3-Aug-05 19:09 
GeneralRe: HTTP POST & HTTP GET Pin
Mohamad Al Husseiny3-Aug-05 19:13
Mohamad Al Husseiny3-Aug-05 19:13 

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.