Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
4% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
58
Posts with Downvotes
25
Downvoting Members
13
1 Commented Post
0 Endorsements
Member Avatar for cutieprincess

Create procedure [dbo].[usp_read_Data] as begin select EntryDate,[FileName] from tblInfo end

Member Avatar for itzarun
-2
54
Member Avatar for cutieprincess

[code]function showDataRow(rowContainerId) { var childControlsArray = document.getElementById(rowContainerId).childNodes; var StoreId, StoreName, Enabled; for (var i = 0; i < childControlsArray.length; i++) { if (childControlsArray.item(i).id == 'dvStoreId') { StoreId = childControlsArray[i].innerHTML; } else if (childControlsArray.item(i).id == 'dvStoreName') { var subchildarray = childControlsArray.item(i).childNodes; for (var n = 0; n < subchildarray.length; n++) { …

Member Avatar for Philippe.Lahaie
-2
112