Search

You searched for the word(s): userid:640369

Matching Posts

  • Re: ok, but at page bottom

    hii, i undestood that source and destination cannot be the same... i just wanted to ask how to put the watermark at page-bottom thanks
    Posted to Tips & Tricks (Forum) by WeiLuDi on 12/9/2008
  • Re: Add WaterMark In PDF Files... in use by another process

    Hello. thanks for your code... anyway, when i try to use it, i get this error: + ex {"The process cannot access the file 'C:\WwwRoot\Osiris.4\Portals\0\FileLezioni\105235373_Lesson_233.pdf' because it is being used by another process."} System.Exception i've just created the pdf in this way... Dim document As iTextSharp.text.Document = New iTextSharp.text.Document(rect) Dim writer As iTextSharp.text.pdf.PdfWriter writer = iTextSharp.text.pdf.PdfWriter.GetInstance(document, New
    Posted to Tips & Tricks (Forum) by WeiLuDi on 12/9/2008
  • Dinamic OrderBy Clause

    Hii, i'm using this kind of lambda expression: _stands = (_dataContext.Stands .Where(a => ((StandStatus)a.Status & Status) == Status) .Where(b => b.EventName == EventName) .Where(c => c.CreationDate >= myDateFrom) .Where(c => c.CreationDate <= myDateTo) .Where(d => productTypeIdList.IndexOf(d.ProductId.ToString()) >= 0) .Where(e => e.ExhibitionsID == _exhibitionId) ).Skip(count * page).Take(count).ToList(); _count = (_dataContext.Stands .Where(a => ((StandStatus
    Posted to Data Access and ObjectDataSource Control (Forum) by WeiLuDi on 10/28/2008
    Filed under: orderby, lamba expressions, Linq
  • Re: sure!

    thanks Laura i think you got the point! take a look even on the posts here: http://forums.asp.net/1172267/ShowPost.aspx i think the solution is in putting together all these posts... the domain i'm working in is quite complex (it is the net of Venice universities), it has Linux machines and other stuff... indeed, i don't know if my folder is on a windows or linux machine... we tried to work with impersonate identity but it seems to ge harder... i'll try following your advices... Rudy
    Posted to Security (Forum) by WeiLuDi on 1/19/2006
  • Re: Access to remote drive (ex. \\PC\Drive\folder\file.png)

    thanks a lot eveybody.. i agree... the remote folder is behind a firewall and it has no security problem, but i just can't access to it... maybe i'm not authorizing the right user??
    Posted to Web Forms (Forum) by WeiLuDi on 1/18/2006
  • sure!

    Thank you Laura, the file surely exists ! like i wrote in my first post, if i write the same thing (d:\folder\image.png or \\REMOTEPC\folder\image.png ) on a normal file viewer it opens the image! i think the problem is with LAN authorizations. On another post someone wrote: If your trying to access it through code on the website, it needs to have ASPNET or NETWORK SERVICE permissions. Your web pages dont autenticate the same way the computer would, doing it from the windows os. You're going to need
    Posted to Security (Forum) by WeiLuDi on 1/18/2006
  • access to remote file (ex \\pc\folder\image.png)

    hii... i don't know if the section is correct. I have a website that needs to access to some files stored in another drive, remapped. The exact path is like: \\PC\Drive\folder\image.png the remapped path is: d:\folder\image.png my code does: If File.Exists(strLink) Then Response.AppendHeader("content-disposition", "attachment; filename=image.png") Response.ContentType = "image/png" Response.WriteFile(strLink) Response.End() Else Mex.Text = "File not available." End If no matter is strLink is: \\PC
    Posted to Security (Forum) by WeiLuDi on 1/17/2006
  • Access to remote drive (ex. \\PC\Drive\folder\file.png)

    hii... i don't know if the section is correct. I have a website that needs to access to some files stored in another drive, remapped. The exact path is like: \\PC\Drive\folder\image.png the remapped path is: d:\folder\image.png my code does: If File.Exists(strLink) Then Response.AppendHeader("content-disposition", "attachment; filename=image.png") Response.ContentType = "image/png" Response.WriteFile(strLink) Response.End() Else Mex.Text = "File not available." End If no matter is strLink is: \\PC
    Posted to Web Forms (Forum) by WeiLuDi on 1/17/2006
Page 1 of 1 (8 items)