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
Danish Habib
NA
694
242.8k
get primay key value
Apr 15 2015 6:37 AM
I have 4 table
District(districtid(P),Districtname)
Tehsil(
Tehsil
id(P),
Tehsil
name,DistrictID(F))
UC(
UC
id(P),
UC
name,TehsilID(F))
Village(
Village
id(P),
Village
name,UCID(F))
F Stand for Foreign key and P for Primary key
I am using table value parameter for bulk insert but on each row I have to call a method to get the ID for example if i take an exmaple of saving the 200 villages the The village id comes from check box for for its UC I have to call a method in vb.net code and then this method get out the UC id of that village so it makes my process slow any solution????
Reply
Answers (
2
)
I want to solve the given error
How to bind the data to grid view in telerik