Hello everyone,
I am using VSTS 2008 + C# ASP.Net application type project. My requirement is, I want to let UI designer to work independently with business logics developer. Since UI designer (normally) do not know how to fill Grid View control using code to connect to database. So, my question is, if there are any ways to generate fake data for Grid View control without writing code to connect to database (special needs for UI designer -- to let UI designer have a feel of what data will look like when connecting database to facilitate designer's UI design work)?
thanks in advance, George