June 2007 - Posts
This is needed to help to GUIDE developers of Custom controls for ASP.NET and MOSS - We need the community to fill in the missing details! Implementation Option: (DLL based/Server Controls) (UpdatePanel/UpdateProgress Included) Platform: ASP.NET (A) Read...
I have the newest toolkit installed(1.0.10618.0). Intellisense brings up SkinID in the tabcontainer declaration, but I cannot seem to get it working. I looked over the CollapsiblePanel demo in the sample website and tried to implement in a similar way...
Hi, I am a newbie to AJAX and .NET and cannot seem to solve the following. I have a Tabcontainer which has 5 tab panels. The Tabcontainer is contained within a table. I have another table which has a few buttons and I would want to do something onclick...
I tested the AlwaysVisibleControlExtender in a server control based ASP.NET 2.0 webpart(DLL) . The webpart contains updatepanel, updateprogress control. The always visible control extender targets the updateprogress control, that is targetted to be at...
I am dynamically registering an image button as the trigger for an update panel with the following code: AsyncPostBackTrigger trigger = new AsyncPostBackTrigger (); trigger.ControlID = imgButton.UniqueID; trigger.EventName = "click" ; uxUplImageView...
Hi, I try to use to Reorlist Conrol from the AJAX toolkit. Everything seems fine but when I drag and drop an item to change its order I have a javascript popup with the message "Unable to reorder. Reorder failed" Here is the code of my page...
Because my host service does not offer the new Ajax tools yet, I'm still using the old Atlas version for one of my websites (since it only involves 1 or 2 files that I can place onto the server). I am hoping soon I will be able to update it to the...
Hi I want to place a MaskedEdit TextBox in a FormView InsertTemplate: < asp : FormView ID ="FormView1" runat ="server" AllowPaging ="True"> <InsertItemTemplate> < asp : ScriptManager ID ="ScriptManager1"...
Hi I have a MaskedEdit Textbox as following: < asp : TextBox ID ="TextBox4" OnTextChanged ="TextBox4_TextChanged" runat ="server"></ asp : TextBox > < ajaxToolkit : MaskedEditExtender ID ="MaskedEditExtender4"...
I have a problem that either has a simple solution or is an Ajax bug - I don't know which. I've implemented the Login control inside a panel that has its corners enhanced by the RoundedCornersExtender. It looks great but one negative side effect...
More Posts
Next page »