Hi all,
I need to change label text dynamically for two operations on webpage in asp.net. First,when file uploading is completed label should show 'upload completed'. After that it will perform validation process and later will show the message 'validation complete'.
I have two methods that will be called one by one on Single Button click. I googled a lot but couldn't find a solution for this type of problem. Can someone please help?
sarvesh_1 0 Newbie Poster
Recommended Answers
Jump to PostYou need AJAX. A standard button click will process all server side code and then cause a postback to the page, meaning nothing will update until the process is complete.
Jump to Postare you talking about validating the file or something else? you can easily check the file type, size and other things before uploading (.net upload file control).
All 5 Replies
hericles 289 Master Poster Featured Poster
tdrosiadis 0 Light Poster
wazz 0 Newbie Poster
anu.achu.330 0 Newbie Poster
EddyC27 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.