Click here to Skip to main content
15,923,689 members
Home / Discussions / Database
   

Database

 
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 
dear,Friends!
Be Patient in all over your life!life is difficult ,special more difficult for us because we are a beginner in c# .
in any case ,finally ,I found the following way for solve my problem :
----------------
in Form2:
....
public class Form2:...
{
....
private static Form1 tofrmUsername;
public static Form1 TofrmUsername
{
get
{ return tofrmUsername; }
set
{ tofrmUsername = value;}
}

AND in Form1:
....
private int GetID;
....
public void btnOK_Click(object sender, System.EventArgs e)
{
....
GetID=Convert.ToInt32(UserTable.Rows[0][0]);
Form2.TofrmUsername = this;
....
}

....
public int Get_GetID
{
get { return GetID; }
}

And Finally In Form2_Load()
private void Form2_Load(object sender, System.EventArgs e)
{
Form1 mygetidForm= TofrmUsername;		
int myGetID= mygetidForm.Get_GetID;
....
}

Thanks For Everything!
yours!



mostafa hosseiny b.
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 
AnswerRe: Joins Pin
Frank Kerrigan14-Sep-05 2:09
Frank Kerrigan14-Sep-05 2:09 
QuestionODBC m_strFilter error using .MDB Pin
Drew Doering13-Sep-05 21:30
Drew Doering13-Sep-05 21:30 
AnswerRe: ODBC m_strFilter error using .MDB Pin
Edbert P14-Sep-05 15:53
Edbert P14-Sep-05 15:53 
GeneralRe: ODBC m_strFilter error using .MDB Pin
Drew Doering14-Sep-05 21:50
Drew Doering14-Sep-05 21:50 
GeneralRe: ODBC m_strFilter error using .MDB Pin
Edbert P15-Sep-05 12:39
Edbert P15-Sep-05 12:39 
QuestionSQLXML component lets XML bulk loading... What about Oracle? Pin
Salil Khedkar13-Sep-05 19:30
Salil Khedkar13-Sep-05 19:30 
AnswerRe: SQLXML component lets XML bulk loading... What about Oracle? Pin
Al Ortega17-Sep-05 12:00
Al Ortega17-Sep-05 12:00 
QuestionCrystal Reports merge modules Pin
FireOnMoon13-Sep-05 2:48
FireOnMoon13-Sep-05 2:48 
AnswerRe: Crystal Reports merge modules Pin
Michael P Butler13-Sep-05 4:06
Michael P Butler13-Sep-05 4:06 
QuestionMaking an enterprise app database independent... Pin
Salil Khedkar12-Sep-05 22:29
Salil Khedkar12-Sep-05 22:29 
AnswerRe: Making an enterprise app database independent... Pin
Colin Angus Mackay12-Sep-05 22:57
Colin Angus Mackay12-Sep-05 22:57 
GeneralRe: Making an enterprise app database independent... Pin
Salil Khedkar15-Sep-05 4:04
Salil Khedkar15-Sep-05 4:04 
AnswerRe: Making an enterprise app database independent... Pin
rwestgraham13-Sep-05 9:13
rwestgraham13-Sep-05 9:13 
GeneralRe: Making an enterprise app database independent... Pin
Salil Khedkar15-Sep-05 4:03
Salil Khedkar15-Sep-05 4:03 
Questionshow duplicates client within 28 days Pin
Anonymous12-Sep-05 22:13
Anonymous12-Sep-05 22: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.