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