Search results for query: *

  • Users: mrani
  • Content: Threads
  • Order by date
  1. M

    how to display datas from database in ASP.NET

    hi all i' have a combobox in which all the "Emp_names" are coming from database but i also want that after selecting any name all the relevent datas that are stored in the database should come in that particular textboxes. i have used datareader for that but it doesn' t work.also by dataset...
  2. M

    how to access columns values without using the column name in my VB.Net pro

    how to access fields without using the column name in my VB.Net pro hi all my problem is i have to access records of too much tables but i have to fetch only their two fields. thats why i can't give the name of the column . delete from " & x & " where field name=" & Val(TextBox1.Text) & " "...
  3. M

    add all table names from mysql database to my project in VB.NET

    hi everybody i just want to know how i can add all the table names present in that particular database in my vb.net project. i want to display all the table names in the combobox. butri have the query by which we can slect all the tables.this is: sql = "select * from...
  4. M

    to crete textbox at runtime in VB.NET

    hi all i want to know that how can we create a textbox and also a label at runtime . thanks
  5. M

    to add table names from mysql database to combobox in VB.Net

    hi everybody i just want to know how i can add all the table names present in that particular database in my vb.net project. i want to display all the table names in the combobox. butri have the query by which we can slect all the tables.this is: sql = "select * from...
Back
Top