TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Mishra
NA
14
1.3k
stored procedure
Mar 26 2019 2:18 AM
with the help of this query im unable to show states in gridview...so what do i do..?
can you please help me with this?
ALTER PROC[dbo].[Sp_StateFromDT]
@State VARCHAR(20),@FromDT VARCHAR(15)
AS
BEGIN
SELECT User_id AS 'User_id',USERNAME AS'USER_NAME',Date_Of_Visit AS 'Date_Of_Visit',State AS 'State'
FROM DailyAudit WHERE LOWER(ATM_Id) LIKE LOWER(@State)
AND Date_Of_Visit > @FromDT
ORDER BY Date_Of_Visit DESC
END
Reply
Answers (
1
)
Regarding JWT token based authentication.
c# ms-word table: how to merge a full column and keep content on every page?