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
Vishal Shukla
NA
6
7.5k
How to Insert data one table to another table
Jan 8 2014 12:21 AM
sir,
I am creating a website where i am add a login page so where i want when the user is login then that user's user id is auto matick insert where registred user's user id when the user is upload any data in my site.
ex. database:- register_tbl
where column: user_id
user_name
mobile_no
data table2:- complain_tbl
column name: user_id(copy from register_tbl)
complain type
complain
i want this type of connection to copy or retrieve data from register_tbl to complain_tbl where user_id.
pls help me.
and see the this picture what i want.
Attachment:
pic3.rar
Reply
Answers (
3
)
get system DB name of sql server using windowsauthentication
Binding the data into two DropdownList.