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 =...
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
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...
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...
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...
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...
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.