Search results for query: *

  1. V

    radiobuttonlist property

    Hello dear developpers!! I'm building a web app(form) in which I have 2 radiobuttonlist, the second one only appears when a certain item is selected from the first one. And afterwards, I send the selected item as a string and into a database table. This works fine when the second...
  2. V

    Panel or Placeholder ??

    Hi all, Something that sounds very basic to me just doesn't seem easy at all. I am creating a web app (form) and am writing in VB.Net using VS.NET and would like a panel as a background with a title in the top left corner. In this panel I would like to place 4 labels and 4 drop down lists. I...
  3. V

    control the position of components depending on others

    Should this work with web forms as well?? cause it gives me errors such as : c:\inetpub\wwwroot\Demo1\Default2.aspx.vb(274): 'Top' is not a member of 'System.Web.UI.WebControls.DataGrid'. c:\inetpub\wwwroot\Demo1\Default2.aspx.vb(275): 'Left' is not a member of...
  4. V

    control the position of components depending on others

    Hello all, I was wondering if it's possible to place components on a form depending on the size of another component. Let's say I have a datagrid that gets populated from a database. Depending on the choices of the user, that qill create a query, and depending on that query, the datagrid...
  5. V

    Acquiring Datagrid field info

    Hi all, I have a web app with a Datagrid that gets populated from a database table. What I want to do is take the info from the row in my datagrid(I only populate one row) as well as the selected item in my radiobuttonlist which is under the datagrid and send all of this in a new table in my...
Back
Top