Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi to all
I want to update a lable text in a for loop .

ASP.NET

plz help me
Posted
Updated 7-Nov-13 17:45pm
Comments
phil.o 7-Nov-13 8:07am    
Show your code.

1 solution

Considering server-side code has no access at all to a client UI, either in a Windows Forms app, WPF, or ASP.NET (you didn't specify), that's going to be impossible to do.
 
Share this answer
 
Comments
VenuKalyan 7-Nov-13 23:47pm    
ASP.NET
Dave Kreskowiak 8-Nov-13 0:08am    
Again, you're server-side code (everything you write in VB.NET) has no access to the client browser, so there's no way you do that.

Your ONLY option is to write CLIENT-SIDE code in JavaScript or some other scripting language to do it in the browser.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900