User Profile

Collapse

Profile Sidebar

Collapse
davidbronsky
davidbronsky
Last Activity: Feb 19 '08, 06:34 PM
Joined: Feb 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • davidbronsky
    started a topic Temporary Web Page Problem
    in .NET

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

  • davidbronsky
    started a topic Trrigger problem

    Trrigger problem

    I have question about TRIGGERS.
    I have (4 example) VEHICLE_TABLE with VEHICLE_TYPE column and CAR_TABLE and TRUCK_TABLE also.
    I need TRIGGER for INSERT/UPDATE/DELETE who well read value of VEHICLE_TYPE column in VEHICLE_TABLE and if value of VEHICLE_TYPE is CAR he will execute
    INSERT/UPDATE/DELETE on CAR_TABLE and if value of VEHICLE_TYPE column in VEHICLE_TABLE is TRUCK he will execute INSERT/UPDATE/DELETE on TRUCK_TABLE....
    See more | Go to post
No activity results to display
Show More
Working...