hi
you can use the normal html tags in an asp page also. the problem i understood is that u want to display the database details in a tabular format.
try using this
<html>
<body>
<%
' Database connection part
%>
<div align="center">
<table BORDER="1" width="681"...
User Profile
Collapse
-
onmouseover ; showhint
hi
I tried to use a onmouseover function in an ASP page,
<a href="#" class="hintanch or" onMouseover="sh owhint('Please enter a valid username. Should consist of alphanumeric characters only.', this, event, '150px')">[?]</a>
but it shows an error as "objected expected"
should i add any function ? what should i do?
please help... -
hi
i tried both the methods, but none was successfull, ..
so i created another field that stores the date from the date function that stores the date in the (mm/dd/yyyy) format...and did the search by taking the date in string format itself like (10-MAR-2007) itself...conver sion from this format to mm/dd/yyyy format was possible but the reverse couldnt be done.
so i used the query as :
strsql =...Leave a comment:
-
string to date
hi,
In one of my forms i am taking date as a string . like .... 10-MAR-2007 etc..
this was done using a calendar program. The problem is that , i have a search function in which i have to search the required data from access DB between 2 dates, these dates too are in the above format.
Its working fine when the date interval is too small, like 2 to 4 days.
but it retrieves nothing if the interval spans to a much...
No activity results to display
Show More
Leave a comment: