Integrate Sharepoint Calendar Into Web Forms?
Feb 2, 2011
I'm attempting to add a calendar to one of our VB.NET Web Forms-based websites which will be used for scheduling purposes. We want to have this calendar sync with our corresponding Sharepoint calendar.
My problem is this: I know that I can integrate a Web Part into a Web Forms page; can said Web Part use a calendar from our Sharepoint site as its data source?
View 1 Replies
ADVERTISEMENT
Oct 1, 2010
Im sorry if this is a stupid request but I cant find any information or at least any usefull information on this. I have a database program just now that requires information to be stored in a database.
Right now I have the users entering dates manually, and I would like to have a small image that they click to bring up a calender, select the date which will then be automatically entered into a textbox. The calender must be able to go back in time as well as forward.
Im fairly new to VB but have experiance in Java. Would somebody be able to either provide me with the code or at least a walkthrough how do it.
View 3 Replies
Jul 1, 2011
I didn't like to make another thread so i decided to ask here, maybe somebody knows how to change calendar day color?
View 3 Replies
Feb 15, 2009
One more question also is datetimepick, can it disable when I click to it (by default it will pump out the calender to choose once). Cause I only need to utilize the time but date is no.
View 1 Replies
Apr 2, 2009
How can I choose just the day from a monthcalndar control.
View 1 Replies
Mar 8, 2009
I want to chane the backColor of particular date.Mine code is only just bold the particular date,but not changing the BackColor.I have searched on internet ,But none of them provide me the Solution. I Found the Below codethis changes the bgcolor of the 14/10/2004.But there is not DayRender Event in VB.Net..Can Somebody tell me how to do,what i want.
[code]...
View 1 Replies
Sep 17, 2009
I'm trying to create a form application in which the user is prompted to enter a date in a textbox by clicking on a button next to it that would popup a calendar. Then the user would select a date from the calendar and the textbox would be automatically populated with the date selection. The user could also just type it in, but I would like to have some kind of validation before accepting the date. I will be converting the date to an integer in this format YYYYMMDD to pass it to a query on a SQL Server 2005 database. Don't ask me why they're storing dates as integers I have no idea I'm just working with what I have hehehee. I've been looking online and trying different things but haven't been able to figure this thing out.
View 2 Replies
Oct 27, 2010
I am using datetimepicker control.
Initially I am setting
DateTimePicker1.CustomFormat = " "
DateTimePicker1.Format = DateTimePickerFormat.Custom
[code].....
View 1 Replies
Apr 5, 2009
Does any one knows how to convert the Month calendar day value from a Integer to a string.
View 2 Replies
May 11, 2009
This is my first post. So there goes it. I have been trying to make an appointment calendar with different views ( weekly, daily, hourly, monthly) in my windows form application using VB express 2008. I have tried using a tablelayoutpanel and splitting it so each cell will correspond to a date in the monthcalendar control. My problem is how to link the two together. How to select a cell in monthcalendar and assign it to a cell in the tablelayoutpanel. I can do this when selecting a date but I would want all to be loaded when form is loaded. My end result would look similat to the calendar on this forum.
View 3 Replies
Nov 20, 2010
I've been trying to search out the answer to this question, but i couldnt find any. How do set the calendar component to display only certain dates, say 6 weeks from current date?
View 1 Replies
Dec 30, 2011
using the calendar from the webfor tools, NOT CALENDAR EXTENDER, and my question is, is there a way to add text to a specific day of the calendar, for example, that i want to click on the number where its shows 29 of the month december, then it shows me a texbox or anything that takes data from my, and i type anything in there, like an event or something, then i click on a button to save my entry, and next time i visit my page i see that day that i clicked on changed its color and shows my text when i hoover the mouse on top of it,
View 7 Replies
May 5, 2010
I'm developing a finance software and I want the user to enter a bill and pick the due date via month calendar. I getting it to work was the easy part, but now I only want one month calendar, for each time a user enters in a bill and picks a date.every time the user goes to pick a due date I have to call one of the several I have on screen.Here is my code that I have so far:Add due date button:
Me
The month calender:
Me
.TxtDueDate3.Text = MonthCalendar3.SelectionRange.Start.Date.ToShortDateString()Me.TxtDueDate3.Text
= MonthCalendar3.SelectionRange.End.Date.ToShortDateString()[code].....
View 1 Replies
Nov 15, 2010
How we can create a form with border like calendar border. I changed ControlBox to False and Text to vbnullstring. but only when FormBorderStyle is Sizable or SizableToolWindow form border apears. This form is sizable. Is there any way to create forms with this border but not sizable? I want to create form like this:[URL]
View 6 Replies
Oct 30, 2009
I have a VS.net project where I need to add a reference to Microsoft.sharepoint.dll where can I find the dll. I am running my web application on XP Professional box and I cannot install WSS 2.0 on my machine.
I need to programmatically access a sharepoint site which is on WSS 2.0 from aSP.net application.
View 2 Replies
Oct 19, 2011
I am trying to manipulate SPListItem permissions on folders in a document library but I can't seem to add any new permissions, though removing security inheritance works beautifully.I've done my best to create a slimmed down version of the code for testing purposes. The function GetListItem returns the SPListItem we are working with based on the URL. The item.BreakRoleInheritance(False) works great and I've verified properly breaks inheritance and clears out any permissions, I've also tried it with the True flag and verified that all original permissions are copied from the parent.
The code below throws no exceptions and as far as I can tell appears to work fine, until I check the actual permissions on the folder in my document library and see that "Viewers" is not listed.
[Code]...
View 2 Replies
Jul 21, 2009
I've developed a Word template in VSTO. When published it consits of several files including a Setup.exe, several msi files etc.Due to the fact that my company's security policy won't allow me to store dlls and exes on the server I need an alternative way to provide all the necessary stuff to the end user. I thoght it would be enough if I:
1) execute the setup.exe file on each client machine (it says everything got properly installed)
2) upload the xxx.dotm file to sharepoint and register it
3) edit policy settings
but it doesn't. When a user creates a new Document inside sharepoint using "New"->"xxx" the requested document loads without any error message and show the document but Word won't load any extensions / ribbons etc.
View 1 Replies
Jun 9, 2010
I know this might sound a little silly. but I'm confused as to what language does sharepoint code behind uses? do they use vb or c#? or is it possible to use eithe
View 2 Replies
Oct 14, 2010
I'm trying to call the AddAttachment of the Lists.asmx SharePoint web service the below code works fine if I'm calling the web service over HTTP.
[Code]...
I will get the same 401 error (expected) so it appears the credentials are being accepted correctly over HTTP but not HTTPS. Can one help explain this to me and have any thoughts on how to fix the issue?
View 1 Replies
Jun 26, 2009
How to get file from SharePoint portal using VBA
View 2 Replies
Mar 8, 2009
OKay, I'm from a PHP background, but I've just been tasked with developing some custom Web Parts in SharePoint. I've figured out how to create and deploy a basic "Hello world" web part in VB. Okay so far.
how do I lay out things in a VB web part?
For an example, here's a label and a textbox:
protected overrides sub createchildcontrols()
mybase.createchildcontrols
dim mylabel as new label
[Code].....
How would I, for example, get mylabel and my textbox to appear on different lines, rather than running one after the other as they do now? In PHP I'd just wrap them in some top break them onto differnt lines, but how do I do it here?
View 6 Replies
Mar 1, 2011
I know this might sound a little silly. but I'm confused as to what language does sharepoint code behind uses? do they use vb or c#? or is it possible to use either?
View 5 Replies
Mar 1, 2011
I need to get hold of the Sharepoint DLL's. I understand that these are available from the Sharepoint server however the company I work for is quite large and the server is not anywhere I can get close to to copy the DLL's. Is there somewhere I can download these so I can start to develop my VB.NET application locally!
View 2 Replies
Mar 20, 2009
can anyone of u tell me how should i integrate three different modules of my project into one.specifically which all files i need to alter
View 1 Replies
May 15, 2010
I need a graphical front end for my College project. However the modules that perform the core task (facial feature extraction) have been written in C. This was because the company where I am working on this requires that I code in C. I need a front end to show the results to our teachers in college. Since I do not know anything on working with windows and controls in visual c++, I thought of using VB as I know this language well. What I want to know is how do I call these C functions from VB. Here are some details of my C code.
1. Most functions' return values are just for the purpose of error handling. The output is one or more of the arguments itself (I used pointers for this).
View 2 Replies
Dec 29, 2008
I'm current doing a program that need to convert the image into text by using OCR software. It is very time consuming and difficult if i would like to program the OCR software as well. So i plan to use the existing OCR software that available in market.May i know whether VB can integrate other software into my program?? How to do it?
View 1 Replies
Jul 11, 2011
I am running Visual Basic 2010 Professional. Recently our Net Admin installed TortoiseCVS for me (I'm the only developer). While it's certainly acceptable to check-in/check-out though thye Windows Explorer, I would much prefer to access CVS through the VB.Net IDE.
Is there any add-ins out there that would allow this?
View 3 Replies
Jul 26, 2011
Inheriting from the System.Web.UI.WebControls.WebParts.EditorPart class I have been shown that it is possible to expose a public property in your VisualWebPart that when updated through the EditorPart will be automagically persisted in sharepoint.
The problem I have run into is saving strings and integers works great but when I attempt to persist the value of a collection such as List<String> the object is not saved.
The code looks like this.
Public Class MyCustomEditorPart
Inherits EditorPart
Public Overrides Function ApplyChanges() As Boolean
[Code].....
View 2 Replies
Mar 3, 2011
I have an application in vb .net that I would like to have access to objects in a sharepoint site. Some of the things I would like to do from vb is create folders in my sharepoint site, have access to files that are on my sharepoint site. We have sharepoint servers at corporate so that is where my site resides.
View 4 Replies
Sep 29, 2011
I am trying to add items in a SharePoint list and I would like to use vb. I have tried using this this from here: [URL] but i get this error: Type SPWeb is not defined.
[Code]...
View 15 Replies