Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
73 views
Hello,

I am developing a blog for a community

Basicly, when someone type www.mywebsite.com/nickname

I have a 404 handler that catch the not existing error and handle it with a Server.Trasnfer to another url

Something like www.mywebsite.com/profile/?nick=nickname

Inside that page i have a simple call to a WebService function that serve as a Session Refresher Dummy

If i open any webpage on my site that is not server with a transfer everything is working

If i open www.mywebsite.com/nickname the webservice is not working and the javascript error report it as a "not defined" object

Is there any way to fix this?

Really thanks

Francesco
Missing User
 answered on 14 Oct 2008
3 answers
270 views
Ater upgrading to the 1001 release, I am now receiving the following error from my web.config. Is this reference no longer required in the file (or was this something that I had left over from previous versions that I had progressed through)? I can't find the class when I browse the namespaces.

Thanks.

Server Error in '/' 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: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) (web.config line 89)

Source Error:

Line 87:     <httpModules>
Line 88:       <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 89:       <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Line 90:     </httpModules>
Line 91:     <httpRuntime maxRequestLength="2048000" executionTimeout="600" />
 

Source File: web.config    Line: 89

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

Erjan Gavalji
Telerik team
 answered on 14 Oct 2008
1 answer
99 views

Is it possible to start at the years and drill down to pick a date?
With the RadDatePicker.

Daniel
Telerik team
 answered on 14 Oct 2008
1 answer
149 views
hi,

I am using treeview in my page, i need to generate treeview with different images based on the condition.

how can i do this...

pls tell me the solution.
Shinu
Top achievements
Rank 2
 answered on 14 Oct 2008
3 answers
132 views
Hi

I am using a RadComboBox, which is Bound using the Bind Method, however the value which was originally selected may no longer exist in the ComboBox when it is rebound, this then throws an error.

It there any way to get around this ?


                    <telerik:RadComboBox ZIndex="10000" ID="RadComboBox2" Runat="server"   
                    DataSourceID="Enheder" DataTextField="unit_name" DataValueField="unit_id"   
                    SelectedValue='<%# Bind("ingredient_parcelUnit") %>'   
                    Filter="Contains" MarkFirstMatch="True"  > 
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </telerik:RadComboBox> 
 
Yavor
Telerik team
 answered on 14 Oct 2008
1 answer
183 views

In my asp.net application, rad grid consists of two image control column and one checkbox column for multiple row selection. One of the image control column is delete and delete command gets fired on image click since command name specified is 'Delete'. I defined one template column having another image.
What i want is if i selected multiple rows with check boxes then the particular routine should called on image2 click.
In my grid_itemdatabound event i have written this code:

 

 

ImageButton img2 = (ImageButton)dataItem["uniquename"].FindControl("ImgId");

 

img2 .Click +=

new ImageClickEventHandler(img2 _Click);

protected void  img2_Click(object sender, ImageClickEventArgs e)

 

 

{
//  some code that is to be executed, loop through grid rows, check if checkbox checked, execute routine
}

when i debug i fnd img2_click does get called


anyone who knows please tell how this can be achieved.

which command event i should use as delete i am already using for deleting multiple rows selected.
Please tell ASAP or provide some code.

Thanks.

Nikolay Rusev
Telerik team
 answered on 14 Oct 2008
3 answers
136 views
how to get the child nodes on server-side.

thanks
Shinu
Top achievements
Rank 2
 answered on 14 Oct 2008
0 answers
135 views
How to Refresh a RadTreeView nodes after selected
Muthu
Top achievements
Rank 1
 asked on 14 Oct 2008
1 answer
143 views
I would like to load the contents of RadMultiPage on demand but the PageViewCreated fires before TabClick so I'm rendering the same content in each tab.

I don't see a fix, explanation or solution anywhere.  I'm I misunderstanding this?

update for clarification:

1 - load tabs from a datasource (such as a dataview)
2) - dynamically load the page views with the tabclick
3) - using a user control to load into the pageviews

similar to the "Load On Demand RadPageView" but that example isn't complete. It doesn't show the PageViewCreated().

I can't isolate which tab has been selected in order to create the view (or even correlate the view if I've pre-built them)

Thanks,
Beth
Paul
Telerik team
 answered on 14 Oct 2008
1 answer
108 views
Hi all ,

I want to show chinese symbol ( currency symbol ) on X-Axis Label , but my radchart can not show .Althrough , I installed chinese font in windows .

Pls tell me what step do I can ?

Thanks ,

Phong
Ves
Telerik team
 answered on 14 Oct 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?