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 Chriss 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. trickytr

    Help for Error: Operator '&' is not defined for types 'String'

    Hi everyone I have got an error message when I try to browse my page.I think it might be because of the code "Request.Form" BC30452: Operator '&' is not defined for types 'String' and 'System.Collections.Specialized.NameValueCollection'. If Session("PASSWORDACCESS") = "No" Then THISPAGE...
  2. trickytr

    Inserting Data to SQL

    Hi everyone, I am getting a data from the user from a textbox and I want to add it to the SQL server but I don't want to use a stored procedure instead codes are on the *.aspx page. My code is: INSERT INTO Authors (Id, LName) values(UserName,@txtUserPass ) and error message is...
  3. trickytr

    Using the variable in the code behind

    Thank you for your answer it really helped. But I have got an another problem. I want to use vb code and html on the same page without using an codebehind page. But I have to add this codes Imports System.Data.SqlClient Imports System.Web.Security And I could not do this on the aspx page it...
  4. trickytr

    Using the variable in the code behind

    I made the scope of variable Public in default.aspx.vb before but still I got the error message that it is not declared.
  5. trickytr

    Using the variable in the code behind

    Hi everyone, My problem is using the value of a variable from the codebehind page in an html tag. I have got the html code on default.aspx for example and there is a variable in default.aspx.vb called THISPAGE. And in the HTML code I want to use this string value in a form tag like this: <form...
  6. trickytr

    Help! Comparing Data

    Hi everyone, First of all I am new to ASP.NET. I want to compare the data entered by user on a textbox with information on the SQL. For example we have two textboxes and user enters a country and a city like France and Paris.And I want to look through the sql database and find the data related...

Part and Inventory Search

Back
Top