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
sita k
NA
43
52.1k
How to append number to string in message box
Mar 12 2013 12:59 AM
Hi,
I got the sequnce id from stored procedure output parameter.I wanted to append this id to the string 'Record created '.
I used the below code :
lbl.Text=
cmd.Parameters["id"].Value;
Response.Write("<script>alert('New Record Inserted With Id'||lbl.Text)</script>");
What else should i implement in the code?
Reply
Answers (
2
)
Adding two numbers in different tables in different pages .
how to solve session identifier not updated in asp.net