Search results for query: *

  • Users: harlem98
  • Content: Threads
  • Order by date
  1. H

    Upload file functionality disapeering at second bound

    Hello. I'm having a problem, using Telerik's ASP.NET Ajax RadAsyncUpload, to upload files. Everything is working fine when i perform the operation once, but when i try to do it a second time, the upload disapeers. I've tried to clean it's value, which works for the remaining atributes of the...
  2. H

    Upload in DB

    Hello community. I'm using Telerik ASP.NET Ajax's RadAsyncUpload in order to upload in DataBase. At the moment, i got some problems; it only allows one upload operations for postback, blocking after the first one. It´s saving FileContent as null, and FileExtension (FileTipo in my code) as blank...
  3. H

    Command Item Insert event

    Hello community. I have a strict architecture, which i have to follow. I0m trying to implement insert operations, but really don´t know how to do it following this logic. I have implemented the EditItem event, and the Save File also works, so i'm searching a similar operations to inserrt...
  4. H

    Using UserControl to Insert/Update

    Hello community! I am using and following this Demo, and i want the exact same result for Insert and Update operations, my problem is that my architcture is totally different and i can't addapt it to the solution. My main problem is in the update and insert command events.. i tried several...
  5. H

    Resolved File downloads as "Defaulf.aspx" instead of normal content

    Hello community! I am downloading a file, which when i download it, it downloads with File name and type "Default.Aspx" instead of the expected file content. Any ideas about the issue? protected void ExportFile_Click(object sender, EventArgs e) { var IDTemplate =...
  6. H

    Resolved Disable "Add New Record" Button when page loads

    My page has a comboBox which filters grid values. Im trying to disable grid's "add new record" button, when comboBox is empty, and enable the button when a value is selected and subconsequently, grid is loaded. I have the following JavaScript function, which disables the button on pageLoad, but...
  7. H

    Downloading files from grid

    Hello community I'm having problems in downloading files from a grid, i saw some solutions, all very similar, and but none solve my problem, i guess there must be some small mistake from my own. Can you help me? I'm using layers architecture and telerik framework <telerik:GridTemplateColumn...
Back
Top Bottom