Re: question about VB.Net



LLJ wrote:
I am working on an VB.Net application. I have put some controls like
DataGrid, Lable, Text into it. then i put a panel into it, and tried to
move all the other controls in the panel. don't know why and how, all
the controls disappeared. then i tried to add controld back. but when i
tried to name, for example, DataGrid as the name i used before, it
saying, the the name has been used. and from the drop down list, i do
see the old DataGrid in the list, but can't find it in the form. Does
anyone know why? and how can i get it back.

I already coded a lot, does this mean i have to start again from the
beginning?

Thank you very much.


You probably dropped the controls into the panel. Try exanding the panel bigger to see if they are just not in view.


Chris
.



Relevant Pages

  • Re: datagrid "can grow" ?
    ... You can of course get rid of grid layout. ... You could also put the datagrid & ... all the controls below it into the same flow layout panel. ... the DIVcontaining the controls to that value + some number. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: controlling panel width from code
    ... Don't do this sort of things in javascript. ... You should align your controls ... Put the panel and the datagrid in the same column in an ... > header for a datagrid on a webform. ...
    (microsoft.public.dotnet.framework.aspnet)
  • question about VB.Net
    ... DataGrid, Lable, Text into it. ... move all the other controls in the panel. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Printing out a datagrid
    ... Create another page with only a datagrid and bind it to the same data ... Set .Visible = False for all the other controls. ... by putting them in a panel, and setting its .Visible to False. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How do I create a simple table? DataGrid seems very complicated
    ... reflect the information for the currently selected channel. ... seemed more simple than a "bound" DataGrid for what I needed. ... handles interacting with this piece of hardware I'm using. ... TableLayoutPanel and manage the individual controls myself. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)