July 2007 - Posts
Hi, im designing a form in asp.net using AJAX tool kit. i have one button control and text box in my form.i added sql data source also. when i clik button the value entered in text box must store in DB. this is my code.. < form id ="form1"...
I have a DataList control which in its ItemTemplate contains (amoungst many other things) a RadioButtonList and a UserControl. I've simplified the code for brevity but it goes something like this: < asp:DataList ID= "dlAktivForm" runat...
Hi - I've found out that the buttons in my tab panels no longer post back when I add validation on the input form. Is there a way around this? Has anyone solved this? Thanks for ANY help or idea how to tackle ... Oliver Read More...
I have an Accordion with five different AccordionPanes that I want to databind to five different datasets, anybody have a solution, idea? Read More...
Hello, I have two questions: One) I'm using the MaskedEditExtenders from the Ajax Control Toolkit to help validate some input. The masks work well for when typing input, but when the ASP:Button wants to start doing some work with the input, any validation...
Hello, I have a ModalPopupExtender inside of a MultiView control. The ModalPopup is attached to a hidden button. In the code behind when someone clicks the visible button the OnClick method for that button executes a popup.Show(); This works great, but...
Hi, I am in the process of completing a web development using Asp.Net Ajax and the ajax controls. Late in the development, I found out I need to support Firefox as well as IE. I ran some tests and found that most things do not appear to work. Most, I...
I am trying to us a CustomValidator control to run some custom (obviously) validation code. When this is done, I want to use the ValidatorCallout to enunciate the validation error to the textbox. Sounds simple, right? Here is the known limitation of the...
I am trying to change the format of the calendar extender to be mm/dd/yyy ex ( 07/31/2007). Right now it is set to 7/31/2007 with a "d" in the format property. Any ideas? Thanks! Read More...
Hi, I have a Visual studio solution only with web user controls. How must I configure the web.config file for AjaxControlToolkit? I added this lines to my web.config: < httpHandlers > < remove verb= "*" path= "*.asmx" />...
More Posts
Next page »