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
Abdul Raheem Mohammad
NA
8
1.4k
javascirpt and C#
Jul 10 2015 5:14 AM
I prepared the below CSharp code and I want to send that encoded data to js file where i want original data... Is it possible to decode it on js page Problem: the byte array send by csharp file is not decoded at js
UTF8Encoding utf8 = new UTF8Encoding();
String unicodeString = "ABCD";
// Encode the string.
Byte[] encodedBytes = utf8.GetBytes(unicodeString);
Reply
Answers (
3
)
How Do I Pass The Value Obtained In The Script
how to solved Could not load type 'csvfileupload2.Autocomple