3
Answers

Validation errors count

Dinesh Ambaliya

Dinesh Ambaliya

12y
4.8k
1
How can I count all the validation errors in page when I submit the button
Answers (3)
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