User Profile

Collapse

Profile Sidebar

Collapse
blessonin
blessonin
Last Activity: Feb 27 '08, 12:09 PM
Joined: Jan 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blessonin
    started a topic delimiter
    in .NET

    delimiter

    hi all,
    I am having a notepad file which is having some fields which is seperated by space just like below
    aaa bbbb
    aaa ccc
    i want to upload each field to the database when the user click the upload button,it is working but the problem is that since i am using the space as delimiter ,if there are more than one space it is just taking the second and the fooling spaces into the array here the code i am using can anybody...
    See more | Go to post

  • blessonin
    started a topic content of a http posted file using stream reader
    in .NET

    content of a http posted file using stream reader

    hi all,
    i want to know how to read the content of a http posted file using stream reader i am using the folloing line but an error in the last line sayin that " 'System.IO.Stre am' cannot be converted to 'System.IO.Stre amReader'."
    Dim str As StreamReader
    Dim hp As HttpPostedFile
    hp = FileUpload1.Pos tedFile
    str = hp.InputStream
    pls help me
    See more | Go to post

  • blessonin
    started a topic how to retrieve a row data to individual string
    in .NET

    how to retrieve a row data to individual string

    hi all,
    I am new to vb.net and i want to know how to retrieve a string from a row which is seperated by spaces in a text file using split function in vb.net 2005
    for eg i am having data like this
    name phno
    aaa 1111
    bbb 222
    ccc 333
    pls reply to my question as fast as possible
    thanks in advance
    See more | Go to post

  • blessonin
    started a topic upload text file to a database

    upload text file to a database

    hi all,
    i am new to oracle i want to know how to upload a file to a database and read the content of the file
    See more | Go to post
No activity results to display
Show More
Working...