-
In my asp.net 3.5 Ajax web application, I'm using an AsyncFileUpload control within a user control (inside an update panel) and my maximum request length is 4MB as .NET framework allows. I have managed to upload files as they are valid for the constraints. But I have to handle when the user selects...
-
Hi, Is there a way of reading a cookie created from a main page (using javascript) when you are in a pop up, but i need to read in from asp.net thanks
-
hey is any 1 can help me hw to develop the coupon code website , i mean how to collect the information of the user who has been clicking the coupon or off to merchant web site first time.
-
guys , i am heading for the 529. i am mentioning the major steps step 1 web services step 2 remoting step 3 wcf (right now i m having a battle with the 529) . hope i win that(god will help me) . if so then i m thinking about wcf (my mind is not stable) . but the weaknes i m having is i do not have any...
-
Hi All, i am finding asp.net file upload control with progress bar ,if any one know let me know Thanks Nishantha
-
Did you try to assign the AssociatedUpdatePanelID programmatically or creating dynamic UpdateProgress ? But still I believe, you can use multiple UpdateProgress controls? Can you just send us the code of your page?
-
According to my understanding there is no way to do that. But Why do you really want to have single UpdateProgress for two UpdatePanel s? Any special reason?
-
As I remember, we can only assign one UpdatePanel for UpdateProgress with AssociatedUpdatePanelID property. But if you keep the AssociatedUpdatePanelID properly empty, then it works with every AJAX post bank in the page. Cheers..
-
In my web page I have used few panels to manage the UI at the run time. The panels which are very rarely displayed are already set to Visible = false in the design view. When I'm running the page only one panel does not accept Visible = true and not give any errors (obvious), and the panel remains...
-
This application wrote using .net 3.5. My scenario is inside a user control [ User control's Body is an update panlel ] i have another update panel which get refreshed accoding to a timer. and i hv a textbox outside that update panel but inside the user control. The problem i have is whenever timer...