Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
100 views
Hi all

after I added the radrotator to my page it worked well on the local host but after I uploaded it to the server, the page takes about 10 minutes to load and finally show me this error:

Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.


if any one can help me, please reply

Thanks


Fiko
Telerik team
 answered on 11 Aug 2009
1 answer
238 views
Dear all,
i am looking to find solution like http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Accordion/Accordion.aspx and i saw one example at help pages to make it as accordion. I need to have button on right that stays at top, and after click goes down and changes css or image (like advanced search accordion panel).
Contents of a panel would be various input controls.

I wonder what would u suggest? Should i make it by using some different controls and then to redirect or should i use panelbar? Performance is most important. I can make this easly buy using asp.net ajax, so if u have some advices it would be nice.

Kind regards,
Vjeran


Fernando
Top achievements
Rank 1
 answered on 11 Aug 2009
1 answer
100 views
Hello Team.

    I have a radgrid which has a usercontrol in the edititemtemplate. In usercontrol I am using AjaxPro.dll which does the serverside validation with Ajax.

 

<telerik:RadScriptBlock ID="RadCodeScrip1" runat="server">

 


 

 

function CheckDuplicateRole(RoleName)

 

{

 

var OldRoleName= document.getElementById('<%= OldRoleName.ClientID %>').value;

 

if(RoleName.value != OldRoleName)

 

{

 

 

 

var isdup=Role.IsDuplicate(RoleName.value);

 

 

 

 

if(isdup.value==true)

 

{

alert(

"Role already Exists");

 

document.getElementById(

'<%= txtRoleName.ClientID %>').value="";

 

 

 

 

}

}

 

}

 

 

</telerik:RadScriptBlock> 

 

 

 

This Code was working until I added RadAjaxManager in the page.
I have added this code under RadScriptBlock but its not working for me


Peter
Top achievements
Rank 1
 answered on 11 Aug 2009
2 answers
339 views
Hi,

I want to execute the following steps in the order mentioned.

1. From a client side function on a modal pop up, call a serve side function on the modal pop up code behind
2. Depending on the bool value returned from the server side function to the client side function the modal pop up may or may not be closed.

Can anyone please help me with this ?
Thanks in advance.
nirmal
Top achievements
Rank 1
 answered on 11 Aug 2009
1 answer
208 views
Hello !

i have a question , is it possible to use strings in radtreeview datasource as id's ?
for example tweaked treeview demo from TreeView / Programmatic Data Binding (doesnt work) :
        
internal class SiteDataItemString
        {
            private string _text;
            private string _id;
            private string _parentId;

            public string Text
            {
                get { return _text; }
                set { _text = value; }
            }


            public string ID
            {
                get { return _id; }
                set { _id = value; }
            }

            public string ParentID
            {
                get { return _parentId; }
                set { _parentId = value; }
            }

            public SiteDataItemString(string id, string parentId, string text)
            {
                _id = id;
                _parentId = parentId;
                _text = text;
            }
        }


        private void BindToIEnumerable(RadTreeView treeView)
        {
           List<SiteDataItemString> siteData = new List<SiteDataItemString>();

            siteData.Add(new SiteDataItemString("1", "0", "Products"));
            siteData.Add(new SiteDataItemString("2", "1", "RadControls for ASP.NET Ajax"));
            siteData.Add(new SiteDataItemString("3", "1", "RadControls for Silverlight"));

            treeView.DataTextField = "Text";
            treeView.DataFieldID = "ID";
            treeView.DataFieldParentID = "ParentID";
            treeView.DataSource = siteData;
            treeView.DataBind();
       }

Thank You !
Veselin Vasilev
Telerik team
 answered on 11 Aug 2009
4 answers
190 views
I am needing to use a javascript function to total 5 textboxes as the user types in a money value all within the EditForm template.Normally I just view the source of the web page to grab the funky name that asp.net gives controls but I cannot see the source of the Edit template. My function needs the names of the textboxes to work. Has anyone done this?

Thanks,
Sam


Sam
Top achievements
Rank 1
 answered on 11 Aug 2009
1 answer
85 views
Hello,

Is there a way to change the name of an uploaded image?  For example the image uploaded maybe named "figure 1.jpg" and I would like to change it to "figure-1.jpg".

Thank You,
Alex
Fiko
Telerik team
 answered on 11 Aug 2009
1 answer
39 views
Hi,

We are developing a project with Telerik Q1 2008 version, and now we were thinking in upgrade to Telerik Q2 2009 version.
Is possible to have both Telerik version in the same project and step by step upgrade each page of our project to Telerik Q2 2009 version.
Or if we want to upgrade to Telerik 2009 Q2 we need to upgrade all project controls.

Thanks, David.
Paul
Telerik team
 answered on 11 Aug 2009
1 answer
84 views
Hi guys,

I have a page with a RadTextBox and asp button on it.  The intention is that a user enters a value into the RadTextBox and hits return.  When they hit return I would like the on_click event for the button to fire.

How do I ensure this happens?

Thanks
Drammy
Top achievements
Rank 1
 answered on 11 Aug 2009
1 answer
117 views
Hi,

I would like to add context menu to my scheduler dynamically - based on one of the custom attributes to show different menu items for each appointment. Is it possible? I couldn't find any examples for this scenario.

Thanks,
Julia
Peter
Telerik team
 answered on 11 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?