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
~2K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for mfas

Hi all, I have been messing around with datagrid styling for a couple of days now, and I am having one issue left which I can not seem to solve. I want to highligt the text of the row on which I hover with the mouse. Well this seems like …

Member Avatar for mfas
0
2K
Member Avatar for Nikon70

Hi, I don't know SQLLite, so I can only give you a hint using SQL Server 2008 - I hope it guides you in the right direction: [CODE] UPDATE [Test] SET [Col2] = [t2].[RowNum] FROM [Test] AS [t1] JOIN (SELECT [Col1], ROW_NUMBER() OVER (ORDER BY [Col1]) AS [RowNum] FROM [Test]) …

Member Avatar for mfas
0
109

The End.