No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 …
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 …
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.
The End.
reklawnnelg