User Profile

Collapse

Profile Sidebar

Collapse
aasna
aasna
Last Activity: Apr 6 '07, 04:02 AM
Joined: Apr 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aasna
    replied to how t write html code in asp
    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"...
    See more | Go to post

    Leave a comment:


  • aasna
    started a topic onmouseover ; showhint

    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...
    See more | Go to post

  • aasna
    replied to string to date
    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 =...
    See more | Go to post

    Leave a comment:


  • aasna
    started a topic string to date

    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...
    See more | Go to post
No activity results to display
Show More
Working...