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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Generating text file from web page...

Generating text file from web page...

Scheduled Pinned Locked Moved ASP.NET
data-structurescryptographyhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    safii
    wrote on last edited by
    #1

    Hi I have a little problem while generating text file from a web page. Although i got all the text boxes's text aloung with their respective label's text, but these are not in the sequence in which the labels and text boxes are placed on the page. I mean the first line in the text file should be the value of first text box on the page and the 2nd line should be the 2nd label's text and 2nd text box' text and so on..... e.g. if the first label is 'std name' and its value in the text box is 'sheraz' then the file's first line should be 'std name : sheraz' .... for this purpose i use hash table and use label's id as key and text box value as value.... hopefully i describe my rpob ....:) can any body let me out of this prob.. thanx

    T 1 Reply Last reply
    0
    • S safii

      Hi I have a little problem while generating text file from a web page. Although i got all the text boxes's text aloung with their respective label's text, but these are not in the sequence in which the labels and text boxes are placed on the page. I mean the first line in the text file should be the value of first text box on the page and the 2nd line should be the 2nd label's text and 2nd text box' text and so on..... e.g. if the first label is 'std name' and its value in the text box is 'sheraz' then the file's first line should be 'std name : sheraz' .... for this purpose i use hash table and use label's id as key and text box value as value.... hopefully i describe my rpob ....:) can any body let me out of this prob.. thanx

      T Offline
      T Offline
      T Manjaly
      wrote on last edited by
      #2

      I think your program has to keep track of the order of the controls... :zzz:----------------------------------------------------------------------:(( T Manjaly
      C# Tutorials and samples : http://www.dotnetspider.com

      S 1 Reply Last reply
      0
      • T T Manjaly

        I think your program has to keep track of the order of the controls... :zzz:----------------------------------------------------------------------:(( T Manjaly
        C# Tutorials and samples : http://www.dotnetspider.com

        S Offline
        S Offline
        safii
        wrote on last edited by
        #3

        Hi manjaly my program is a bit illitrate;P so not keeping the track of the order of the controls....and i want to litrate it...how?:confused:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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