hi outonalimb
u can try with this code
SQL="Select * from tablename where field=" & Cint(Request("comboname"))
I think it is problem of data type conversion
Enjoy Programming!!!!!!!!!!
hi,
You can't validate your control after the page being posted to the server if u want to validate on push of submit button and before submitting the form so u can write ur function onsubmit event of form.like that
<form name="myform" method="post"...
hi
u can try it
<script type="javascript">
function refreshPage(){
thisPage = document.location.href
document.location.href = thisPage
}
</script>
or
<script type="javascript">
function refreshPage(){
window.location.reload();
}
</script>
hi turns20,
I think u have to check for the IIS server's web user or directory security permissions.I might some problem in web sharing of c:\WINNT\System32\inetsrv .
hi chinedu,
this can be possible upto i understand ur problem.
for last inserted record u can query with max function :
SELECT max(ORG.ORGCODE) FROM ORG
and display the max+1 for next insertion.
same total can be shown by count functionin SQL
u need to more clarify ur prob.
hi sandra,
Span tag used where we have to make logical place for some html tag or text.same u can create logical place for your button prior to actully creating it and then use the response.write statement as i told u before in script code we use span for placing the button thats for accessing...
hi Sandra,
You can write Javascript code in asp tags :
Response.write "<script></script>"
Response.write "<input type=button name=B1>"
for your problem:u have to do all this
1) First u can create a <SPAN id=myspan name=span1></SPAN> tag where u want button and give it to id...
hi,
u can try it with popup object but u have to explore more b'cos in a explorer it is very difficult to set modal focus such as in VB.its just guess !!!!
hi aamaker
if u can use the query without # then try this :
SQL="SELECT * FROM tbl_data where entered_date between '" & varfromdate & "' AND '" & vartodate & "'"
write this query in one line.
knowledge is meaningless until it is unshared.
hi andycap,
i think u r using textbox in a loop so it can create the control array of the text box don't worry .if my guess is right then
try it : process ur value in loop
for(i=0;i<myform.declined.length;i++)
{
value=value + myform.declined(i).value
//send the value by the same method which i...
hi andycape,
dear ur problem is general . I give the two solution try it:
-----------------------------------------------
1.u have to use java/vb script in this solution
write following code on ur hyperlink:-
<script>
function clickme()
{
var textvalue=[formname].[textboxname].value...
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.