Tagged Questions
-1
votes
3answers
169 views
get first 50 characters from richtextboxA to richtextboxB or textbox using visual webpart sharepoint 2010
I want to copy only first 5o characters from the richtextboxA to either a textbox or richtextboxB.... in a visual webpart ..the richtextboxA can have images,tables formating,html, blank spaces.. if it ...
0
votes
4answers
2k views
Event Reciever Custom Error Message Page Sharepoint List 2010
I am working on creating event receiver on a specific custom list using visual studio 2010. Below is the screenshot of the error message set on properties. ErrorMessage I'm interested in knowing ...
4
votes
1answer
863 views
Programmatically add menus to SPWeb.Navigation.QuickLaunch does not work
I'm trying to add some menus to the "Quick Launch" navigation and it does not work. I'm using the following code:
var ql = myWeb.Navigation.QuickLaunch;
SPNavigationNode m1 = new ...