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
Mayur Gujrathi
386
3.9k
1m
Classic ASP encryption problem
Mar 6 2013 4:30 AM
The below code for encryption of text is running fine in classic ASP page when it is included in ASP.NET website but throws error when I am running in IIS
Dim encData_byte As Byte()= System.Text.Encoding.UTF8.GetBytes( Request("txtPassword"))
Dim encodedData As String = Convert.ToBase64String(encData_byte)
Reply
Answers (
0
)
To keep the Grid view Header Fixed
c# asp.net mvc forum