Temporary Web Page Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davidbronsky
    New Member
    • Feb 2008
    • 2

    Temporary Web Page Problem

    I have question about Temporary Web Page.
    When I click on link in my web application and redirect to ( for example)
    mywebsite.com/12.aspx.
    When event OnLoad() fire,I read value 12, which is Primary key and make query to the database,get record and represent on web page.
    But,I need temporary web page with a address mywebsite.com/mynumber.aspx.
    or whatever,where I can read value of mynumber ,make query and represents data to web page.
    Is there any idea how can I solve this problem.
    Thanks in advance
    David
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by davidbronsky
    I have question about Temporary Web Page.
    When I click on link in my web application and redirect to ( for example)
    mywebsite.com/12.aspx.
    When event OnLoad() fire,I read value 12, which is Primary key and make query to the database,get record and represent on web page.
    But,I need temporary web page with a address mywebsite.com/mynumber.aspx.
    or whatever,where I can read value of mynumber ,make query and represents data to web page.
    Is there any idea how can I solve this problem.
    Thanks in advance
    David
    I believe that you need a querystring, default.aspx?id =12. HTH.

    Comment

    Working...