Click here to Skip to main content
15,894,343 members
Home / Discussions / Database
   

Database

 
QuestionMSDE not connecting in windows 98 Pin
Nilesh Gambhava15-Sep-05 21:28
Nilesh Gambhava15-Sep-05 21:28 
QuestionMSDE client tools Pin
Ahsan Askare15-Sep-05 18:48
Ahsan Askare15-Sep-05 18:48 
AnswerRe: MSDE client tools Pin
enjoycrack15-Sep-05 22:46
enjoycrack15-Sep-05 22:46 
AnswerRe: MSDE client tools Pin
Michael P Butler16-Sep-05 1:54
Michael P Butler16-Sep-05 1:54 
QuestionFastest way to copy table in SQLServer 2000 Pin
mikker_12315-Sep-05 15:46
mikker_12315-Sep-05 15:46 
AnswerRe: Fastest way to copy table in SQLServer 2000 Pin
Alomgir Miah15-Sep-05 17:24
Alomgir Miah15-Sep-05 17:24 
AnswerRe: Fastest way to copy table in SQLServer 2000 Pin
Andy Brummer15-Sep-05 17:26
sitebuilderAndy Brummer15-Sep-05 17:26 
QuestionIs there any one to HELP ME!! Pin
mostafa_h15-Sep-05 8:06
mostafa_h15-Sep-05 8:06 
Hi All!
I have a variable in Form1 named:GetID(int) and everytime I run Myapplication , its value maybe vary Like 2 or 9 or 5 or ...

THIS variable is in btnOK_Click() :
here is my code in Form1:
..... 
public int GetID; 
.... 
public void btnOK_Click(object sender, System.EventArgs e) 
{ 
..... 
GetID=Convert.ToInt32(UserTable.Rows[0][0]); 
.... 
}


I want to put (this value=GetID) into the another variable in Form2 that named :MyGetID in Form2_Load():
Here is my code on form2:

....... 
Form1 myform1=new Form2(); 
........ 
private void Form2_Load(object sender, System.EventArgs e) 
{ 
int MyGetID;
MyGetID=:zzz:(?GetID); 
.... 
... 
}


infact I want to put the value of GetID(the variable in Form1) into the MyGetID(The variable in Form2)
How Can I do it ...?
Please Help me!
thanks!

mostafa hosseiny b.
AnswerRe: Is there any one to HELP ME!! Pin
ACMJ15-Sep-05 8:48
ACMJ15-Sep-05 8:48 
GeneralRe: Is there any one to HELP ME!! Pin
mostafa_h16-Sep-05 2:37
mostafa_h16-Sep-05 2:37 
QuestionT-SQL Problem Pin
WDI15-Sep-05 2:09
WDI15-Sep-05 2:09 
AnswerRe: T-SQL Problem Pin
miah alom15-Sep-05 3:44
miah alom15-Sep-05 3:44 
AnswerRe: T-SQL Problem Pin
Shawn_H17-Sep-05 5:20
Shawn_H17-Sep-05 5:20 
Questionconversion of crystal reports to sql server reports Pin
Ashuu15-Sep-05 0:25
Ashuu15-Sep-05 0:25 
Question[Message Deleted] Pin
mostafa_h14-Sep-05 20:54
mostafa_h14-Sep-05 20:54 
AnswerRe: SOS!!! Pin
enjoycrack14-Sep-05 22:48
enjoycrack14-Sep-05 22:48 
General[Message Deleted] Pin
mostafa_h14-Sep-05 23:27
mostafa_h14-Sep-05 23:27 
GeneralRe: SOS!!! Pin
enjoycrack14-Sep-05 23:51
enjoycrack14-Sep-05 23:51 
General[Message Deleted] Pin
mostafa_h15-Sep-05 1:08
mostafa_h15-Sep-05 1:08 
GeneralRe: SOS!!! Pin
enjoycrack15-Sep-05 1:22
enjoycrack15-Sep-05 1:22 
GeneralRe: SOS!!! Pin
Christian Graus15-Sep-05 16:05
protectorChristian Graus15-Sep-05 16:05 
GeneralRe: SOS!!! Pin
enjoycrack15-Sep-05 16:46
enjoycrack15-Sep-05 16:46 
GeneralRe: SOS!!! Pin
mostafa_h16-Sep-05 3:00
mostafa_h16-Sep-05 3:00 
GeneralRe: SOS!!! Pin
enjoycrack16-Sep-05 3:08
enjoycrack16-Sep-05 3:08 
QuestionJoins Pin
Member 225251214-Sep-05 1:49
Member 225251214-Sep-05 1:49 

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.