hi
i am working on asp.somewhere i have to search button if i enter some string or word &click button it should check availability of sring or word with existing content(which i have id db ).if it exists it should show that content in one page
how can i do?can u pl suggest me.if u can give with example it will be useful.
User Profile
Collapse
-
classic ASP+HTMLAREA
hi
can u pl gime me sample code for htmlarea in classic asp.
i want to change my textarea to richtextbox.how can i do pl suggest me. -
read data from access &show in popup window
hi
i am working on classic asp.
i have strucked here.
i am reading data from database(ms-access) .
what my doubt is how can i show that reading data into popup window.
can u pl give me sample code.
thanks -
Upload image+classic ASP
hi
i have one classic ASP application.i am uploading an image&storing in MS-access DB.what i want is when i upload images those images should sotre in a folder.can u pl give any sample code.pl it urgent. -
[hi
client side uploading.pl try to solve soon
thank u -
upload+image
hi
i have to upload an image & i have place that browsed image in one folder.
can u pl give me sample code.
i am using classic ASP(active server page)
thank uLeave a comment:
-
-
hi i have to upload image &store in one folder.
i am using Classic ASP active server page
thank uLeave a comment:
-
upload image+javascript
hi
i have to upload image using input type="file" & also i have to store the browsed image into one folder(using mkdir).how can i write script for this .can u give me sample code.using mkdir(make directory)or any other method. -
how to retrieve data form access into textarea
hi,i have one problem.actuall y we can retrieve data from access.
what is my requirement is when i retrieve data from access i want to store in text areas.
finely,we can store if they r textboxes using "value" attribute.see for sample
<input type="text" name="lastName" maxlength="50" size="20" value="<% If (Request("visit ationID") <>... -
again! hello Mark
hi,
i have tried what u said.but still i have the same prm.can u guess what i missed.
if request.form("c urrent") = "on" then
current = -1
else
current = 0
end if
in desing view i have set default value=0 format=on/off.pl give exact prm with my code.
<input name="current" type="checkbox" id="current"... -
how to fill yes/no field ms-access
hi
check box is giving me string trouble form every thing is fine.except check box every thing is storing in database.what r the needs to store checkbox field.in disign view i have taken the format---yes/no (insted of true/false,on/off)is there any need to set default value at design view.i think prm is with this regards pl kindly rectify me.
my code::
if current = "on" then
current... -
Print+CSS
hi to all
how to use media="Print" in style sheets.pl give me some information on this egards.
thank u -
CSS+Print
hi to all
can u give me any idea how to "PRINT" the Web page using Cascading Style Sheets(not javascripts).pl let me know.its really need for me. -
interview questions for .NET
hi to all
may i know which site is better to prepare interview for .net -
yes.i am using ms-access.can u pl tell me how to store yes/no field in databaseLeave a comment:
-
-
insertion into database
hi i have one checkbox in the form if i check that it should be check in the database field.(in database yes/no field for ckeckbox).what is my problem is every thing is stored except checkbox field.
can u pl correct me?
this is my check box.*******
<input name="current" type="checkbox" id="current" value="">
this is insertion code******
<%
... -
insertion into database
hi i have one checkbox in the form if i check that it should be check in the database field.(in database yes/no field for ckeckbox).what is my problem is every thing is stored except checkbox field.
can u pl correct me?
this is my check box.*******
<input name="current" type="checkbox" id="current" value="">
this is insertion code******
[code=asp]
<%... -
database
checkbox****
<input name="current" value="current" type="checkbox" id="current" checked>
code for insertion into database:
<%
If( (Request("SUBMI T") <> "") and(Request("SU BMIT") = "SUBMIT") ) Then
set rstinsert = server.CreateOb ject("ADODB.Rec ordset")
if...
No activity results to display
Show More
Leave a comment: