Posts
 
Reputation
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 #55.1K
~875 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

3 Posted Topics

Member Avatar for msamir

You should also have the DR.Close() statement outside of your loop. The general structure should be. [code]Create and Open connection Create and execute a command to get a datareader Read next record Perform actions for each record. Close the reader Close the connection Return the result.[/code] If you want to …

Member Avatar for de Source
0
587
Member Avatar for Mix

Namespaces offer a way of organizing classes into a logical hierarchy. You can imagine if every class we created were dumped into one bucket. The name collisions alone would be horrendous. Classes are representations of real (or imagined) world objects that define the implementation details of that object: its properties …

Member Avatar for Mix
0
161
Member Avatar for sant

Check out [URL]http://slingfive.com/pages/code/browserCaps/[/URL] for information on how to modify ASP.NET to recognize the advanced capabilities of other browsers. By default, ASP.NET does not recognize that other browsers can do the same fun stuff that IE can do. I have not tried this, but it looks promising.

Member Avatar for M_K_Higa
0
127

The End.