Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. orangelight

    checkbox problem vb.net

    wicked thanks for all you help Hesh
  2. orangelight

    checkbox problem vb.net

    hi i did it this way becuase of other functions i have to do Sub vb_main_content(ByVal l_parm_id) Dim dtrNav As SqlDataReader Dim oConn As SqlConnection Dim connstring As String Dim cmdSelect As SqlCommand connstring =...
  3. orangelight

    checkbox problem vb.net

    hi I have a boolean field taken from a db record - how can i put this into a check box i.e if strboolean = true then Chkboolean.checked = true (this should show the tick) end if <asp:checkbox id=Chkboolean runat="server" /> i can't get it t work - please help thanks in advance Hesh
  4. orangelight

    datagrid and checkbox

    vb may be rust, but it works thanks Hesh
  5. orangelight

    datagrid and checkbox

    Hi i got this script to try and read a checkbo with a data grid. but i am getting this error <b>System.NullReferenceException: Object reference not set to an instance of an object. </b> on this line If giftCheckBox.Checked Then here is my script Sub pk_updateCommand(ByVal s As Object...
  6. orangelight

    nested repeater tutorial in vb.net

    Jason Thanks for all your help - it works fine Hesh
  7. orangelight

    nested repeater tutorial in vb.net

    Thanks Jason But i am getting an error on this line parent1.DataMember = ds.Tables("content_name") error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code...
  8. orangelight

    nested repeater tutorial in vb.net

    hi Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details...
  9. orangelight

    nested repeater tutorial in vb.net

    I have done this function Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 'Create the connection and DataAdapter for the Authors table. Dim connstring As String Dim cnn As SqlConnection connstring...
  10. orangelight

    nested repeater tutorial in vb.net

    Wicked thanks guys
  11. orangelight

    nested repeater tutorial in vb.net

    Hi can some one give me an example or know of an example of a nested repeater thanks Hesh
  12. orangelight

    nested repeater tutorial in vb.net

    wicked thanks
  13. orangelight

    nested repeater tutorial in vb.net

    Hi Does anyone know of a good tutorial for nested repeaters please. Basically I want to create a dynamic menu e.g Team A news scores fixtures Team b news scores fixtures etc please can anyone help thanks hesh
  14. orangelight

    asp.net hosting in uk

    hi does anyone know a cheap hosting company for asp.net looking for around £30 a year cheers
  15. orangelight

    creatin a view to program with php

    Hi I have just started to look at mysql and php. I had to download mysql 4.0 as i had problems running mysql 4.1+. Basically I want to know is in SQL2000 i can create a view, I was told I cannot create them in mysql and was wondering how I overcome this problem when programming in php. many...
  16. orangelight

    view like in sql2000

    Hi I have just started to look at mysql. I had to download mysql 4.0 as i had problems running mysql 4.1+. Basically I want to know is in SQL2000 i can create views, I was told I cannot create them in mysql and was wondering how I overcome this problem. many thanks hesh
  17. orangelight

    weekly, monthly and year reports in sql

    Hi can anyone explain how i can make weekly, monthly and year reports using the viewer sql 2000 thanks
  18. orangelight

    firing bullets

    got it to works
  19. orangelight

    firing bullets

    oops Yhe BulletMc should be bulletMc - but I still can't get the bullet to move thanks
  20. orangelight

    firing bullets

    This is the first time I am having a go at a game. I need advice on firing bullets from a rotating cannon. I have got the cannon to rotate, but cant get the bullets to fire in the same directions and at the moment the bullets shows it self, but doesn't move. please can anyone help on how i go...

Part and Inventory Search

Back
Top