JQuery :: Recommended Decent Calendar Control?
Mar 4, 2011Has anybody used a decent jquery callendar control that you can reccomend?
View 1 RepliesHas anybody used a decent jquery callendar control that you can reccomend?
View 1 RepliesI have 3 calender control on my form i want to hide all 3 control on load in jquery.
View 4 Replieshow to display button in jquery calendar control and and image of calender as well
View 5 RepliesI have the following code which works well on my local machine, but when I deploy it to Sharepoint 2010 the jquery doesnt work... the calender control doesnt pop up when the web page is added to Sharepoint.
[Code]....
I am experienced php developer and I have everything setup for design/development/testing etc and I can develop locally on my machine using wamp. My question is, what should I be looking into for setting up a professional local development environment for developing web applications?
View 2 RepliesI am using jquery fullcalender..
I want to bind Events to each days of the calender dynamically from the json return by the ajax method..
Currently, I am using Calendar control on ASPX page. Instead, I want to use AJAX Calendar Extender control because of the animation effect and the way it moves between years making if much more impressive than Calendar control.Is it possible to display Calendar extender on page permanently, just like Calendar control?
View 2 RepliesI've got two websites. One is a copy of the other, I even went ahead and remade a copy of the original a second time hoping it would alleviate the issue I'm having but it didn't.
On both pages I have a calendar so the route is
Csharp Code:
[code]....
The issue is on the original site /Calendar works. It shows the Calendar page with the current month. On the copy site /Calendar gives a 404 but /Calendar/Index shows the Calendar page with the current month.
I have a page on which I generate a load of html which is used in a html email.
Here is a bit of the code ...
Code:
[code]....
Because of the problems getting the email to look the same in various email clients, I need to convert that chunk of html to a pdf - so I can create the pdf on the fly, save it and attach it to the email.
Can anyone suggest a simple pdf generator that will just take a chunk of html and create a pdf from it? The ones I have looked at so far have what looks like a steep learning curve with hundreds of features I don't need.
Building Textbox that pops up an calender and setting the selected date to the text box
calender must be hidden in my browser
does anyone know of a jquery plugin that i can use to replace the regular calendar jquery control?
it must have 3 dropdowns (year, month and day ) . this is to avoid scrolling or searching for a past year.
this is for an MVC 2 Application please.
trying to switch to better coding practises, I am totally confused about which path to choose. For the past year I was just coding through classic asp coding methodology. Now I know about things as
3 tier custom 3 tier with Strongly typed data sets N tier applications Custom entity objects and so on
Can someone recommend me an approach for designing web applications from these? Some book or tutorial reference with simple CRUD application that would help me. I am currently stuck with strongly typed data sets as I cant find CRUD tutorials with that approach. I would like to just choose the right approach and build on it.
I've got an ASP.NET web project which connect to an SQL Server 2005 DataBase.I think that I'm doing the part of the database connection awfull because everytime I need to do a query (select for example) I'm creating a new connection, opening the connection, creating the command, executing the query, using the results and closing the connection.
Is the rigth way to open a connection in the start of the application and closing at the end?? How can I do that?? I'm retrieving data but what will happen to database server when the application will be used by many people?
I'm thinking of using ASP.NET and MySQL together on a large project. Does anyone have any experience in using these two on a large scale and are there any aspects I should be wary of? If there is a chance that there could be compatibility issues, then I may be prepared to purchase an MSSQL license, but I'd rather go the free route right now. In theory it's possible, but how easy is it to transfer a MySQL database to and MSSQL database in the future?(I'll make this a CW if requested).
View 2 RepliesI have a folder that contains lots an lots of pictures, videos, whatever and I only want people who are on my SQL08 to have access to it.Someone recommended Forms Authentication, but that seems to only open up its own aspx pages.Am I configuring it wrong or should I be using something else?
View 21 RepliesDoes anyone have any applications that they recommend, whether they be downloadable or web apps, that can neatly format your .aspx code? I've had limited success trying to adjust the formatting preferences with Visual Studio itself, and spend a lot of time manually indenting/unindenting lines.
As a clarification, I'm looking for something to format the web page code, not the vb code-behind file.
Possible Duplicate:
MVC Learning Resources
I am assigned to a project in which ASP.NET MVC is widely used. I am new to it; can you provide me nice resources to learn it quickly?
The programmer is a C# ASp.NET Developer and is looking to learn his first scripting language. Unfortunately he never had to use it before. He is also looking for something that can be good for his career growth.
View 4 RepliesI have a Editor control with ID="Editor1" . But i want to retrieve its html content entered by the user in the client side through jQuery .
View 3 RepliesMy goal here is to store a list of dates selected in a calandar to a database. The problem with most calendar controls that exist, for asp.net, is I can't get the date that was unselected with multiselect enabled. I can get a list but that is really it. I have decided not to use these because of this.
If I wanted to create my own event using the jQuery calendar below how would I go about doing this? The event would capture the day clicked, if it was unselected or selected, etc. I would use this to add/remove the dates from a collection. It is almost like how the other calendars work except for the remove part. The dates removed would be in it's own list so I know what dates to remove from the database once 'save' is clicked. I hope this is enough information.
[URL]
Using Visual Studio 2005/.NET 2.0. c#
I have a textbox with calendar button. Here my requirement is I need to clear the text box when user clicks Calendar Image control.provide JQuery for this.
View 1 RepliesI want to know how much data is recommended to make transaction in web application at a time. I have 30,000 data. I want to insert and update in different transaction. When I do 30,000 data update at one time, some times it becomes hang web application, sometimes, it becomes timeout. So I want to know what the best amount of data to do Insert or Update at a time. It may be 1000/5000.
View 21 RepliesI'm trying to use the Calendar control in a local intranet enviroment, so I need to put all the Javascript files locally, I've downloaded the Ajax Control Toolkit 40412 source code and extracted the Scripts from
"..AjaxControlToolkit_9c860ac12ae9SampleWebSitesAjaxClientWebSiteScripts",so I write the following code
[Code]....
i create new composite control to make a full calendar control.
[Code]....
All is good until i put
[Code]....
I have a Calendar Control that I added text that show scheduled meetings on certain dates and it works okay.
The problem is that when I click on a date I need to http to another web page or sometimes goto a web page in the same web site. The problem is when the code that creates the hyperlink runs it replaces the text displaying "meetings" scheduled for that date instead appending the link to the date and retaining the "meetings" text that was already there.
Below is how I set that up with the code that adds the meetings followed by the url code that replaces the meetings text:
[code]...
or any other kind of link in my Calendar Control without clobbering whatever was in there? If it is not possible is there another way to link to another page after a date in the Calendar Control is clicked?