Search the Community
Showing results for tags 'ajax'.
-
Hello, I'm newbie to ASP. Please help we've 5usercontrols in 5 different files, we used them in a defaul.aspx. Now i have problem. I used Ajax tab's controller for 5 tab's i used 5 usercontrols in first user control we have a Add Button if we click on that Add button then it must navigate to 3rd usercontrol i.e 3rd Ajax tab. How can i do it? Can any one kindly help me init? I tried every thing no clues for me. Please can any one help me ? here is the screenshot please look http://i51.tinypic.com/n5r511.jpg -Ajay
-
I am trying to build a Web Application using Visual Studio 2005 and C# 2005. I need to accept a date in a particular textbox. I tried to use AJAX Calendar Extender for the purpose. I have added AJAX Script Manager and CalendarExtender controls to the webpage and set the TargetControlId of CalendarExtender to the proper textbox id. But when I display the webpage (using Debug -> Start Without Debugging) and click inside the textbox nothing happens. I even tried to add an image control to the form and set the PopupButtonId of the CalendarExtender to the image, but even then I am unable to display the calendar control. What am I doing wrong??