Search results for query: *

  • Users: plugged
  • Content: Threads
  • Order by date
  1. P

    Problem with datagrid when i hit the update button (sql)

    basically i have a datagrid with an edit, cancel and update colunm on it, now everything works fine until i get to the edit mode and enter in new values. Then when the code tries to read the new value i have entered it always only gets the old ones. This is a copy of my code Private Sub...
  2. P

    question about html code

    is there any way you can edit the html code behind a web form at run time, basically i'm trying to move objects in at run time. the only positioning code i can find is in the html so is there any way to edit that? cheers Plugged
  3. P

    how to install crystal reports

    Hi guys i have a copy of VB.net standard Version 2003 and i am trying to access crystal reports although they are not on the list of new objects to add to my project, do any of you know the problem or how i can fix it? cheers Plugged
  4. P

    date operators question

    hi in help i found that there is and + and - operator for dates. i want to add 1 to a date. in help it says to dNewDate = dDate1 + nDays now when i put this in to code newdate = newdate + 1 i get the compile error operator "+" is not defined for types "Date" and "Integer" so how do i tell the...
  5. P

    moving objects while running

    guy how can i position textboxes in the vb code. i'm use to the textbox.top and .left properties but their not there in the web form properties. I need to position them in the code because they are created by the code during the running of the programme so i can't position them in the design...
  6. P

    calling access reports through ASP

    just asking how do you call reports stored in an access database to print from ASP? i have been told vb can do it but that was in win apps. Cheers Plugged
  7. P

    Session variables

    how do i declare set and read session variables when i am using web forms. Because i can see no clear way in web forms to make global variables like in a windows app. A friend said i should look in to session variables to add time out security so can any one help. cheers Plugged
Back
Top