2
Answers

notification in ASP.NET

darsh antani

darsh antani

11y
1.6k
1
In facebook if the message comes it shows notification and one red color circle shows the number of messages came from others that we call notification.

I want to add that notification functionality in ASP.NET.

How can I do that?

Please give me the example for notification.
Answers (2)
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 14y
ok.. but i want to know the above script i posted giving correct output or not?
0
Naresh Babu Gopavaram

Naresh Babu Gopavaram

NA 256 203.5k 14y
no
 i want in linq 
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 14y

 resolved?

 will this not work...

 select rm.doc,rm.name,pd.address, cd.vaolum 'volumename'
 From RegistrationMaster RM inner join Partydetails pd 
 on rm.doc=pd.doc 
 inner join DocumentInfo DI 
 on rm.cdcode=DI.cdcode
 inner join CDMaster cd 
 on di.code = cd.code