User Profile

Collapse

Profile Sidebar

Collapse
FrankieBakerJr
FrankieBakerJr
Last Activity: Feb 13 '08, 05:16 PM
Joined: Feb 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Update a PDF template with dynamic content using .NET 2005

    I'm looking for a way to ensure the display of official dynamic documents on my company’s website, including fonts, images, letter-head, etc. Since users have the ability to change the way their browsers display, HTML isn't reliable.

    I'd like to manually create a PDF to look like a standard letter-head from our company. This PDF would have fields that will be dynamic for each user, but the overall look of the document would be...
    See more | Go to post

  • Losing Session variables with enctype="multipart/form-data"

    Hello
    I'm using ASP.NET 2003 on Windows XP SP2. I'm providing a web form that allows users to upload a document (xls, images, doc, pdf, etc) to the server. This part works fine, but after the form posts to the server, all of my session variables are cleared out. The Session.Session ID is not affected, but the rest are blank. How do i keep these values populated while using this upload method?

    [HTML]
    <form name="form1"...
    See more | Go to post

  • How can I obtain the IIS website name of an ASP.NET 2005 website

    Hello
    I have an ASP.NET 2005 web application that I'd like to be able to determine it's full url from within code.

    Here's an example:
    My URL for this sample web site is: https://sapps.cincinnat istate.edu/apply

    I would like to be able to gather that URL from within an ASPX or a VB file within my web application.

    Any help would be greatly appreciated.
    See more | Go to post

  • Reading the Account Option "User cannot change password" in Active Directory

    Hello all
    I have an ASP.NET 2003 application (running Windows XP) that allows user to change and reset their Active Directory password. I'm using an admin account to query and reset the passwords once the user enters criteria to identify themselves. I want to check, in code, the Account Option "User cannot change password" in Active Directory to determine if they can or cannot change their password but I don't know how to do that....
    See more | Go to post

  • FrankieBakerJr
    started a topic Display raw XML in an ASP.NET page
    in .NET

    Display raw XML in an ASP.NET page

    Hello.
    I've posted this question before and I don't think I received any responses. I have also searched this and other forums and my question is a bit different than the others.

    I'm using ASP.NET 2005 runing on Windows XP. I would like to display raw xml in a browser from memory and not have to create a file on the file system. My need is to have the functionality that the browsers supply when displaying raw xml and, of...
    See more | Go to post

  • Hello Ady1
    Did you ever get your issue resolved? I'm having the same problem. Simply


    Dim strString As String = "0"

    Both of the lines below generate the error Conversion from string "0" to type 'Long' is not valid
    =============== =====
    Dim lngLong As Long = strString
    Dim lngLong As Long = CLng(strString)
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...