Search results for query: *

  1. V

    Problem with Textbox

    Hi, I am using Windows TabControl for developing windows application.My requirement is i have 3 tab pages in one tab control. The first page contains text boxes once user type something in these text boxes and press any other tab then we need to ask save the text box changes to the databse and...
  2. V

    How can i put button on datagrid?

    Hi, I am using Datagrid to display the data.but the requiement is we need put one button on the middle of the columns.once user press that button then we need open one popup to show more information about that Row. so please let me know how can i put the button in datagrid.
  3. V

    Columns span in DataGrid(Urgent)

    Hi, I am using Datagrid to display the Data.My requirement is the Datagrid First Row contains one column and the second row contains three columns. is this possible in windows datagrid.? If Possible please let me know the solution. I need this thing urgent. I would like to say Advance thanks...
  4. V

    How to retrieve Listbox Multiple Values?

    Hi, I have created one Listbox.i set the listbox SelectionMode proerty to MultiExtended.Then i assign the ListBox to Datasource the code is like this ListBox2.ValueMember = "Empid" ListBox2.DataSource = dsEmp.Tables("EmpTable") ListBox2.DisplayMember = "EmpName" Where Emp is General Table and...
Back
Top