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
kuppuraj muthusamy
NA
8
0
loading symbol
Dec 24 2009 3:23 AM
Hi,
I want to display the text like "Loading" in a label.
while I call a webservice method the can not be displayed even I set visible property to the label
But when I am not calling the web service means it work fine.
here is my code
Private Sub save_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
label1.text="Loading....."
Label1.Visible = True
Dim obj As New com.rem4ed.secure.rem4edsso_deskws //webservice
Dim result As String = sec_ws.ssologincheck("
[email protected]
", "test")
MsgBox(result )
Label1.Visible = False
If I put message box after the line "Label1.Visible = True" it work fine
How can I display this?
Reply
Answers (
1
)
Custom types
how to make a editable gridview in a page