Search results for query: *

  • Users: ras2k2
  • Content: Threads
  • Order by date
  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

    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