manared
Well-known member
- Joined
- Jun 1, 2006
- Messages
- 84
- Programming Experience
- 1-3
Quick question:
When I'm reading data from a table in SQL, I want to bring back all the information and show it in my aspx page. But, if there is no data or if it's null, it throws an error. What do you think would be the easiest way to get around this? There is a LOT of fields to go through and I'd rather not use if statements for each one. Any ideas? Thank you!!
When I'm reading data from a table in SQL, I want to bring back all the information and show it in my aspx page. But, if there is no data or if it's null, it throws an error. What do you think would be the easiest way to get around this? There is a LOT of fields to go through and I'd rather not use if statements for each one. Any ideas? Thank you!!