Click here to Skip to main content
15,909,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
Richard Deeming11-Jun-13 3:27
mveRichard Deeming11-Jun-13 3:27 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
byka11-Jun-13 3:35
byka11-Jun-13 3:35 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
Richard Deeming11-Jun-13 3:39
mveRichard Deeming11-Jun-13 3:39 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
byka11-Jun-13 4:03
byka11-Jun-13 4:03 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
Richard Deeming11-Jun-13 4:17
mveRichard Deeming11-Jun-13 4:17 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
byka11-Jun-13 4:47
byka11-Jun-13 4:47 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
Richard Deeming11-Jun-13 5:03
mveRichard Deeming11-Jun-13 5:03 
QuestionUncaught TypeError: Cannot read property 'id' of undefined Pin
Vimalsoft(Pty) Ltd10-Jun-13 8:40
professionalVimalsoft(Pty) Ltd10-Jun-13 8:40 
I am using RadAsyncUpload which is defined like this

C#
<telerik:RadAsyncUpload ID="FileUpload1" runat="server" Skin="Forest" Width="272px">
</telerik:RadAsyncUpload>


and i have a asp.net button defined like this

C#
<asp:Button ID="btnUpload" Width="180px"  Height="30px" runat="server" Text="Upload"
                           onclick="btnUpload_Click" />


Now it works and it uploads the file , but now i want to have a Progress Bar , so like other controls i did the following

C#
<telerik:AjaxSetting AjaxControlID="btnUpload">
    <UpdatedControls>
          <telerik:AjaxUpdatedControl ControlID="btnUpload" LoadingPanelID="RadAjaxLoadingPanel1"></telerik:AjaxUpdatedControl>
     
        <telerik:AjaxUpdatedControl ControlID="FileUpload1" LoadingPanelID="RadAjaxLoadingPanel1"></telerik:AjaxUpdatedControl>
         
        <telerik:AjaxUpdatedControl ControlID="lblMessage" LoadingPanelID="RadAjaxLoadingPanel1"></telerik:AjaxUpdatedControl>
 
    </UpdatedControls>
</telerik:AjaxSetting>

    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    </telerik:RadAjaxLoadingPanel>


if i add this Ajax code , my Upload does not work , it give me the Following Error
Uncaught TypeError: Cannot read property 'id' of undefined

and chrome gives more info like

C#
Uncaught TypeError: Cannot read property 'id' of undefined Telerik.Web.UI.WebResource.axd:2889
Telerik.Web.UI.RadAjaxControl._initializeRequest Telerik.Web.UI.WebResource.axd:2889
H.z.callBaseMethod Telerik.Web.UI.WebResource.axd:3
Telerik.Web.UI.RadAjaxManager._initializeRequest Telerik.Web.UI.WebResource.axd:3463
(anonymous function) Telerik.Web.UI.WebResource.axd:3
(anonymous function) Telerik.Web.UI.WebResource.axd:3
H.w.raiseEvent Telerik.Web.UI.WebResource.axd:3
e._onFormSubmit Telerik.Web.UI.WebResource.axd:9
e._doPostBack Telerik.Web.UI.WebResource.axd:9
(anonymous function) Telerik.Web.UI.WebResource.axd:3
onclick


Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa[at]dotnetfunda.com
http://www.Dotnetfunda.com

QuestionHow to populate data in child page using json & master pages Pin
Rohit_daga9-Jun-13 20:11
Rohit_daga9-Jun-13 20:11 
AnswerRe: How to populate data in child page using json & master pages Pin
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)10-Jun-13 6:09
protectorTadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)10-Jun-13 6:09 
Questionjquery problem Pin
dasam9-Jun-13 19:33
dasam9-Jun-13 19:33 
AnswerRe: jquery problem Pin
Blikkies10-Jun-13 2:45
professionalBlikkies10-Jun-13 2:45 
QuestionAnimation not working in ModalPopupExtender. Anyone knows how to fix it? Pin
Pham Dinh Truong9-Jun-13 5:03
professionalPham Dinh Truong9-Jun-13 5:03 
QuestionGet Loggedin Domain\Username Pin
raesark7-Jun-13 2:11
raesark7-Jun-13 2:11 
AnswerRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 2:20
mveRichard Deeming7-Jun-13 2:20 
GeneralRe: Get Loggedin Domain\Username Pin
raesark7-Jun-13 2:24
raesark7-Jun-13 2:24 
GeneralRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 2:45
mveRichard Deeming7-Jun-13 2:45 
GeneralRe: Get Loggedin Domain\Username Pin
raesark7-Jun-13 3:46
raesark7-Jun-13 3:46 
GeneralRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 3:52
mveRichard Deeming7-Jun-13 3:52 
GeneralRe: Get Loggedin Domain\Username Pin
V R Shukla10-Jun-13 1:35
V R Shukla10-Jun-13 1:35 
GeneralRe: Get Loggedin Domain\Username Pin
raesark11-Jun-13 20:18
raesark11-Jun-13 20:18 
AnswerRe: Get Loggedin Domain\Username Pin
jkirkerx8-Jun-13 8:27
professionaljkirkerx8-Jun-13 8:27 
GeneralRe: Get Loggedin Domain\Username Pin
raesark11-Jun-13 20:20
raesark11-Jun-13 20:20 
GeneralRe: Get Loggedin Domain\Username Pin
jkirkerx12-Jun-13 6:46
professionaljkirkerx12-Jun-13 6:46 
QuestionDrop Down Listnot updating when item deleted from GridView Pin
WickedFooker6-Jun-13 4:59
WickedFooker6-Jun-13 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.