Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Elusive DataSet
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01314012
Message ID:
01314225
Views:
8
>Here's the (safe) MS way:
>if(columns.Contains(columnName))
>  if(columns.CanRemove(columns[columnName]))
>    columns.Remove(columnName);
>
>HTH,
>Viv

Sure, did it already. Still doesn't explain the original question though.

Anyway, I have to now close several of my application including IE... Installing NET Framework 3.5

Actually, didn't notice CanRemove first, I'll add it as well.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform