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
indradeo kumar
1.2k
546
7.6k
can any one share me asp c# code to mention sql asp c# code
Jan 28 2020 10:55 AM
Dear Sir ,
can any one share me asp c# code to mention sql query.
CREATE TABLE [dbo].[Test]
(
[Id] INT NOT NULL PRIMARY KEY,
[ pr_name] VARCHAR(50) NULL,
[ pr_price] VARCHAR(50) NULL,
[UniqueID] VARCHAR(50) NULL
)
DECLARE @Test AS TABLE(Id INT,pr_name VARCHAR(10),pr_price INT)
SELECT *,SUBSTRING(pr_name,1,3)+RIGHT('000'+CONVERT(VARCHAR(3), Id),3) UniqueID FROM @Test
Reply
Answers (
1
)
Function and Method in c#.
Scrolling when click on side arrow