Click here to Skip to main content
15,891,657 members

Comments by M.Farrukh Abbas (Top 8 by date)

M.Farrukh Abbas 21-Oct-14 3:03am View    
there is problem in crystal report check the exception what you are getting.
M.Farrukh Abbas 16-Oct-14 7:59am View    
first of all instead of cbSelect2.SelectedValue.ToString() used Convert.ToString() and !string.isNullorEmpty() function because .tostring() can not handle null value its always gives error on null or empty string.
try to change the code on above suggestion if not solve then specify exact location where you get this error.
M.Farrukh Abbas 16-Oct-14 7:45am View    
Check it you have report files means .rpt files exist in publish folder in web server.I think when you publish it files are not included in the publish folder.
M.Farrukh Abbas 16-Oct-14 7:42am View    
Explain in more detail what actually you want what is your current problem
M.Farrukh Abbas 15-Oct-14 7:24am View    
used required field validator and for specific business logic validation use custom validation what is the current issue.