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
Gaurav Raj
NA
475
87.9k
how can call a notification method like fb in asp.net
Sep 1 2017 2:46 AM
i Have write anotification code but i dont understand how can i call a aspx page method ,
my requirement is when i click notification tab then notification data load and display as popover like facebook...
my notification code is
void notificationBind()
{
var noti = cs.da.NotificationProcedure(Convert.ToInt32(Session["Id"]));
DataList3.DataSource = noti;
DataList3.DataBind();
}
thankyou please help guys
Reply
Answers (
3
)
How can retrive datalist item in modal or popover in asp.net
C# Linq to Group to a list if a Condition meets else do not