Telerik Forums
Community Forums Forum
32 answers
1.1K+ views
Do you like being informed up to the minute on what's going on at Telerik during release times? Do you anxiously refresh your Client.NET downloads page all day waiting for the new files to show up? If that's you, this is your thread. Simply subscribe to this thread and I will do my best to answer your anxious questions and keep you informed about release activity. And of course, as soon as the release is available, you'll know about it if you're subscribed to this thread.

Sign-up now and I'll keep you in the loop.

-Todd Anglin
http://telerikwatch.com
Dimo
Telerik team
 answered on 26 Sep 2007
0 answers
60 views
Awesome!!


Steve Herold
Top achievements
Rank 1
 asked on 26 Sep 2007
1 answer
114 views
In asp.net, how to call a javascript function in server side?
Poul Henningsen
Top achievements
Rank 1
 answered on 20 Sep 2007
1 answer
113 views
hi
I get this error message in localhost :

Server Error in '/thebdg' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred loading a configuration file: Access to the path 'c:\inetpub\wwwroot\web.config' is denied.

Source Error:

[No relevant source lines]

Source File: c:\inetpub\wwwroot\web.config    Line: 0


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832



How can I fix this problem and make the web site run ?
Poul Henningsen
Top achievements
Rank 1
 answered on 19 Sep 2007
2 answers
58 views
I'm using RadPanelBar on a User Control.
Then placing that User Control on a Master Page.
And now i want to load new page on click of any child-item of Panel Bar,
for that i have used NavigateUrl method and i got success, but problem is that
when any RootItem is selected and clicked on its ChildItem then new is getting loaded but with RadPanelbar closed.

I want it to be opened depending upon which ChildItem is selected form its ParentItem.
annie
Top achievements
Rank 2
 answered on 18 Sep 2007
3 answers
174 views

Thank you for your comments and contributions that have gone into the upcoming Q2 release. Now weigh in one more time for the final push! All you need to participate is your Telerik Client.Net email address.

LET THE GAME BEGIN

Sasa Milovic
Top achievements
Rank 1
 answered on 13 Sep 2007
1 answer
78 views
Anyone who have give this a thought?

If I make a site completely using AJAX, I am afraid that my site wont get registrate fully in search engines. Why? All links are generated dynamicly and searchrobots does use the page sourcecode, doesn't it+ And by ajax the page sourcecode remains the first page.

Or have I missed something lovely? ;)
Bodevain Svensson
Top achievements
Rank 1
 answered on 11 Sep 2007
1 answer
175 views
0 answers
166 views
Hi

I applied a telerik line chart.When I wanted to make it dynamic,I come accross an error message.

The code for which it is showing this error::

<radc:ChartSeries Name="Series 2" PointMark="None" LineWidth="3" Type="Line">
                                    <Items>
                                        <radc:ChartSeriesItem YValue="<%=y0 %>" XValue="<%=x0 %>"></radc:ChartSeriesItem>
                                        <radc:ChartSeriesItem YValue="<%=y1 %>" XValue="<%=x1 %>"></radc:ChartSeriesItem>
                                        <radc:ChartSeriesItem YValue="<%=y2 %>" XValue="<%=x2 %>"></radc:ChartSeriesItem>
                                        <radc:ChartSeriesItem YValue="<%=y3 %>" XValue="<%=x3 %>"></radc:ChartSeriesItem>
                                        <radc:ChartSeriesItem YValue="<%=y4 %>" XValue="<%=x4 %>"></radc:ChartSeriesItem>
                                    </Items>
                                    <Appearance MainColor="253, 226, 0" SecondColor="255, 156, 0" BorderColor="DimGray"></Appearance>
                                    <LabelAppearance TextFont="Arial, 8.25pt, style=Bold" Alignment="MiddleRight"></LabelAppearance>
                                </radc:ChartSeries>

The error message is ::

Server Error in '/MustangClaims' Application.

Overflow error.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OverflowException: Overflow error.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[OverflowException: Overflow error.]
System.Drawing.Graphics.CheckErrorStatus(Int32 status) +104
System.Drawing.Graphics.DrawLines(Pen pen, Point[] points) +317
Telerik.WebControls.Chart.DrawHLineSeries(ChartSeries series, Rectangle plotRect, Int32 lineType) +1034
Telerik.WebControls.Chart.DrawHorizontalSeries(Rectangle chartRectangle, Rectangle plotRectangle, StringBuilder sbImageMap) +496
Telerik.WebControls.Chart.DrawSeriesManager(Rectangle chartRectangle, Rectangle plotRectangle, StringBuilder sbImageMap) +415
Telerik.WebControls.Chart.Draw(Int32 chartWidth, Int32 chartHeight, StringBuilder sbImageMap) +3139
Telerik.WebControls.RadChart.RenderContents(HtmlTextWriter writer) +532
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +43
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +74
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +291
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +49
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +234
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +53
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +98
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +43
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +335
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +74
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +291
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +49
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +56
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +234
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +53
System.Web.UI.Control.Render(HtmlTextWriter writer) +31
System.Web.UI.Page.Render(HtmlTextWriter writer) +39
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +74
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +291
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5534

Please let me know the procedure to get rid off this error.

Thanks and regards,

Amlan

Amlan
Top achievements
Rank 1
 asked on 07 Sep 2007
0 answers
146 views

Thank you for your comments and contributions that have gone into the upcoming Q2 release. Now weigh in one more time for the final push! All you need to participate is your Telerik Client.Net email address.

LET THE GAME BEGIN

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 06 Sep 2007
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?