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
~217 People Reached
Favorite Forums
Web Development x 2
Favorite Tags
.net:c# x 2
database-design x 1
2 Posted Topics
Re: Random numbers
Here's what I came up with a while back. You can pass in the length of the string and whether you want to have all lowercase returned. public static string RandomString(int size, bool lowerCase) { StringBuilder builder = new StringBuilder(); Random random = new Random(); char ch ; for(int i=0; …
I'm having trouble with a very simple issue of binding to the AccessDataSource, or using an AccessDataSource as the datasource of a DataView, DataTable or anything (anything other than a user control, that is. I can bind to a datagrid, dropdownlist, etc. I'm just trying to make it more OO). …
The End.
pdzine