Search

You searched for the word(s): userid:820513

Matching Posts

  • Enable/Disable CheckBox by javascript

    Dear All, I have two custom checkbox controls and ont textbox on my page, let we say cbx1, cbx2, txt1, and change the enable property for cbx2, txt1 based on cbx1 checked value by javascript, and if i set cbx2, txt1 enable property to false, then the javascript call when tick and untick cbx1 work fine for txt1, but cbx2 still enabled false. I will be gratefull for your help. Best Regards, AHF.
    Posted to Getting Started (Forum) by ahf on 11/4/2008
  • Upload file inside Update Panel without refresh whole page and without using updatepanel triggers for postback trigger

    Hi All, Iam using fileupload control inside updatepanel, and save button for save the file uploaded by that fileupload to server by below code: MyFileUpload.SaveAs(Path); So that, my problem i need to perform this code without refresh whole page, so i don't want to use updatepanel triggers for save button to do postback(it referesh whole page _i need only execute SaveAS Code to Server and all i need to pass the problem of security issues_(not all page refresh and send to server), and if the above
    Posted to ASP.NET AJAX UI (Forum) by ahf on 8/28/2008
    Filed under: So that, AHF, and if the above code don't work if the button don't refresh whole page, and save button for save the file uploaded by that fileupload to server by below code: MyFileUpload.SaveAs(Path), Iam using fileupload control inside updatepanel, may anyone tell me the code for SaveAs function in Asp.net and how it work to perform the SaveAs function for uploaded file to save it on server.Regards, my problem i need to perform this code without refresh whole page, Hi All, so i don't want to use updatepanel triggers for save button to do postback(it referesh whole page _i need only execute SaveAS Code to Server and all i need to pass the problem of security issues_(not all page refresh and send to server), and save button for save the file uploaded by that fileupload to server by below code: So that
  • Re: File Upload Inside FromView and Update Panel

    The error reason, because i used master page, and so that it sould in maser page source code add this code(the underline code) for html form tag: < form id ="form1" enctype ="multipart/form-data" runat ="server"> Regards, AHF.
    Posted to Data Presentation Controls (Forum) by ahf on 8/19/2008
  • File Upload Inside FromView and Update Panel

    Hi, I have file upload in formview, and this formview inside update panel, and i try to upload file in edit mode, i regist the button to do postback in page load like code below: if (btnUpload != null ) { ScriptManager .GetCurrent( this .Page).RegisterPostBackControl(btnUpload); } , and so that in edit mode when i browse a file, then click button upload,which as shown below the code for onclick event for it: FileUpload fu = ( FileUpload )frmD.FindControl( "fileuploadID" ); if(fu.HasFile
    Posted to Data Presentation Controls (Forum) by ahf on 8/19/2008
Page 1 of 1 (4 items)