Click here to Skip to main content
15,918,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: assign number to variable name Pin
pmarfleet25-Oct-07 11:43
pmarfleet25-Oct-07 11:43 
GeneralRe: assign number to variable name Pin
MasterSharp25-Oct-07 14:54
MasterSharp25-Oct-07 14:54 
GeneralRe: assign number to variable name Pin
ThomasBates26-Oct-07 9:51
ThomasBates26-Oct-07 9:51 
JokeRe: assign number to variable name Pin
codemunkeh25-Oct-07 12:37
codemunkeh25-Oct-07 12:37 
AnswerRe: assign number to variable name Pin
Anthony Mushrow25-Oct-07 13:10
professionalAnthony Mushrow25-Oct-07 13:10 
QuestionHow to Access Control on a From from different class Pin
A.Asif25-Oct-07 9:07
A.Asif25-Oct-07 9:07 
AnswerRe: How to Access Control on a From from different class Pin
Alain Normandin25-Oct-07 10:06
Alain Normandin25-Oct-07 10:06 
GeneralRe: How to Access Control on a From from different class Pin
A.Asif25-Oct-07 10:40
A.Asif25-Oct-07 10:40 
THANKS A LOT!! however, can you please take a look my code and tell me what is wrong or even if this possible as I am new to C# ,but got job as C# programmer lolo ,and trying to stick to it. Also can I create property for DataGridView and use it as you did show for textBox and listBox and do the same thing? as my origional problem is to fill the DataGrid . Please Help.

Thanks,


class1
{
internal DataGridView DataView1 = new DataGridView();
}

class2
{
class1 fillData = new class1(); //This grid has two columns

for(int i = 0; i < someArr.Length; i++)
{
fillData.DataView1.Rows[0].Cells[0].Value = "ASIF";
fillData.DataView1.Rows[0].Cells[1].Value = "212-222-222";

}

}




A.Asif
AnswerRe: How to Access Control on a From from different class Pin
Alain Normandin26-Oct-07 10:29
Alain Normandin26-Oct-07 10:29 
AnswerRe: How to Access Control on a From from different class Pin
darkelv25-Oct-07 23:55
darkelv25-Oct-07 23:55 
QuestionHow to check for Operating System? Pin
Khoramdin25-Oct-07 8:47
Khoramdin25-Oct-07 8:47 
AnswerRe: How to check for Operating System? Pin
conemajstor25-Oct-07 9:30
conemajstor25-Oct-07 9:30 
QuestionString Format Help! Pin
solutionsville25-Oct-07 8:36
solutionsville25-Oct-07 8:36 
AnswerRe: String Format Help! Pin
pmarfleet25-Oct-07 9:20
pmarfleet25-Oct-07 9:20 
GeneralRe: String Format Help! Pin
solutionsville25-Oct-07 9:22
solutionsville25-Oct-07 9:22 
GeneralRe: String Format Help! Pin
pmarfleet25-Oct-07 9:32
pmarfleet25-Oct-07 9:32 
GeneralRe: String Format Help! Pin
solutionsville25-Oct-07 9:33
solutionsville25-Oct-07 9:33 
QuestionDataSet.DataTable.Select() returns undefined value Pin
Rukmini T25-Oct-07 8:32
Rukmini T25-Oct-07 8:32 
AnswerRe: DataSet.DataTable.Select() returns undefined value Pin
pmarfleet25-Oct-07 9:40
pmarfleet25-Oct-07 9:40 
GeneralRe: DataSet.DataTable.Select() returns undefined value Pin
Rukmini T25-Oct-07 10:58
Rukmini T25-Oct-07 10:58 
GeneralRe: DataSet.DataTable.Select() returns undefined value Pin
pmarfleet25-Oct-07 11:08
pmarfleet25-Oct-07 11:08 
GeneralRe: DataSet.DataTable.Select() returns undefined value Pin
Rukmini T25-Oct-07 11:16
Rukmini T25-Oct-07 11:16 
GeneralRe: DataSet.DataTable.Select() returns undefined value Pin
pmarfleet25-Oct-07 11:40
pmarfleet25-Oct-07 11:40 
GeneralRe: DataSet.DataTable.Select() returns undefined value Pin
Paul Conrad23-Dec-07 15:02
professionalPaul Conrad23-Dec-07 15:02 
QuestionYUV player Pin
project c25-Oct-07 8:22
project c25-Oct-07 8:22 

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.