Search results for query: *

  • Users: jue
  • Content: Threads
  • Order by date
  1. J

    Filter dropdownlist and display message box

    Hi evryone .. i've problem here...please someone help me i 've dropdownlist and when user select item in dropdownlist error message will display "Please select another item, this item already use". This message it can be a pop up message or just use the label. Please help me..it's urgent
  2. J

    Multiple Selection

    HI.. I've problem here. I have chkdrugname where is user can select this drug name more than one. my problem is how i insert into database. And how the database look like. i use PL/SQL as my database. here my sample coding. Private Function adddrugtest() As Integer Dim oleConn As...
  3. J

    Problem with multiple selection.

    hi.. i've problem here. i have check box, chkcategory. this check box user can select more than 1. and this chkcategory dynamic. user can add on. i want to know how the database look like. how to insert and select into database? is it have to store separate database.
  4. J

    How to calculate age?

    Hi everyone... i have problem here. how to calculate age? I have date of birth txtdob.text get from the database and txtage.text. txtage.text will automatically calculate the age. how how.please help me.
  5. J

    Leave application

    Hi.. Who have sample leave application? Please share with me.
  6. J

    How to search base on staff name and no?

    hi.. i have problem here. How to search staff info base on staff name and staff no? staff info will out in datagrid. here is sample my coding. Private Sub searchstaffdetail() Dim connString As New ConnectionString() Dim oleConn As OleDb.OleDbConnection Dim areaData As OleDb.OleDbDataAdapter...
Back
Top