Hi
Are you using in your form control < form enctype="multip art/form-data" action="path" method= "post>"?
if not then use it, it will solve your problem.
Regards
Akhilesh...
User Profile
Collapse
-
Hi,
Sorry for the late response.
Write image/header_blue.gif instead of
/images/header_blue.gif .
Update this in every place and it will be working for you.
Regards
Akhilesh...Leave a comment:
-
This is the parent form name, not the chield form name[pop up]...Leave a comment:
-
-
You can insert your data in DB by any of two (POST or GET).
The differences are:: GET will send data to server in the form of querystring, that is less secure as it is visible in browser's URL also there is a limit of data in GET.
With the POST browser send data to server in the form of FORM body. it is more secure not visible in Browser's URL....Leave a comment:
-
I think You had given wrong path of images and templates.
Please write your code, that is more helpfull to give the answer....Leave a comment:
-
you are doing validation on onBlur event of textbox,
If you want to validate on onSubmit event of form then
you need to do like this.
<form name="form1" method="GET" action=”??????? ??” onSubmit="valid ate()" >
and then make a validate() function in javascript....Leave a comment:
-
You had given wrong
path in action=”??????? ??”
use like this action="".
Akhilesh...Leave a comment:
-
These are SQL server specification.
Inner joins (the typical join operation, which uses some comparison operator like = or <>). These include equi-joins and natural joins.
Inner joins use a comparison operator to match rows from two tables based on the values in common columns from each table. For example, retrieving all rows where the student identification number is the same in both the students and courses tables....Leave a comment:
-
See, in this case you can submit your ASP page when you choose a country name from a combobox , after submit page will be reloaded and you will get
corresponding cities....Leave a comment:
-
Hi,
You don't need to install MSSQL server two times intead you have to change
default collation of your databse .
you will use COLLATE SQL_Latin1_Gene ral_CP1_CS_AS to make your search case sensitive....Leave a comment:
-
You can use Scripting.FileS ystemObject and store your data in simple txt files, when you needed that you can simply use that files with asp code to retrive your data....Leave a comment:
-
Stored procedures are not table specific, you can write any number of stored procedure in your database....Leave a comment:
-
This is bsed on your condition which you provieded in if else, that statement will be executed....Leave a comment:
-
Hi
If you want to use javascript then just take value of first text box and put them in second text box like... document.frm.se cond.value = document.frm.on e.value on the onblur event of first text box....Leave a comment:
-
If You want max sales price then you can use this:
select Max(sale _price) As MaxSalePrice from TableName...Leave a comment:
-
Akhilesh1505 replied to SQL how to view the list of tables in DB, the columns in the table, stored procedurein SQL ServerYou can use like this
-- grant select permission on the procedure_name to the public role
GRANT EXECUTE ON procedure_name TO public...Leave a comment:
No activity results to display
Show More
Leave a comment: