.NET
Recently I needed a WYSIWYG editor in my asp.net web form. I looked at various ones including WMD Editor (which I
know is not exactly a WYSIWYG editor, there site states 'It just wasn't built for WYSIWYG. So WMD is something new:
a Wysiwym Markdown editor'). The support is lacking and from the looks of it the API is too. Lastly, I've seen a lot of sites
using WMD Editor but the visitors on that site certainly don't care about a 'Markdown editor'. End users try to manipulate
the formatting down to WYSIWYG so why bother? Look at the comments in this post from...
This article relates to a couple of articles that are on the site. The original article was "Cool Tricks With The ASP.net Calendar". You can find this here: http://weblogs.sqlteam.com/jhermiz/archive/2007/12/10/Cool-Tricks-With-The-ASP.net-Calendar.aspx. The other article you might find useful is the "Additional Tip For that Calendar Control In ASP.net" this article can be found here: http://weblogs.sqlteam.com/jhermiz/archive/2007/12/11/Additional-Tip-For-That-Calendar-Control-In-ASP.net.aspx.
Have you ever wanted to create a nice calendar control much like the sharepoint calendar control? You know the calendar control with hyperlink data directly on each calendar day. The previous articles shows you how to use the DayRender Calendar control event to add image controls. But what...
Regarding my post about the tips and tricks with the ASP.net calendar control someone emailed me asking how to add additional text / images to the calendar control to give the calendar day a more appealing visual representation.
Something to this effect:
You handle images like so in the same event as we discussed before. The event you want to use for this is the DayRender event since you want to control each day. Anytime you need to handle something that is associated with a single day cell you have to take care of it in the day render event.
How To Do...
UPDATE: Additional tips: More Tips
Been A Long Time
Hello world...sorry I haven't posted in quite some time, we've been real busy at home this Christmas season. Anyhow I thought I would share some tricks and tips with using the calendar control before you or your company spends some change to buy a control on the internet.
What Is The ASP.NET Calendar Control
The ASP.net calendar control is simply the calendar that comes prepackaged with visual studio and is available as a standard control. Here she is on the standard control:
And here is what the calendar control may look like:
The Problem
You have been tasked...
Remember the good old hello world program? Ahh the first program any teacher in any type of programming course would assign was good old Hello World. But as students / new developers we were excited! Wow my first program and I got it to say Hello World and it displayed it right on my screen. "Just take a look" you'd say to the student next to you, I even included the header iostream.h.
How did our young minds go from writing programs like Hello World to robust database applications in the .net framework? Do you ever wonder how your mind...
Count me in this year again!
I had an excellent time last year and met some real cool folks.
I'll be in the visual studio asp.net conference along with the reporting services seminars. Bring your RS questions if you have any.
Here's some pics from last years: http://jhermiz.googlepages.com/devconnections2006
I wonder if Isaac Stubbs is still cruising in that motorcycle he won?? If you've never been to devconnections before then now is the time to go. Tell your boss you need to attend www.devconnections.com. You get a free copy of MS Visual Studio 2k8...you can easily make a case to your boss about going. Most of...
Learn how to pull data from SAP from a .net application and load it into sql server.
Read here for more info.