ASP.NET Server-side text change notification?
The Weird and The Wonderful
2
Posts
2
Posters
10
Views
1
Watching
-
I found this piece of code on the server side of an ASP.NET C# application. I think he was waiting for the text to change at the browser side before continuing. It didn't take me long to figure out why the page kept locking up. while (Textbox3.Text == "") { }
-
I found this piece of code on the server side of an ASP.NET C# application. I think he was waiting for the text to change at the browser side before continuing. It didn't take me long to figure out why the page kept locking up. while (Textbox3.Text == "") { }
varnk wrote:
while (Textbox3.Text == "") { }
What a shame ....!!!! :mad:
printf("Navaneeth!!") www.w3hearts.com