Answered by:
Page not getting loaded with AJAX effects .net

Question
-
User-644330731 posted
Dear all,
I have developed asp.net application . On Login page i have used <asp:TextBoxWatermarkExtender ></asp:TextBoxWatermarkExtender >
for "user name" and "Password" . Now the problem is , when page gets loaded it does not load "ajax" properly. It does not give any error
but to see "ajax" effect i need to press F5 many times. What should i do to overcome this?
Any one can help?
Thanks in advance.
Friday, September 27, 2013 6:28 AM
Answers
-
User555306248 posted
Refer this
http://www.nikhilk.net/Fajax.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 29, 2013 11:32 PM -
User-417640953 posted
Hi priya15,
Thanks for posting to asp.net forum.
TextBoxWatermark is an ASP.NET AJAX extender that can be attached to an ASP.NET TextBox control to get "watermark" behavior.
How to use it you can refer http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/TextBoxWatermark/TextBoxWatermark.aspx
According to your description, you should refresh page many times then we will see the watermark effect. I cannot reproduce the secens.
I think there may be other controls effect the TextBoxWatermark. Such as RangeValidator. Please check it.
If you still can not solve it, please share the code with us and let us reproduce the secens, then provide further solution. Thanks.
Best Regards!
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 2, 2013 5:42 AM
All replies
-
User839260933 posted
Hi
Please use "ToolkitScriptManager" instead of "ScriptManager"
Friday, September 27, 2013 6:38 AM -
User-644330731 posted
Thanks for your valuable reply,
I have already used ToolScriptManager.
Friday, September 27, 2013 7:40 AM -
User555306248 posted
Refer this
http://www.nikhilk.net/Fajax.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 29, 2013 11:32 PM -
User-417640953 posted
Hi priya15,
Thanks for posting to asp.net forum.
TextBoxWatermark is an ASP.NET AJAX extender that can be attached to an ASP.NET TextBox control to get "watermark" behavior.
How to use it you can refer http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/TextBoxWatermark/TextBoxWatermark.aspx
According to your description, you should refresh page many times then we will see the watermark effect. I cannot reproduce the secens.
I think there may be other controls effect the TextBoxWatermark. Such as RangeValidator. Please check it.
If you still can not solve it, please share the code with us and let us reproduce the secens, then provide further solution. Thanks.
Best Regards!
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 2, 2013 5:42 AM