Click here to Skip to main content
15,914,481 members
Home / Discussions / C#
   

C#

 
GeneralBackup and Restore of MySQL database using C# Pin
suspa10-Jan-08 0:49
suspa10-Jan-08 0:49 
GeneralRe: Backup and Restore of MySQL database using C# Pin
N a v a n e e t h10-Jan-08 0:55
N a v a n e e t h10-Jan-08 0:55 
GeneralPaypal+c# Pin
razanabanu10-Jan-08 0:37
razanabanu10-Jan-08 0:37 
GeneralRe: Paypal+c# Pin
Dave Kreskowiak10-Jan-08 5:19
mveDave Kreskowiak10-Jan-08 5:19 
GeneralRe: Paypal+c# Pin
Mark Churchill10-Jan-08 13:21
Mark Churchill10-Jan-08 13:21 
GeneralRe: Paypal+c# Pin
Dave Kreskowiak10-Jan-08 13:34
mveDave Kreskowiak10-Jan-08 13:34 
QuestionSharepoint.Administrator API Pin
Nemesis1410-Jan-08 0:33
Nemesis1410-Jan-08 0:33 
GeneralRe: Sharepoint.Administrator API Pin
Nemesis1414-Jan-08 2:01
Nemesis1414-Jan-08 2:01 
I have solved the problem. below is the solution to anyone else who would like to know how to get the defualt Record Center URL via the Sharepoint.Administration API.

Please note that M_SPSite is a new instance of SPSite.
<code>
//Add all the sharepoint sites in a Web Collection.
SPWebCollection Webs = M_SPSite.AllWebs;
//This will return the url of the Defualt Record Site that was setup
//in the Application Management.
sSite = Webs[0].Site.WebApplication.OfficialFileUrl.AbsoluteUri;
</code>
Big Grin | :-D
Generalweb services in windows application Pin
caradri10-Jan-08 0:22
caradri10-Jan-08 0:22 
GeneralRe: web services in windows application Pin
satsumatable10-Jan-08 0:51
satsumatable10-Jan-08 0:51 
GeneralRe: web services in windows application Pin
caradri10-Jan-08 0:59
caradri10-Jan-08 0:59 
GeneralRe: web services in windows application Pin
Vikram A Punathambekar10-Jan-08 1:44
Vikram A Punathambekar10-Jan-08 1:44 
GeneralSockets Pin
half-life9-Jan-08 23:50
half-life9-Jan-08 23:50 
Answerstring formatting :-( Pin
srm749-Jan-08 23:35
srm749-Jan-08 23:35 
GeneralRe: string formatting :-( Pin
m@u9-Jan-08 23:59
m@u9-Jan-08 23:59 
GeneralRe: string formatting :-( Pin
Luc Pattyn10-Jan-08 3:47
sitebuilderLuc Pattyn10-Jan-08 3:47 
Generalinstalling a eventlog Pin
cignox19-Jan-08 23:09
cignox19-Jan-08 23:09 
GeneralKeeping refered DLL's in sub folders Pin
N a v a n e e t h9-Jan-08 23:04
N a v a n e e t h9-Jan-08 23:04 
QuestionError in setup project Pin
Muammar©9-Jan-08 22:53
Muammar©9-Jan-08 22:53 
GeneralRe: Error in setup project Pin
satsumatable9-Jan-08 23:00
satsumatable9-Jan-08 23:00 
GeneralRe: Error in setup project Pin
Muammar©11-Jan-08 19:13
Muammar©11-Jan-08 19:13 
GeneralOutlook type control... Pin
Pankaj - Joshi9-Jan-08 22:43
Pankaj - Joshi9-Jan-08 22:43 
GeneralRe: Outlook type control... Pin
Giorgi Dalakishvili9-Jan-08 22:48
mentorGiorgi Dalakishvili9-Jan-08 22:48 
Generaldatagridviewcheckbox Pin
kiran@p2softech9-Jan-08 22:31
kiran@p2softech9-Jan-08 22:31 
GeneralRe: datagridviewcheckbox Pin
Justin Perez10-Jan-08 3:44
Justin Perez10-Jan-08 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.