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 strongm 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. kizzieb

    Biometrics for .NET application

    Hello, I am producing a patient idnentification system application in either C Shape or vb.net. I would like to make the attach fingerprinting biometric technology to the application for recognition of patients. Do you think this is possible, or can you recommend any think? I have seen a...
  2. kizzieb

    Biometrics for .NET application

    Hello, I am producing a patient idnentification system application in either C Shape or vb.net. I would like to make the attach fingerprinting biometric technology to the application for recognition of patients. Do you think this is possible, or can you recommend any think? I have seen a...
  3. kizzieb

    How can I redirect the session acount after the third number

    <%@ page errorPage="errorpage.jsp" %> <html> <head> <title>UseSession</title> </head> <body> <% Integer count = (Integer)session.getAttribute("COUNT"); // If COUNT is not found, create it and add it to the session if ( count == null ) { count = new...
  4. kizzieb

    How to redirect your page?

    <%@ page errorPage="errorpage.jsp" %> <html> <head> <title>UseSession</title> </head> <body> <% Integer count = (Integer)session.getAttribute("COUNT"); // If COUNT is not found, create it and add it to the session if ( count == null ) { count = new...
  5. kizzieb

    Login screen with security levels

    Hello I am writing a login page and I am struggling a little. I am trying to get the pages to redirect to the following screen depending on their levels. Management is level 1; redirect to managment.jsp Administration staff is level 2 redirect to staff and Sales Assistants are level 3...
  6. kizzieb

    Query inside a Messagebox

    Hello I am trying to get the total of a query to show up inside a message box, an example of the coding is as shown below: private void btnTotal_Click(object sender, EventArgs e) { conn.Open(); cmd.CommandText = "select sum(weight)FROM tbl_Fleet"...

Part and Inventory Search

Back
Top