Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
You need to use single quotes: Text='<%# [U]Eval(Container.DataItem,MyPets[0].NumberOfPaws.ToString())[/U] %>'
You could probably implement a stored procedure with SQL SECURITY DEFINER to work around the permissions issue of the application. You would need to update the stored procedure as part of the install process, but then all other schema changes would be done when the application runs the stored procedure …
The End.