Search results for query: *

  1. R

    forecolour property of a text box

    Hiya on a side note can anyone tell me how to set the forecolour property of a text box :-p TitleText.ForeColor = red fore some reason it won't accept red or anything else for that matter
  2. R

    Passing a Parameter to an SQL query

    Before I post code I am going to explain how I have the commands, the sql commands are managed within a data adapter and the parameters are added within that data adapter, i simply have to assign values to those paramters. I am now going to post a subroutine, this routine is called when the...
  3. R

    Passing a Parameter to an SQL query

    Hi I am trying a pass a parameter to a query so that when the page loads the information that is loaded is dependant on the passed parameter. This is the code that is supposed to pass the parameter ID to the SQl query : If Not Page.IsPostBack Then If Request.QueryString("Id") Is Nothing...
Back
Top