TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
priyanka dodda
NA
12
1.4k
how to Pass 1st Page (Comp.aspx) PK key value to Fk Key
Aug 4 2015 8:08 AM
I have Two tables like
create table Product
(
prodid varchar(50) primary key,
prodname varchar(50),
price int
)
create table Customer
(
custid varchar(50) primary key,
custname varchar(50),
custaddress varchar(50),
prodid varchar(50) foreign key references Product(prodid)
)
I have two pages like ProductDetails.aspx and
CustomerDetails.aspx
So now i want to pass the PK value(Product Table) in Productdetails.aspx to FK Key(Customer)CustomerDetails.aspx,
So please help me how to pass this task.....
Thanks in Advance
Reply
Answers (
4
)
Required files to be created when creating Setup
How to call multiple images in asp.net using sql server