Display mandatory data on form ASP.NET

minhtran

New Member
I have a list of mandatory data about app users, which are all users must to have. I need one button, and on click event, I want to show all mandatory data which are null in database.Note: list of mandatory data has about 30 fields, and these fields are in 5+ sql tables...It's ASP.NET app with MS SQL Server database...Any idea how to implement this functionality?
 
Back
Top