User Profile

Collapse

Profile Sidebar

Collapse
msali36
msali36
Last Activity: Dec 19 '07, 05:58 PM
Joined: Sep 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • msali36
    started a topic Session variable in vb.net
    in .NET

    Session variable in vb.net

    hi,
    i m new to vb.net can any one plz let me know how to declare session variables in vb.net.


    i have used this statement but i dont know where to place this statement. if i placed in form load then it give me n error session is not declare.



    Session("myvair able") = "this is sample"

    Thanks.
    See more | Go to post

  • msali36
    started a topic Treeview: Multi branching
    in .NET

    Treeview: Multi branching

    can any one tell me about, is there any way can i display a hirarchy having some node with more than one parent.
    See more | Go to post

  • msali36
    replied to Command Parameters
    in .NET
    myCommand = New OleDbCommand("S elect * from emp where ename like '@Name' ", myConnection)

    Dim par As New OleDbParameter( "@Name", OleDbType.VarCh ar)

    par.Value = "FORD"

    myCommand.Param eters.Add(par)
    See more | Go to post

    Leave a comment:


  • msali36
    replied to Command Parameters
    in .NET
    Even by changing it does'nt work
    See more | Go to post

    Leave a comment:


  • msali36
    started a topic Command Parameters
    in .NET

    Command Parameters

    do you know what wornge with this

    dim number as integer = 3453



    myCommand = New OleDbCommand("S elect * from emp where eno=@number", myConnection)

    myCommand.Param eters.Add("@id" , OleDbType.Integ er).Value = number
    See more | Go to post

  • msali36
    replied to Displaying Data In hirarchy in vb.net
    in .NET
    Displaying Data In hirarchy in vb.net

    what is the best way to display data like parent child hirarchy from database to vb.net
    See more | Go to post

    Leave a comment:


  • msali36
    replied to Displaying Data In hirarchy in vb.net
    in .NET
    Difference between Tree view, List View , Jtree , Data grid

    hi,
    can any one tell me the basic difference between

    tree view, jtree , list view , data grid etc....

    also which is the best to dispaly the data from database table in hirarcy tree format in vb.bet
    See more | Go to post

    Leave a comment:


  • msali36
    started a topic Displaying Data In hirarchy in vb.net
    in .NET

    Displaying Data In hirarchy in vb.net

    Hi,
    i just want to know how can i display the parent- child information in hirarchy tree format in vb.net.

    for example :

    GrantParent

    parent parent


    son son son son


    grandson grandson grandson grandson


    but in database table :

    parentcolumn...
    See more | Go to post
    Last edited by kenobewan; Nov 26 '07, 12:11 PM. Reason: Merged due to multiposting

  • msali36
    started a topic Vb .net help
    in .NET

    Vb .net help

    How to represent the record in the database table in the form of hierarchy.


    For example, the table in database looks like this


    PARENT CHILD
    ------------ Root
    Root A
    Root B
    A A1
    A A2
    B B1
    B B2



    We have to represent the above table in hierarchy form in VB or VB.Net

    can any one guide me how to do that....
    See more | Go to post

  • msali36
    replied to vb .net
    in .NET
    thanks for let me know...

    could you plz also guide me how we can represent the database table from database in the form of hirarcy in vb.net

    for example


    table records

    Parent Child
    ----------- Root
    Root A
    Root B

    A A1
    A A2

    B B1
    B B2...
    See more | Go to post

    Leave a comment:


  • msali36
    replied to vb .net
    in .NET
    thanks for let me know...

    could you plz also guide me how we can represent the database table from database in the form of hirarcy in vb.net

    for example


    table records

    Parent Child
    ----------- A
    A
    See more | Go to post

    Leave a comment:


  • representing data in hirarchy in vb.net from database

    hi,

    can any body guide me how can i represent the data in hirarchy in vb.net from database tables.

    thanks,
    See more | Go to post

  • msali36
    started a topic vb .net
    in .NET

    vb .net

    hi,
    i just want to know how we can create label at run time
    See more | Go to post
No activity results to display
Show More
Working...