Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

manju 123

@manju 123
About
Posts
99
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get whitespace in xml
    M manju 123

    Pedram Behroozi wrote:

    string acl = "thisisawhitespace"; or string acl = "nonblankspace"; or

    I tried both.. but i am getting as

    nonblankspace and
    thisisawhitespace

    sorry...

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    modified on Wednesday, October 8, 2008 3:04 AM

    C# c++ xml help tutorial career

  • How to get whitespace in xml
    M manju 123

    I am sorry i dint got u.. u mean to say.. string acl = "or"..

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ xml help tutorial career

  • How to get whitespace in xml
    M manju 123

    Hi all. I am using dateset and writing the contents to xml..If there are no values to be written to xml...I want the whitespace in xml.... If i am leaving space..i.e ex string acl = " " ...in this way.. it is giving as.. .. i want is .. any help.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ xml help tutorial career

  • How to get SharePoint List Actual url
    M manju 123

    Hi all.. I am trying to get the actual URL of the List Items but i am not able to get it ,each time getting something like..(_1.000) extension but it is unable to open the required list.. I am trying with the below code..

    SPList contactsList = myWeb2.Lists[list.Title];
    foreach (SPListItem contact in contactsList.Items)

    {
    MessageBox.Show("URL:"+contact.Url);
    }

    any help... thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ sharepoint help tutorial career

  • Change Date format
    M manju 123

    Hi all. I want to change a date format from dd/mm/yyyy to yyyy/mm/dd.. suppose i am getting date as.. Date = 12/04/2008 i want it to be changed to 2008/04/12.. I am trying with the below code but i am getting the system time.. the code is

    CString Date,Datee;
    Date = "12/05/2008;"
    SYSTEMTIME sysTime;
    GetSystemTime(&sysTime);
    Datee.Format("%04d%02d%02d",sysTime.wYear,sysTime.wMonth,sysTime.wDay);

    can anyone help me manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C / C++ / MFC c++ help career

  • How to save with unique ID
    M manju 123

    Hi all.. I am trying to write to a xml file... The problem i am facing is....I am writing in a for loop.. Each time it is replacing with the old one.. I am trying with the code..

    for (int indx = 0; indx < contact.Fields.Count; indx++)
    {

                  StreamWriter sw = new StreamWriter(@"D:\\Temp\\File.xml");
                  sw.WriteLine(contact.Xml);
                  sw.Flush();
                  sw.Close();
    

    }

    what i wanted is change the file name with File1.xml,File2.xml,....etc can anyone help.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# help c++ xml tutorial career

  • Regarding Sharepoint Text message
    M manju 123

    Hi all. I am currently facing a problem using HttpWeb Request , I iam able to download the attachments ,but the text message i am getting is in the format http://host/share/1\_.000 but how to read the text message when it comes in this format , The attachments are of the format http://host/share/file.doc,I am able to get the stream and construct the file . but if i dont have any attachment and have only the text message how can i read such messages. any help in this regaurd will be appreciated thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# help c++ sharepoint tutorial question

  • Split a string
    M manju 123

    Hi.. Thank you very much... manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C / C++ / MFC c++ help tutorial career

  • Split a string
    M manju 123

    Hi all. I am having a string.. say for example "bangalore". I want to display only first 6 character i.e "bangal". I am trying with different method ..I am getting the last 6 character i.e "galore".can anyone help me.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C / C++ / MFC c++ help tutorial career

  • Copy one file to temp file
    M manju 123

    Hi all.. I have one file and i want to move it to the temporary path.... can anyone help me.. manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C / C++ / MFC c++ help career

  • Repository in sharepoint
    M manju 123

    Hi all.. Can anyone brief me with some examples to crawl repository from sharepoint server.. As i am new to sharepoint and as well as c#...I dont have idea regarding what exactly is Repository in sharepoint server...can anyone provide me site..... thank you...in advance.. manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# csharp c++ sharepoint sysadmin career

  • How to unregister Dll
    M manju 123

    HI.. Thank you very much... manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ sharepoint com testing debugging

  • How to unregister Dll
    M manju 123

    Hi all.. I have registered dll using RegAsm... as.. RegAsm.exe E:\Sharepoint_080808\Testing_new\Src\Sharepoint_API\Sharepoint_API\bin\Debug\Sharepoint_API.dll /tlb:Sharepoint_API.tlb /codebase and created .tlb file.... How can i unregister the dll again.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ sharepoint com testing debugging

  • SPSite Problem
    M manju 123

    Hi all.. Can anyone tell me about SPSite..... I am using SPSite on Sharepoint Server..It is working fine... But i am getting errors while accessing remotely from client... SPSite whether supports for client pc or only sharepoint server..????? Plz any suggestions.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ sharepoint sysadmin help question

  • SharePoint Problem from client pc
    M manju 123

    Hi all.. I have created a dll in c# for crawling the documents from sharepoint and to get the modified date,created Date..etc.. When i run it from server where sharepoint is installed its getting the created date and modified Date.... But when i run it from client pc...It is giving Debug Error.... when i comment this code....which i used for getting created date and modified date... the code is

    using (SPSite RootSite = new SPSite(listPath))
    {
    //RootSite.AllowUnsafeUpdates = true;
    Console.WriteLine("1Entered SPSIte path");
    using (SPWeb SiteCollection = RootSite.OpenWeb())
    {
    string path = listPath;// RootSite.MakeFullUrl(PageName);
    SPFile file = SiteCollection.GetFile(path);
    string TimeCreated = file.TimeCreated.ToLongDateString();
    Console.WriteLine("1.1: Created Date is :" + TimeCreated);
    }

                        }
    

    when i comment this code it works fine....is there any problem in it...but the same code works fine in server pc...I am totally confused..please give some idea......I am totally new to sharepoint and c# manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# help csharp c++ sharepoint sysadmin

  • How to Acess permission for SPSite
    M manju 123

    Hi all... How to give permission for the user to access the sharepoint documents data to be read...... I am trying this code but its not working...plz do delp..

    SPSecurity.RunWithElevatedPrivileges(delegate()
    {
    Console.WriteLine(" Entered SPSIte path");
    using (SPSite RootSite = new SPSite(listPath))
    {
    RootSite.AllowUnsafeUpdates = true;
    Console.WriteLine("1Entered SPSIte path");
    using (SPWeb SiteCollection = RootSite.OpenWeb())
    {
    string path = listPath;// RootSite.MakeFullUrl(PageName);
    SPFile file = SiteCollection.GetFile(path);
    string TimeCreated = file.TimeCreated.ToLongDateString();
    Console.WriteLine("1.1: Created Date is :" );//+ TimeCreated);
    }
    }
    });

    thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# c++ sharepoint tutorial career

  • Share point problem
    M manju 123

    Simon Stevens wrote:

    Post the full error details and stack.

    Hi .. It is showing the pop up window and the error is... Debug Error! The application has requested the Runtime to terminate it in an unusual way.Please contact the applications support team for more information thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# help csharp c++ sharepoint sysadmin

  • Share point problem
    M manju 123

    Hi all.. I have created a dll in c# for crawling the documents from sharepoint and to get the modified date,created Date..etc.. When i run it from server where sharepoint is installed its getting the created date and modified Date.... But when i run it from client pc...It is giving Debug Error.... when i comment this code....which i used for getting created date and modified date... the code is

    using (SPSite RootSite = new SPSite(listPath))
    {
    Console.WriteLine("1Entered SPSIte path");
    using (SPWeb SiteCollection = RootSite.OpenWeb())
    {
    string path = listPath;// RootSite.MakeFullUrl(PageName);
    SPFile file = SiteCollection.GetFile(path);
    string TimeCreated = file.TimeCreated.ToLongDateString();
    Console.WriteLine("1.1: Created Date is :" + TimeCreated);
    }
    }

    when i comment this code it works fine....is there any problem in it...but the same code works fine in server pc...I am totally confused..please give some idea......I am totally new to sharepoint and c# manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# help csharp c++ sharepoint sysadmin

  • Cannot debug c# dll
    M manju 123

    Hi all... I have developed a sharepoint dll in c#... I am calling the dll through my exe....i.e it is a win32 application visual studio 2005.....How can i debug the c# dll.... thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C# csharp c++ sharepoint visual-studio debugging

  • SharePoint
    M manju 123

    Hi all.. I am trying to connect to sharepoint.... I have made a dll and calling that dll through command line exe... when i run my exe in server computer its working fine.. But if i run the exe from different computer i.e client computer it is not working...whether i have to make any environment changes...if yes...please help me.. thank you manju

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    C / C++ / MFC c++ sharepoint sysadmin help career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups