Search results for query: *

  • Users: jaya
  • 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

    got the solution thanks for ur response. i got the query by giving a variable as "public".
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. J

    deleting autoincrement field.

    thks for ur response but i couldnt get u in my form ,my requirement is ,i keep one auto inc field and if i delete any row in betn the next rows in the database should be adjusted automatically. thk u
  8. J

    deleting autoincrement field.

    deleting an autoincrement field. changing each row manually is meaningless.changing the id programatically is better.y i want to delete the row is i can explain u by taking an example. if we go for online shopping,we order some thing and assume that there the itemno. is an autoincrement...
  9. 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
  10. J

    deployment

    i need a small example on deployment
  11. J

    removing autoincrement field, and proceeding tothe next field.

    ans to my query. my query was i want to enter the records one by one to the dbase . first my requirement was to put an autoincrement field. but afterwards,i dont want to keep autoincrement field. and i want to enter the records one after the other. so i declared one varialble and whenever i...
  12. J

    removing autoincrement field, and proceeding tothe next field.

    got the query i got the solution to my query no need for a loop here just declare one variable and increment every time when u click the button that's it thank u
  13. J

    removing autoincrement field, and proceeding tothe next field.

    removing auto_increment field u suggested that by using loop we can solve it. but my question if v r retrieving the data from the dbase which is already existing, then we can use loop it works well and fine. but if v want to enter the new records to the dbase then how to mention loop. any...
  14. 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.
  15. 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