Search Result

Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
collections
  •  

  • Implementing a custom control with a typed collection for use at design time.

    I am having a problem with the Visual Basic property collection editor .

    I have created a Custom Type

    Code:
    Public Class Field
             Private Item As Integer
            Private Name As String = "FieldName"
    
              Public Property FieldName() As String
                Get
                    Return Name
                End Get
                Set(ByVal value As String)
    ...
    See more | Go to post

  • Using Collections to find duplicates ( PL SQL )

    I have a problem to do which I am finding difficult to do. I have a table customers with customer names. The question is as follows "write a procedure that uses a collection to find and display how many customers have the same name and what is the most common?" I know there is an SQL statement to find duplicates but how would i do this using a collection to find the most common name ?
    See more | Go to post

  • PBong
    started a topic Browser refresh causes loss of context
    in Java

    Browser refresh causes loss of context

    Hi all,
    I have this weird problem while developping a website.. Hope somebody can shed some light on this...

    Main page has a frameset with onload() that calls a Javascript. This script sets up a collection of objects, say "Collection A".
    Frameset has two frames:
    - FrameA with navigation, onclick() which sets the SRC of FrameB
    - FrameB

    When click in FrameA, a HTML is loaded in FrameB....
    See more | Go to post
Working...