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
siva nathan
945
828
231.4k
How to split @ and # handler string values in c#
Jul 21 2020 12:22 AM
Hi all,
I am using wysiwyg Editor ,in that editor am typing @ and # handler to show the employees name and Emp no
if am typing @ it will display empname list and choosing that emp name same as # handler for Empno
@smith,@david,@andrew
#1122,#3344,#4455
i need to split that @ and # handler in c# and stored in db
Expected result
smith,david,andew
1122,3344,4455
Reply
Answers (
5
)
convert a base64 image into a image file & upload it asynchronous c#
split base64 string from HTML content in C#