RoundedcornerExtender Borderwidth?
Hello,is it somehow possible to use a thicker border when adding a RoundedCornerExtender to a Panel (for example 2px or 3 px?) When i set the broer width for the panel itself it looks quite ugly. The...
View ArticleHow to hide Ajax pie chart legends (3.5 version) or click event for ajax pie...
I want to hide legends of a ajax pie chart but looks like there is no property for the same.Any way to handle this?Or Anyway to create a click event for Pie chart? My requirement is to show data in a...
View ArticleUsing ASP.NET or JQuery Modal Popup for CRUD operations
I am developing a rather large ajax based website. My idea is to use Modal Popups to perform CRUD operations so that users stay on the same page. For example, a page will display list of customers. A...
View ArticleToolkitScriptManager and url rewrite
I want to use the TextBoxWatermark of the Ajax Control Toolkit. If I use a scriptmanager, the page works alright. However, when I use a ToolkitScriptManager (I read that this is recommended), I get an...
View ArticleMicrosoft JScript runtime error: 'Sys.Extended.UI' is null or not an object
hi dear forums.asp.net members. i am using urlrewritingnet for url rewriting. at one of my page i am using auto complete extender . it works fine for first page weirdly because also that page is...
View ArticleSuggest me a way to remove code repetation
I'm integrating JQuery functionality into my ASP.net application. And some wrote some functionality with JQuery. Along with that I'm coding ASP.Net by integrating AJAX control toolkit, to make my...
View ArticleComboBox.SelectedIndexChanged cause page postback when using multiView And...
Hii have a multiView with 5 views which placed inside updatePanel like this :<asp:UpdatePanel ID="UpdatePanel4" runat="server"><ContentTemplate><asp:MultiView ID="MultiView1"...
View ArticleHTML Editor Extender not saving tags for some reason
Hi,I have the Ajax HTML Editor Extender tied to a few of my <asp:TextBox /> controls and everything seems to be working well with the exception of the <br> tag.When I format the text with...
View ArticleWhen i pass data: as datetime; controller return me null value
Hi All, Before i pass into controller, the date having value. But when go into controller, the date become null:"data3": data.start_date, "data4": data.end_dateBoth also having value in datetime...
View ArticleCalling code behind method from the HTML Editor custom button
HiI have created some new buttons to my tool bar on HTML Editor. On one of them i would need to call a code behind method.I understand the structure on the button events, they run the javascript file...
View Articleone login form
hey alli want to create one login form ina sp.net using c#in my database 2 users are admina nd usernow i create a login code here is codepublic partial class login2 : System.Web.UI.Page { admin ab =...
View ArticleHow we close the collapsiblepanelextender as the other opens
I have two collapsible panel extender which opens and collapses onclick of link buttons .Suppose when i open one collapsiblepanel by cllicking a link button the other collapsiblepanel does not close...
View ArticleCollision between alwaysvisiblecontrol and ClientScript.RegisterStartupScript
I use AlwaysVisibleControl in a page and show a result of data access in popup with ClientScript(or ScriptManager). RegisterStartupScript.ScriptManager.RegisterStartupScript(this, this.GetType(),...
View ArticleAjax AsyncFileUpload Script Error
Hi,I have updated to the new AjaxControlToolkit and I have used the new AsyncFileUpload control on a page.When I load my page I got the following error:"A script on this page may be busy, or it may...
View ArticleGet HTML Editor propertie
HiFollowing the example from ajax source code, i have setup a custom button to my toolbar and 2 new properties.property 1 defines if button shows or not ( working ok ) , and property 2 would be a...
View ArticleCalling Procedure to populate drop down
hi,I want to call a Procedure to populate drop down in a form. Right now I am using the code like this:<td class="style4">Choose Category: <font...
View ArticleUpdateProgress and UpdatePanel Inside Gridview Row
Hi,I have a Gridview with UpdateProgress, UpdatePanel and Linkbutton in gridview row TemplateField. When I click the Linkbutton, the UpdateProgress should work, but not in my case.Here's the...
View ArticleAccordion extender issue
This is my first time using Accordion and AccordionExtender, it would be appreciated if you can shed me some light on this.Thank you very much.I know there have been lots of discussion on this but mine...
View ArticleSlideshow Extender fails on page reload
I have a page with a slideshow extender.It works most of the time. Here is the situation where it does not work.On the same page are a set of hyperlinks that point to various points on the same page...
View ArticleProblems with modalpopup background click
Hi allI have a problem with my modalpopup background click as i use javascript to find its background element and when it is clicked by the client's side, it will close the modalpopup. However, it is...
View Article