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
Amit Kumar
NA
57
1.4k
Call Procedure from asp.net MVC
Nov 20 2017 9:03 AM
create
or
alter
procedure
select_profile_data
@id
int
as
begin
select
COUNT
(*)
from
Table1
where
U_ID=@id,
select
COUNT
(*)
from
Table2
where
U_ID=@id
end
;
I want to use the data individually from both of these select statements.
So, how can I call this procedure from my ASP MVC action and how to implement the data that return from the procedure?
Reply
Answers (
2
)
using MS word in Asp.net webapplications
Event does not wire up in aspx page