Click here to Skip to main content
15,885,109 members
Home / Discussions / C#
   

C#

 
QuestionAccesing remote files Pin
Kushi Bobby27-Jul-09 20:16
Kushi Bobby27-Jul-09 20:16 
AnswerRe: Accesing remote files Pin
Tamer Oz27-Jul-09 20:49
Tamer Oz27-Jul-09 20:49 
GeneralRe: Accesing remote files Pin
Kushi Bobby27-Jul-09 21:16
Kushi Bobby27-Jul-09 21:16 
GeneralRe: Accesing remote files Pin
Tamer Oz27-Jul-09 21:34
Tamer Oz27-Jul-09 21:34 
GeneralRe: Accesing remote files Pin
Kushi Bobby27-Jul-09 21:44
Kushi Bobby27-Jul-09 21:44 
GeneralRe: Accesing remote files Pin
Tamer Oz28-Jul-09 1:01
Tamer Oz28-Jul-09 1:01 
GeneralRe: Accesing remote files Pin
Kushi Bobby28-Jul-09 15:25
Kushi Bobby28-Jul-09 15:25 
QuestionError.. Pin
mjawadkhatri27-Jul-09 20:15
mjawadkhatri27-Jul-09 20:15 
please read this and tell me my mistake.

cn.Open();
cmd.CommandText = "Select ATT_DATE,DEP_ID,to_char(timein,'HH:MI'),to_char(timeout,'HH:MI'),EMP_NAME from attandance where emp_id = '" + id.Text + "' and shift = '" + shift.SelectedItem + "'";

odr = cmd.ExecuteReader();
while (odr.Read())
{
ename.Text = odr["emp_name"].ToString();
dept.Text = odr["dep_id"].ToString();
timein.Text = odr["timein"].ToString();
timeout.Text = odr["timeout"].ToString();
Dte.Text = odr["att_date"].ToString();

}
AnswerRe: Error.. Pin
Christian Graus27-Jul-09 20:26
protectorChristian Graus27-Jul-09 20:26 
GeneralRe: Error.. Pin
mjawadkhatri27-Jul-09 20:32
mjawadkhatri27-Jul-09 20:32 
GeneralRe: Error.. Pin
Mbah Dhaim27-Jul-09 20:52
Mbah Dhaim27-Jul-09 20:52 
GeneralRe: Error.. Pin
mjawadkhatri27-Jul-09 21:00
mjawadkhatri27-Jul-09 21:00 
GeneralRe: Error.. Pin
Mbah Dhaim27-Jul-09 21:09
Mbah Dhaim27-Jul-09 21:09 
AnswerRe: Error.. Pin
riced27-Jul-09 20:30
riced27-Jul-09 20:30 
GeneralRe: Error.. Pin
mjawadkhatri27-Jul-09 20:36
mjawadkhatri27-Jul-09 20:36 
GeneralRe: Error.. Pin
Christian Graus27-Jul-09 21:01
protectorChristian Graus27-Jul-09 21:01 
AnswerRe: Error.. Pin
Blikkies27-Jul-09 23:09
professionalBlikkies27-Jul-09 23:09 
AnswerRe: Error.. Pin
0x3c027-Jul-09 23:12
0x3c027-Jul-09 23:12 
GeneralRe: Error.. Pin
PIEBALDconsult28-Jul-09 8:15
mvePIEBALDconsult28-Jul-09 8:15 
GeneralRe: Error.. Pin
0x3c028-Jul-09 9:01
0x3c028-Jul-09 9:01 
QuestionImages on the winform Pin
Milind Panchal27-Jul-09 19:10
Milind Panchal27-Jul-09 19:10 
AnswerRe: Images on the winform Pin
Christian Graus27-Jul-09 19:59
protectorChristian Graus27-Jul-09 19:59 
AnswerRe: Images on the winform Pin
Luc Pattyn27-Jul-09 22:46
sitebuilderLuc Pattyn27-Jul-09 22:46 
QuestionUpdate Web.config in C# windows form Pin
Member 143923427-Jul-09 17:45
Member 143923427-Jul-09 17:45 
AnswerRe: Update Web.config in C# windows form Pin
N a v a n e e t h27-Jul-09 18:06
N a v a n e e t h27-Jul-09 18:06 

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.