Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
AnswerRe: lock(??) Pin
Guffa15-May-06 22:36
Guffa15-May-06 22:36 
GeneralRe: lock(??) Pin
InOut.NET15-May-06 22:48
InOut.NET15-May-06 22:48 
AnswerRe: lock(??) Pin
Guffa16-May-06 0:47
Guffa16-May-06 0:47 
Questionvoice chat white by c# Pin
majid.jannesari15-May-06 21:12
majid.jannesari15-May-06 21:12 
AnswerRe: voice chat white by c# Pin
Colin Angus Mackay15-May-06 21:13
Colin Angus Mackay15-May-06 21:13 
AnswerRe: voice chat white by c# Pin
mav.northwind15-May-06 21:51
mav.northwind15-May-06 21:51 
QuestionCreating calendar in c# Pin
nauty15-May-06 20:52
nauty15-May-06 20:52 
AnswerRe: Creating calendar in c# Pin
coolestCoder15-May-06 21:13
coolestCoder15-May-06 21:13 
I think you can use the query string instead. just create a new web form and keep the calendar control on it. then when user want to select a date open that new web form. Here the user will select the date and click ok button the calendar control web form.
In the code behind for the ok button redirect the page to its origin with the selected date as query string. This link would be built when the web form is loaded from the source page, again through query string.

For this solution you will have to modify the code for the source page to accept date as a query string to the page. When you get a date through query string you can easily set it to a text box control.
there is some extra coding in this way but it is a simple solution for your problem. Reply me if you have some confusion.

Anant Y. Kulkarni
GeneralRe: Creating calendar in c# Pin
leppie15-May-06 22:20
leppie15-May-06 22:20 
GeneralRe: Creating calendar in c# Pin
nauty16-May-06 2:18
nauty16-May-06 2:18 
GeneralRe: Creating calendar in c# Pin
coolestCoder16-May-06 3:24
coolestCoder16-May-06 3:24 
AnswerRe: Creating calendar in c# Pin
leppie15-May-06 21:14
leppie15-May-06 21:14 
AnswerRe: Creating calendar in c# Pin
papa198015-May-06 21:32
papa198015-May-06 21:32 
Questionstring to char... Pin
Prinz Ryoiji15-May-06 20:49
Prinz Ryoiji15-May-06 20:49 
AnswerRe: string to char... Pin
coolestCoder15-May-06 21:04
coolestCoder15-May-06 21:04 
AnswerRe: string to char... Pin
Guffa15-May-06 21:28
Guffa15-May-06 21:28 
QuestionProblem Sending mail from C# Pin
coolestCoder15-May-06 20:44
coolestCoder15-May-06 20:44 
AnswerRe: Problem Sending mail from C# Pin
Corinna John15-May-06 21:35
Corinna John15-May-06 21:35 
GeneralRe: Problem Sending mail from C# Pin
V.V.Thakur15-May-06 22:11
V.V.Thakur15-May-06 22:11 
GeneralRe: Problem Sending mail from C# Pin
coolestCoder15-May-06 22:42
coolestCoder15-May-06 22:42 
GeneralSaving mail from C# Pin
NortonC15-May-06 22:44
NortonC15-May-06 22:44 
GeneralRe: Saving mail from C# Pin
coolestCoder15-May-06 22:55
coolestCoder15-May-06 22:55 
GeneralRe: Saving mail from C# Pin
NortonC15-May-06 23:12
NortonC15-May-06 23:12 
GeneralRe: Saving mail from C# Pin
coolestCoder16-May-06 0:31
coolestCoder16-May-06 0:31 
GeneralRe: Problem Sending mail from C# Pin
coolestCoder15-May-06 22:40
coolestCoder15-May-06 22:40 

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.