Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AsWaM007

    Big lists and SQL

    I have list with more than 20 000 entries, and i want to transfer this list to a SQL database, because accessing items of this list take a while. Is there a way not to reprogramm everything?
  2. AsWaM007

    Browse Dialog Box in a webpart

    I want to add a "file selector" that allows the user to select a (xls) file and returns me the full path of the file (e.g. C:\MyFolder\MyFile.xls) for further processing I wanted to use the System.Windows.Forms.OpenFileDialog , but sharepoint does not want to open it (I can compile, deploy but...
  3. AsWaM007

    Acces denied

    Thanks for your advise! but you know at the begining the error i had was something like check rights for NT AUTHORITY\NETWORK SERVICES. I also tried to grant acces to IWAM_ICMSDEV which is the local name of my IIS worker (at least i think so) but it does not change anything... what other name...
  4. AsWaM007

    Acces denied

    I have an Exe file that does querry into sharepoints lists and SQL database, and it works great... When i put this code in a WebService, even if i grant acces to NT AUTHORITY\NETWORK SERVICES to the SQL database i still have an "Acces denied" Error... Can you help???
  5. AsWaM007

    Asynchron WebService Calls

    Hi... I would like to make an Asynchron Webservice call from another webservice. Is it clear? I guess it is not. So I have a WebService1 which makes a long work like generating many XML reports... I would like to call him from webservice2, but asynchron. Do i have to use the BeginMyMethod that...

Part and Inventory Search

Back
Top