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
Pinku
1.4k
292
44.7k
How to get the property value and use in another page
Apr 20 2020 10:44 AM
Public Property Test1() As String
Get
Return Me.ResumeElements.Education.Value
End Get
Set(ByVal Value As String)
Me.ResumeElements.Education.Value = Value
If Me.ResultCode = Neo.ErrorCodes.ValidationFailure Then
' Clear the result code - validation failure is acceptable for this field
Me.ResultCode = Neo.ErrorCodes.None
End If
End Set
End Property
i need to get this eduction value store in something and i want to use in another page but i cant use any session management technnique .its in vb.net
Reply
Answers (
1
)
How to Install Inspect tool for automating Windows Based App
Need help for redirecting pages from asp.net to MVC