I have a simple WCF service that returns the time from the server. I\'ve confirmed that data is being sent by checking with Fiddler. Here\'s the result object xml that my service sends.
I\'m trying to align some text to the center of the page rather than the default left but can\'t seem to do this using the \'EmptyDataRowStyle\' tag.
I have a gridview control in my C# program and have just added an \'EmptyDataText\' control that (as you know) displays a message if no records were found. When I view this page in design, the开发者_J
I have a gridview control in my c# program. Basically someone enters an email address and the data is then shown in the gridview but if no data could be found with the email address, a message is disp
I have the following Gridview (which works) and an \'EmptyDataText\' tag that should show a message on the screen if the data could not be found from the database after clicking the submit button. The