User Profile

Collapse

Profile Sidebar

Collapse
Kunal101
Kunal101
Last Activity: Apr 27 '09, 03:01 PM
Joined: Mar 27 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks ill try it out

    Thanks

    Kunal
    See more | Go to post

    Leave a comment:


  • Key press function with 60 second timer

    I have placed a timer on the main menu form I set the timer to 60 seconds I want the timer to check for user inactivity if no key pressed at 60 seconds i want the application to navigate to the login page. I have a rough idea how to do this but I dont know which functions to use this is on a mobile application in visual studio 2008 any suggestions would be greatly obliged please

    Thanks

    Kunal
    See more | Go to post

  • I noticedthat on the load method it works fine but if I add an index changed method to change the text in various labels I get a System.Data.Dat aRowView which doesn't make sense why..
    as it works fine in other parts of the app

    Please can someone help

    Kunal
    See more | Go to post

    Leave a comment:


  • Kunal101
    started a topic Web Service and Listbox data source

    Web Service and Listbox data source

    Hi,
    I hav a web service which pull records from a database and I am hosting these services in IIS which works fine but I am trying to retrieve the record and display the record in a listbox displaying the time field as the text for that record.
    I have created the following function

    public sub get_data()
    dim dt as new data.dataTable
    dim service as ws webservice.webs ervice
    service = new wswebservice.we bservice...
    See more | Go to post
    Last edited by Kunal101; Apr 18 '09, 01:41 PM. Reason: change coding

  • Its Ok
    I think I fixed it
    I left my computer off for a while and restarted it and it worked fine I didnt actually change anything I think an exception must of occurred with something in windows and it got closed I think. Thanks anyway

    Kunal
    See more | Go to post

    Leave a comment:


  • Project Solution doesn't update at runtime

    Hi,
    I am using Visual studio 2008. I didn't see a place to post questions about this . I am creating a mobile application, at run time the executable itself is not updating to show the changes from source code i have written. I feel there must be a setting or something in visual studio . Any suggestions would be much appreciated

    Thanks

    Kunal
    See more | Go to post

  • never mind i sorted it myself thanks anyway

    Kunal
    See more | Go to post

    Leave a comment:


  • Kunal101
    started a topic Web Service update record method

    Web Service update record method

    Hi,
    Im trying to logically figure out how to update a record in a database through a web service to the database I have created this web method function but im stuck on completing this

    the database record to update is ...
    - User Table
    - ID
    - ForeName
    - SurName
    - Pin Number


    I am writing a method to update the pin number

    I have done it like this so far...
    ...
    See more | Go to post
    Last edited by PRR; Apr 14 '09, 01:55 PM. Reason: Please post code in [code] [/code] tags.

  • Kunal101
    replied to Table Adapters add a record
    Sorted Thanks for your help
    Needed to use the adapter insert method
    See more | Go to post

    Leave a comment:


  • Kunal101
    started a topic Table Adapters add a record

    Table Adapters add a record

    Hi,
    I have a sql server database file which I have connected to a web service I am writting I have created a table adapter in a datase.t I have created a web method which has parameters for the fields in the database
    <web Method> _
    function add_record(byva l a as integer , byval b as String)
    dim ds as dataset
    dim ta as tableadapters.C ustomertableada pter

    end function
    but I dont know how...
    See more | Go to post
    Last edited by Kunal101; Mar 27 '09, 01:26 PM. Reason: Update Coding
No activity results to display
Show More
Working...