Jump to content
Xtreme .Net Talk

PisgahMan

Members
  • Posts

    4
  • Joined

  • Last visited

PisgahMan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. That worked mr relaxo, thanks
  2. is there an easy way to supress repeating rows in a datagrid? For example if 3 rows of data looks like this. Acct No F.Name L.Name Address --------------------------------------------------------------------------- 123456 Johnny Speller 789 Elm Street 654311 Johnny Speller 789 Elm Street 241454 Johnny Speller 789 Elm Street and I want it to display on the page like this: Acct No F.Name L.Name Address --------------------------------------------------------------------------- 123456 Johnny Speller 789 Elm Street 654311 241454
  3. BTW ...classic ASP works fine BTW...classic ASP works fine
  4. Hi everyone, I am new to ASP.NET and I am having the following problem. When ever I try to open a database connection on an ASP.NET page using SqlClient, I get the following error. If I add pooling=false to the connection string, this doesn't happen. I have reinstalled the .NET framework and SDK (downloaded)many times, but It hasn't helped. My co-workers do not have the same problem. 'ResourcePool' is not supported on the current platform. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.PlatformNotSupportedException: 'ResourcePool' is not supported on the current platform. Can anyone offer any advice on how to fix this? happens on C# and VB.NET
×
×
  • Create New...