Dear Visitore of this Question I m New to VB.net
i have declared a structure in vb.net and i want to give values to its members how could i can do that
help me plz
Structure Employee
dim inta as integer
dim strs as string
end structure
how to intialise the values to inta and strs