DateTimePicker Control not works

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/17/2011 7:05:11 AM
Gravatar
Total Posts 26

DateTimePicker Control not works

Hello Friends,

                         I drag the datetimepicker control in the toolbox to my design page,when opens this page in mojoportal site,that page only shows the empty textbox,If i click on the textbox nothing happens.

I am using v4.0 solution and 2.3.6.7 version mojoportal.

so how i can solve this problem,please help me!

Thanks,

Nalini.

11/17/2011 7:24:37 AM
Gravatar
Total Posts 18439

Re: DateTimePicker Control not works

My advice is don't drag and drop, look at how it is used in existing features and follow the example in your own feature code. I have never used the toolbox or drag and drop at all in my work and I can't really offer any advice or support on using it except don't use it, pretend it doesn't exist. Don't bother with design view in VS, it doesn't work very well to begin with and works even less well in mojoPortal because of the way our skinning model works css is resolved differently at runtime than design time. Just use source view and work directly with the markup and control declarations. Use the web browser to see the result.

You must sign in to post in the forums. This thread is closed to new posts.