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 dencom 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: *

  • Users: jamin20
  • Content: Threads
  • Order by date
  1. jamin20

    how to store url and file path in database in asp.net

    Hi all I need to save the links of some attachements. These links can be either URL (fileupload control) or Filepath (copy/paste in textbox). Shall I store URL and FilePath in same field of the same table and render them in the same grid or not ? Piece of advice + piece of code would be higly...
  2. jamin20

    Gridview in user control ??

    Hi there, I need to create a user control (unless you advise a better approach) that will contain a: 1- a FileUpload control . 2- a Gridview to display uploaded files. Could anyone: 1- confirm that this approach is fine or put me on the right track ? 2- provide some code to help me to...
  3. jamin20

    Master/Detail gridview issue

    Hi, I have set (vb.net) a Master/Detail relationship between 2 gridviews(gv). When I click on the "parent Row" from the "Master gv" the children are displayed correctly in the "Detail gv". When I get in EditMode in a row of the "detail gv" the page is refreshed and instead of having the...
  4. jamin20

    Advice to implement list of items

    Hi there, Could experimented persons advise me on the following issue (piece of vb code would also be appreciated ;-)? I have to implement a facility that: 1. allows user to choose one item, at a time, from a hierarchical list of items (ID + designation ) 2. will be part of a template field (I...
  5. jamin20

    Gridview/Detailview update with one-to-many relationship

    Hi all, I have a Gridview/Detailview page that implements a one-to-many relationship. Gridview contains "Document" items and Detailview contains "Contact" items. The selection mechanism works fine. When I update a Contact, the Document_ID is NULL and the update fails !! Any one to help me...
  6. jamin20

    about Listbox control "unwanted" behaviour

    Hi there, I'm usin VS2010 and Vb.net and i'm facing some issues with the Listox control: 1- i have a LeftListBox (LLB) from which I can copy items to two different RightListBoxes (RLB) with specific buttons for each RLB. The "unwanted" behaviour is that when I copy items from LLB to the 2nd...

Part and Inventory Search

Back
Top