Search results for query: *

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

    tooltip in vb.net

    in asp.net ,if we want to set tooltip property for a textbox,we ll mention it in the properties and give the message there. but what do i do in vb.net for setting tooltip property for a textbox. in the property list this option is not given. i added tooltip programatically using a...
  2. J

    transferring data from one form to other after retrieving

    in my form,i have menuitems say "NEW" and "SHOW". when i click "new", the control will be shifted to form1,in which i have 2 buttons save and edit.and when i click "show" menuitem ,the control ll be transfered to form2. when i click "edit" button, the values ll be retrieved from the back...
  3. J

    query in refreshing data

    my form consists of some textboxes and one datagrid when i enter some values into the textboxes and i click the button,i want to save it to the backend and the datagrid should be refreshed. for refreshing the datagrid,which event i need to consider. let me know i wrote in button_click...
  4. J

    retrieving data from datagrid to textboxes

    hello, i have one datagrid in my form with multiple rows. now i want to select one row in the grid and i want to display the details in textboxes. ex. say if i have 5 columns and i have 5 textboxes. now when i select one row in a grid , i want to display that details in corresponding...
  5. J

    query in storing the data into SQL

    i created one table in SQL with numeric fields. now i kept some textboxes in my field and when i am trying to store the values from vb.net to sql server. An error is thrown showing "Unable to convert varchar to numeric" now what do i do? any suggestions thks
  6. J

    deleting autoincrement field.

    in my form i have one autoincrement field. and i am trying to remove one row. my query is if i delete any row in the middle of the record ,then the autoincrement field should automatically adjust ex. if i delete 3 record ,then the record with id 4 should be now 3 . thks
  7. J

    deployment

    i need a small example on deployment
  8. J

    removing autoincrement field, and proceeding tothe next field.

    in my form, first i kept autoincrement field. now i want to remove this field. now how to go enter the records to the database one by one without autoincrement field.
  9. J

    crystal reports

    hello i am beginner in crystal reports i want some sites or some references which helps a fresher to go through the topics in crystal reports. thank u
Back
Top