Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
304 views
Hi,
I am using RadAsyncUpload (Q2 2012 SP1) with Forms Authentication using roles, it works well on my localhost, but when i deploy the site to my production server when i try to upload a file it simply doesn't work on submitting, i was debugging using  Firebug with Chrome and Firefox and this is what i get on the error console:
Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: 
An unknown error occurred while processing the request on the server. The status code returned from the
server was: 401

And in the script tab from firebug i get the next values: 0|error|401||.

I also followed the suggest from the telerik help thread: http://www.telerik.com/help/aspnet-ajax/asyncupload-troubleshooting.html,
where explains about making changes in the web.config for allowing telerik controles have authorization,
separated from the forms authentication but it still not working.
This is an example of how i have one of my configuration files for one role:

<?xmlversion="1.0"?>

<configuration>

<system.web>

<authorization>

<!—-->

<allowroles="Alumno"/>

<denyusers="*"/>

</authorization>

</system.web>

<locationpath="Telerik.Web.UI.WebResource.axd">

<system.web>

<authorization>

<allowusers="*" />

</authorization>

</system.web>

</location>

</configuration>

The control declaration in my aspx file looks like this:

<telerik:RadAsyncUploadrunat="server"ID="T_uploadArchivo"MaxFileInputsCount="1"AllowedFileExtensions="doc,docx"

onfileuploaded="T_uploadArchivo_FileUploaded"TemporaryFolder="~/Inicio/Alumno/Temporal">

<FileFilters>

<telerik:FileFilterDescription="Documentos de Procesador de textos(*.doc y *.docx)"Extensions="doc,docx"/>

</FileFilters>

</telerik:RadAsyncUpload>

The temporary folder is inside the same folder where authenticated user is, and i move the file manually to the Final Destination.

I also have tried some other solutions posted on the forums but nothing seems to work, i hope someone could help me solve this, thanks.


Alejandro
Top achievements
Rank 1
 answered on 24 Apr 2013
1 answer
76 views
The layout of my RadWindow is such that the RadTimePicker popup is larger than the RadWindow. Whenever the icon is selected to display the selection grid, the times overflow off the window and are not accessible. They are hidden inside the frame overflow producing scrollbars - this is unacceptable.

Is it possible to have the popup ignore the RadWindow boundaries and display outside the boundaries of the current RadWindow?
Keith
Top achievements
Rank 2
 answered on 24 Apr 2013
6 answers
792 views
Hello,

GIVEN
- Using Telerik Q1 2013
- Using ASP.NET 4.5(C#)
- Using a RadWindowManager(and it's child windows) on the Master page

ISSUE
- Looking for a way of checking if any RadWindow is opened.

Thanks
Mihai
Top achievements
Rank 1
 answered on 24 Apr 2013
1 answer
511 views

Hello,

How to set width of the buttons inside the telerik:GridTemplateColumn column. I add 2 buttons to my grid

<telerik:GridTemplateColumn UniqueName="Export2">
    <ItemTemplate>
        <telerik:RadButton ID="btnExport2" runat="server" Text="Button2" CommandName="Export2" Width="100px" />
    </ItemTemplate>
    <ItemStyle HorizontalAlign="Center"/>
</telerik:GridTemplateColumn>
 
<telerik:GridTemplateColumn UniqueName="Export1">
    <ItemTemplate>
        <telerik:RadButton ID="btnExport1" runat="server" Text="Button1" CommandName="Export1" Width="100px" />
    </ItemTemplate>
    <ItemStyle HorizontalAlign="Center" />
</telerik:GridTemplateColumn>

How to set buttons' width to fill all column's width? At that moment they does not fill all column's with. Take a alook at attached file.

Thank you.

MasterChiefMasterChef
Top achievements
Rank 2
 answered on 24 Apr 2013
5 answers
361 views
I cannot find the RadTextBox button server click event.

I would expect it to be there since this is a button/

How to get server click event working ?

How to add tooltip to the button ?

Roland
Pavlina
Telerik team
 answered on 24 Apr 2013
1 answer
63 views
Look Image.

The buttons First Page, Last Page, Next and Previous not display.



Version IE - 10.0.9200.16540
Angel Petrov
Telerik team
 answered on 24 Apr 2013
1 answer
255 views
Hello there,

I have a .NET website that uses the "RadControls for ASPNET AJAX Q2 2008" - I have now been given a Windows 7 64-bit machine, which I have installed Visual Studio 2005 on to.

On installing the RadControls for ASPNET, they have installed into C:\Program Files (x86)\Telerik\RadControls for ASPNET AJAX Q2 2008\, however, the existing website sourcecode is expecting to find the files in  C:\Program Files (x86)\Telerik\RadControls for ASPNET AJAX Q2 2008\

Please can you explain how I might be able to get the website working again, in the 64-bit environment?

Many thanks, and I apologise if this question has been asked before - I did try to search the forums for the answer, but I couldn't find it.
Biliana Ficheva
Telerik team
 answered on 24 Apr 2013
4 answers
719 views
Hi guys,

i have just started my first job and i've been thrown into the deep end and have been asked to create a C# asp.net website for this company. i have only been using telerik for 2 weeks.

I have a radgrid with a couple of columns which gets populated from a database based on a linq query. I have a status column and the status can either be "Open" or "Closed", when the data is populated into the radgrid i want a picture be be shown in a row instead of the text value "Open" / "Closed"

How would i go about doing this ?
 

Thank you in advance
 
Goat_
Top achievements
Rank 1
 answered on 24 Apr 2013
0 answers
58 views
I need a chart with two labels on XAxis. Name(Rotation 270) and below the name, date. There are four series, each serie a name like(LIMINAR,SENTENÇA,INTIMAÇÃO E NOTIFICAÇÃO). The names below each serie, with rotation 270 and below a range of date(below all series, one date) per period.

How can I do?
  
Paulo
Top achievements
Rank 1
 asked on 24 Apr 2013
0 answers
39 views

See The Attachment
i want show like mohamed ; mohahmed@gmail.com
How i achieve this

i bind like that
var projtext = (from a in db.DSProjectMasters
                                  where a.Status != "DEL" && a.FinalStatus == "Opn" && a.OprStamp == usercode && a.CompCode == compcode
                                  select new { a.ProjectCode }).ToList();
 
 
 
                      ToEmail.DataSource = emp;
                      ToEmail.DataValueField = "emailid";
                      ToEmail.DataTextField = "emailid";
                      ToEmail.DataBind();


Thanks Advance,
Mohamed.

mohamed
Top achievements
Rank 1
 asked on 24 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?