Search results for query: *

  1. K

    datagrid double click issue

    hi, i am working in vb.net 2003 windows application. i loaded my database values to datagrid.my need is if i double click any row in the grid that row details has to be fetched and i have to pass the records to next page.please can any one help and show some example please.
  2. K

    date time logic issue

    hi i used this following logic: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim strwrk As DateTime = "3:00 AM" Dim endwrk As DateTime = "3:00 PM" Dim hrs() As Double = SlotHours(strwrk, endwrk) End Sub...
  3. K

    date time logic issue

    hi, i have three slots ie total working hours=24 works starts from slot1: 8am to 5pm slot2: 5pm to 12am slot3: 12am to 8am say for example if i am working morning 6am to 3 pm(in the same day) i wan to check in which time slots i worked.(in this example i worked 2 hours in slot3 and 7...
  4. K

    how to minus two times

    hi Josaph thanks a lot
  5. K

    how to minus two times

    i have time as 10-10-20061:00 am and 11-10-2006 12:00pm and i want to find time diffreance between these two times .i am not using railway time i am using 12hr time format,can any one give me coding for this please
  6. K

    how to save from datagrid

    i am using .net 1.1 ,so please tell me
  7. K

    how to save from datagrid

    hi i have one datagrid andi button in my table.i am retreiveing records from my table to datagrid.there are 5 columns in my table so those will be displayed in my datagrid,in that one column fully blank i am going to fill that in the datagrid.my need id after filling those empy row in the...
  8. K

    help me, problem in storing images

    hi i am uploading images to oracle from vb.net, i have created store procedure in oracle to store image in database.but my problem is in my database image which has 32kb only inserted in my table, if i upload image above 32kb it shows error message as ORA-01460. i want to store image with 32...
  9. K

    how to add datagrid inside datagrid

    hi i want to know how to add datagrid inside datagrid, can u help me
  10. K

    pleasse tell me how to fill color for one cell in listview

    hi i am using listview in my form, i want to fill color for one cell.i know how to fill color for one row fully and one coloumn fully,but for one cel how to fill and one more thing onevalue in my table is 'p', whereever p starts that cell has to be fill by red color. please give me coding for that
  11. K

    please tell me how to load my database values in listview control

    hi i am using oracle connection to connect database with vb.net. i am using listview control in my form i want my table datas has to be filled in my listview while loading the form please can u provide coding for that
  12. K

    displaying date and time

    hi, iam working in vb.net i want code ofr this: while loading the form the date and time has to display in label what to do
Back
Top