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();
}
{
var noti = cs.da.NotificationProcedure(Convert.ToInt32(Session["Id"]));
DataList3.DataSource = noti;
DataList3.DataBind();
}
thankyou please help guys
Sundaram SubramanianPosted Sep 1, 2017, 4:37 AM
Gaurav RajPosted Sep 1, 2017, 8:49 AM
Rajkiran SwainPosted Sep 1, 2017, 8:23 AM