I've been struggling with this for quite a while. I've looked at several developers' forums but no one can provide what to do.
I have an ASP.NET website written in VB
I have a "Create file" button on the page.
When the button is clicked and right before the click event starts to do its thing, I want to update a TextBox with the start time of the run and clear out the StopTime and ElapsedTime text boxes.
Fortunately, I don't have an issue with updating any textboxes once the file is created, but I can't seem to update the initial values so the user sees it right away.
It's almost like I need some kind of entity that will work immediately, but for the life of me I can't figure it out. All the examples I see make use of an UpdatePanel and UpdateProgress code set that will make an image visible during the file creation. I've added that to my page so at least the user knows that something is happening and that he did click the button. Now if I could only populate the textboxes.
Thanks in advance,
Jerruy
Jerry Scannell
I have an ASP.NET website written in VB
I have a "Create file" button on the page.
When the button is clicked and right before the click event starts to do its thing, I want to update a TextBox with the start time of the run and clear out the StopTime and ElapsedTime text boxes.
Fortunately, I don't have an issue with updating any textboxes once the file is created, but I can't seem to update the initial values so the user sees it right away.
It's almost like I need some kind of entity that will work immediately, but for the life of me I can't figure it out. All the examples I see make use of an UpdatePanel and UpdateProgress code set that will make an image visible during the file creation. I've added that to my page so at least the user knows that something is happening and that he did click the button. Now if I could only populate the textboxes.
Thanks in advance,
Jerruy
Jerry Scannell