I want check how many User active and Inactive using sql server and show in gridview
ALTER Procedure [dbo].[Proc_CheckUser](@IsActive bit) as begin select IsActive from Register where IsActive=1 end
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.