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 TouchToneTommy 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: bobmmp
  • Content: Threads
  • Order by date
  1. bobmmp

    accessing encryption via classname.vb

    I adapted and modified an encryption / decryption tutorial that was written for consult mode. I took the base part of the code and created a dll that I will call just classLibrary1. it is an adaptation of Rijndael using a salt, and a md5 hashed key. The dll is in the bin folder where it needs...
  2. bobmmp

    escaping pager in gridview

    I have a gridview that I am using in a quiz engine (VB). A have a item templete field that has 5 radio buttons. For the purpose of paging from one set of questions to the other, I have a PagerTemplete (method is previous/next). Inside the template, I have a button called submit with a command...
  3. bobmmp

    collection from gridview to SQL

    This a copy of an unanwered post on asp.net forum I have been hung up on this now for a while. I have a gv that has multiple select checkboxes and a dropdownlist. In my codebehind, I captured the results and verified that they are collected.... see Part 1 in below code. I finally have this...
  4. bobmmp

    GridView showing record count from another table

    I have a gridview that dispays the a table with possible project conditions. The project is a VB project. The Gridview displays the table From and SqlDataSource. The first number is the is the PK 1.Open | 0 2.Pending | 0 3.Closed | 0 There is a seperate table called projects that...
  5. bobmmp

    Access DB permission problems

    Going crazy. I got a new development machine for asp sites Windows Pro xp2 with iis 5.1 installed. When using an access db and when I try writing to the file will via ado, I get a Read only error. Does not matter what virtual directory it is in or if the I am using a virtual path or physical...
  6. bobmmp

    dropdownlist asp.net 2

    Newbee asp.net problem. I looked at a lot of tutorials, and have not found one on this yet. Hopefully someone can help. Sorry for all the verbage. I posted this to another forum with less verbage and all I got was what are you wanting to do. I have a dropdownlist control that is bound to a...
  7. bobmmp

    system.mdw Workgroup problem??

    Hi, I downloaded a client's file db file to work on for him, I double clicked on the file to open it. Now, I get prompted for a user name 'mine" and password... I have never setup workgroup permissions on my system since i don't need it.. none of my files open without me getting propted...
  8. bobmmp

    system.mdw

    Hi, I downloaded a client's file db file to work on for him, I double clicked on the file to open it. Now, I get prompted for a user name 'mine" and password... I have never setup workgroup permissions on my system since i don't need it.. none of my files open without me getting propted...
  9. bobmmp

    function to open/close DB

    Below I made two functions (VBScript) to open and close a database connection. Problem, I get a syntax error using these functions... I am trying to use the functions in an include file since it is used in multiple scripts... When I am calling it, I am just using the function name DBOpen...
  10. bobmmp

    Help with modifying session variable

    Hi. I have an application that I am working on where I am storying information passed from a form to a session veriable. Session("books") = Session("books") & intRefNumber & ":" & strBookTitle & ":" & strBookSubject & ":" & strBookRecommend &...

Part and Inventory Search

Back
Top