Click here to Skip to main content
16,012,468 members

Comments by vana Bharadwaj (Top 11 by date)

vana Bharadwaj 29-Jul-13 15:12pm View    
Oh! well this is know, but the main thing is i have 8 text boxes like Date From and To and Passing percentage From and To, i need to check if To value is filled and From not filled i have to display message, like this i have to validate to all 8 and display on one clcik.??
vana Bharadwaj 29-Jul-13 14:54pm View    
Help me with SUggestion, what to do and how to reslove it.
vana Bharadwaj 29-Jul-13 14:52pm View    
MR Chill60 and ryanb31
Thanks for your suggestion. i resloved it. :)
vana Bharadwaj 29-Jul-13 13:38pm View    
Actually i have created a sting builder and in that i have used ISDepartmentMatch as BOOl value and after that i have Checked if the value came from Sp and value that is user passed from Is same, then return True and
dsDetails.Tables["CertificationDetails"].DefaultView.RowFilter = sbRowFilter.ToString();,

This used to append tht filter data in that Stringbuilder to Dataset, so the problem is it is taking IsDepartment=1 as a string, so how to slove this?
Thanks in advance.
vana Bharadwaj 29-Jul-13 13:33pm View    
ya i did, actually after Click on Export to excel button, the page will remain loading, and other button page is not working.