User Profile

Collapse

Profile Sidebar

Collapse
grey15
grey15
Last Activity: Mar 9 '08, 08:09 PM
Joined: Sep 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • grey15
    replied to search a record
    in .NET
    thx....i fixed it....
    See more | Go to post

    Leave a comment:


  • grey15
    started a topic search a record
    in .NET

    search a record

    hi...i have an application which stores records in a text file. the application loads the records in array of objects when the page is loaded. then, we can add, search, delete the records in array and save the array back to the file. code for inserting new record and then saving it works fine. am havin problem wid searching. search is based on ID.

    Code:
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles
    ...
    See more | Go to post

  • grey15
    started a topic download image
    in .NET

    download image

    hii
    i have a webform which has images. person can upload or download the images from the form. Can sumone plz help me with the download.

    Thanks
    See more | Go to post

  • grey15
    started a topic Path.GetExtension Error
    in .NET

    Path.GetExtension Error

    Dim temp As String
    Dim index As Integer
    Dim arList As ArrayList
    temp = "images/"
    For index = 0 To temp.Length - 1
    If path.GetExtensi on(temp(index)) = ".jpg" Then

    arList.Add(temp (index))
    End If

    Next
    I am trying this code, but its giving me error that 'GetExtension is not...
    See more | Go to post

  • grey15
    started a topic Login
    in .NET

    Login

    hi...i have asp.net application for which users have 2 login.
    The users' login must be stored in the web.config file using the appSettings element......cn sumone help me wid this......
    thx
    See more | Go to post

  • grey15
    replied to Validation
    in .NET
    thx very much 4 the help.......
    See more | Go to post

    Leave a comment:


  • grey15
    started a topic Validation
    in .NET

    Validation

    Hi
    I have asp.net page which stores info to text file. Now, i have to validate the data entered in the form to the info in the text file.e.g i have text field for first name, so i have to use first name and display message if that first name already exists in the text file.
    See more | Go to post

  • grey15
    replied to split function
    in Perl
    hii....how do i generate html file from the text file using delimiters??
    See more | Go to post

    Leave a comment:


  • grey15
    replied to split function
    in Perl
    hey.......thx very much 4 ur help.......it works.....nice help 4 the beginners!!!!!
    See more | Go to post

    Leave a comment:


  • grey15
    started a topic split function
    in Perl

    split function

    hi to all......am very new to perl....so dnt knw much abt it....
    i have a txt file.....so i have to split the values using delimiters.eg have following text-
    Colombian|The finest Colombian beans, low flame roasted to yield a rich flavour.|7.99|
    but when i use the split function using '|' as delimiter, it gives me errors-
    use of uninitialized value in concatenation (.) or string

    i used the following function...
    See more | Go to post
No activity results to display
Show More
Working...