I want a sample code for such task.
any help will be most appeciated.
Tamer
You can gain access to the calendar by doing a find control - that's enough
to get you started.

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
>I want a sample code for such task.
> any help will be most appeciated.
> Tamer
Tamer Ibrahim - 29 Jan 2007 12:47 GMT
I have a calendar control inside a detailsview control which I'dont know the
right syntax of the code or the right place for using the find control
method.
> You can gain access to the calendar by doing a find control - that's
> enough to get you started.
>
>>I want a sample code for such task.
>> any help will be most appeciated.
>> Tamer
Alvin Bruney [MVP] - 30 Jan 2007 23:02 GMT
you would need something like this:
Control ctrl = Page.FindControl("Name_of_Control_Here");
roughly, very roughly

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
>I have a calendar control inside a detailsview control which I'dont know
>the right syntax of the code or the right place for using the find
[quoted text clipped - 5 lines]
>>> any help will be most appeciated.
>>> Tamer