Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mariuslaurentiu

    upload and download exe files from sql table

    Hello, I want to store an exe file to an sql table. It's that possible?
  2. mariuslaurentiu

    object reference not set to an instance of an object

    Hello, When i try to execute this part i received "object reference not set to an instance of an object" Dim TextBoxText as String Dim TxtBox as TextBox For Each row As GridViewRow in GridView1.Rows TxtBox=XType(row.FindControl("TxtStr"),TextBox) TextBoxText=TxtBox.Text Next And i...
  3. mariuslaurentiu

    disable one specific menu

    Hi, I create an dynamic menu from sql database and after I click one item menu i disable it. One instance of a form appear and when I close it I want to enable the menu item. My problem is when I use two menu items who run two instances of the same form; the menu item remain disable after I...
  4. mariuslaurentiu

    Creating Dynamic Button Controls

    I am writing an application that requires button controls to be created at runtime because the amoutn of controls created depends on data retrieved from a database. Do While (SQLreader.Read()) EtichetaControl = SQLreader4("EtichetaControl").ToString() TipControl =...
  5. mariuslaurentiu

    delete from dbf problem

    Hi, I use dbf table to store data.When i try to delete some records i received one error: "File must be opened exclusively" This table isn't in database. Please help Thank you

Part and Inventory Search

Back
Top