Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stored Procedure Pin
ayuba asia8-Dec-05 0:54
ayuba asia8-Dec-05 0:54 
AnswerRe: Stored Procedure Pin
Russell Jones8-Dec-05 2:27
Russell Jones8-Dec-05 2:27 
Questionupdating a dataset using a datagrid Pin
steve_rm7-Dec-05 21:45
steve_rm7-Dec-05 21:45 
Questionweb development with c# Pin
ckruger7-Dec-05 20:04
ckruger7-Dec-05 20:04 
AnswerRe: web development with c# Pin
Anthony Mushrow7-Dec-05 23:01
professionalAnthony Mushrow7-Dec-05 23:01 
GeneralRe: web development with c# Pin
ckruger8-Dec-05 2:02
ckruger8-Dec-05 2:02 
AnswerRe: web development with c# Pin
Anthony Mushrow8-Dec-05 8:18
professionalAnthony Mushrow8-Dec-05 8:18 
QuestionCan anyone help me take a look at my code? Pin
momoo7-Dec-05 19:23
momoo7-Dec-05 19:23 
Hi.. I would like to ask about C# web application.I have created a calendar. I would like to ask that if i click the date on the calendar,how can i retrieve the database ?? I have tried butit seem like is not working. Below is the code, could anyone help me with it as i'm totally lost?? Thanks!! The code:

private void Radcalendar2_SelectionChanged(object sender, System.EventArgs e)
{
TBDate1.Text = CAL1.SelectedDate.ToLongDateString();
SqlConnection conn=new SqlConnection("my connection string");
SqlCommand cmd = conn.CreateCommand();
cmd.CommandText = "SELECT * FROM Particulars WHERE DateField = @Date";
cmd.Parameters.Add("@Date", SqlDbType.DateTime).Value = DateTime.Parse(TBDate1.Text);

}

I just want to retrieve(view) the user's login/logout time of date we have click on the calendar. Anyone who can help me..You can also edit from here or a new code... Thanks!! Big Grin | :-D


Cheers!
AnswerRe: Can anyone help me take a look at my code? Pin
Vikram A Punathambekar7-Dec-05 22:12
Vikram A Punathambekar7-Dec-05 22:12 
GeneralRe: Can anyone help me take a look at my code? Pin
momoo7-Dec-05 22:24
momoo7-Dec-05 22:24 
GeneralRe: Can anyone help me take a look at my code? Pin
Vikram A Punathambekar7-Dec-05 22:55
Vikram A Punathambekar7-Dec-05 22:55 
GeneralRe: Can anyone help me take a look at my code? Pin
J4amieC7-Dec-05 23:20
J4amieC7-Dec-05 23:20 
GeneralRe: Can anyone help me take a look at my code? Pin
Vikram A Punathambekar8-Dec-05 0:05
Vikram A Punathambekar8-Dec-05 0:05 
GeneralRe: Can anyone help me take a look at my code? Pin
J4amieC8-Dec-05 0:20
J4amieC8-Dec-05 0:20 
GeneralRe: Can anyone help me take a look at my code? Pin
Vikram A Punathambekar8-Dec-05 1:41
Vikram A Punathambekar8-Dec-05 1:41 
AnswerRe: Can anyone help me take a look at my code? Pin
J4amieC7-Dec-05 23:25
J4amieC7-Dec-05 23:25 
GeneralRe: Can anyone help me take a look at my code? Pin
momoo8-Dec-05 14:05
momoo8-Dec-05 14:05 
Questionhwo to generate radom number with fixed seed? Pin
zhujp987-Dec-05 16:48
zhujp987-Dec-05 16:48 
AnswerRe: hwo to generate radom number with fixed seed? Pin
Vikram A Punathambekar7-Dec-05 17:47
Vikram A Punathambekar7-Dec-05 17:47 
QuestionWho do i include shell icons Pin
Garbast7-Dec-05 12:48
Garbast7-Dec-05 12:48 
AnswerRe: Who do i include shell icons Pin
Judah Gabriel Himango7-Dec-05 15:41
sponsorJudah Gabriel Himango7-Dec-05 15:41 
GeneralRe: Who do i include shell icons Pin
Garbast7-Dec-05 23:27
Garbast7-Dec-05 23:27 
QuestionGetting Selected Nodes from a Menu Pin
SeanCM7-Dec-05 12:20
SeanCM7-Dec-05 12:20 
AnswerRe: Getting Selected Nodes from a Menu Pin
Curtis Schlak.7-Dec-05 12:33
Curtis Schlak.7-Dec-05 12:33 
AnswerRe: Getting Selected Nodes from a Menu Pin
Curtis Schlak.7-Dec-05 12:36
Curtis Schlak.7-Dec-05 12:36 

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.