Search

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

Matching Posts

  • authentication

    Hello all, I am developing a portal which needs claim based authentication can u pls suggest what are exact steps to implement this authentication? and what are the system requirements? swati
    Posted to Security (Forum) by Swati Jain on 12/15/2009
  • uploading excel file with formulas

    my webpage has controls as follows upload control to browse excel file copy to grid button -- to copy excel data to grid With following Code , I am trying to copy data from excel to gridview when i apply formula to excell cells in the excel file, the size of of the file increases Thus server refuses to upload the file with the upload the file and thows exception therefore in web.config file i added <system.web> <httpRuntime maxRequestLength="1048576" executionTimeout="1200"
    Posted to Data Presentation Controls (Forum) by Swati Jain on 9/4/2009
  • Re: server threw an exception. (Exception from HRESULT: 0x80010105

    Additionaly deploy this to server, configure MODI again with office 2007 and reset the iis
    Posted to Component Discussions (Forum) by Swati Jain on 9/2/2009
  • Re: Chart in iTextSharp

    hi create images using charting component and save the location of images, use the location of images while generating pdf in itextsharp Swati J
    Posted to Component Discussions (Forum) by Swati Jain on 9/2/2009
  • Gridview working like excel

    Hello Everyone, Is it possible pasting into multiple cells of gridview just like in excel? How? pls give me the dirction with this context? Thanks and Regards Swati Jain
    Posted to Data Presentation Controls (Forum) by Swati Jain on 8/26/2009
  • Re: Gridview working like excel

    hello all, thanks for replying but none of the anwer resolve my query I actualy want to paste selected rows/columns from excel into multiple cells of gridview(without loosing it row or column ) in excel Thanks and Regards swati
    Posted to Data Presentation Controls (Forum) by Swati Jain on 8/26/2009
  • Re: server threw an exception. (Exception from HRESULT: 0x80010105

    Got the soltion to realse memory string strRetVal = ""; MODI.Document miDoc = new MODI.Document(); MODI.Image miImage; int nWordCount = -1; // Open the file miDoc.Create(strFilename); miImage = (MODI.Image)miDoc.Images[0]; // Determine if this image has saved OCR information try { nWordCount = miImage.Layout.NumWords; } catch { nWordCount = -1; } // If image wasn't OCR'd yet, do it now and save the results if (nWordCount == -1) { miImage.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true
    Posted to Component Discussions (Forum) by Swati Jain on 8/17/2009
  • Re: MODI - Cannot delete file after document closed

    Hello all, string strText = ""; // Instantiate the MODI.Document object MODI.Document md = new MODI.Document(); // The Create method grabs the picture from // disk snd prepares for OCR. string strFileName = Session["ImagePath"].ToString(); md.Create(strFileName);-- -I get the error The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) // Do the OCR. md.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true); // Get the first (and only image) MODI.Image
  • server threw an exception. (Exception from HRESULT: 0x80010105

    Hi jasonxue, Pls tell me , whats going wrong with following code and steps to correct this string strText = ""; // Instantiate the MODI.Document object MODI.Document md = new MODI.Document(); // The Create method grabs the picture from // disk snd prepares for OCR. string strFileName = Session["ImagePath"].ToString(); md.Create(strFileName); --server threw an exception. (Exception from HRESULT: 0x80010105 // Do the OCR. md.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true); // Get
    Posted to Component Discussions (Forum) by Swati Jain on 8/14/2009
  • user control(autocomplete extender+dropdown extender)

    Hi using following code i have created combo box(autocomplete extender+dropdown extender) But I need to covert following to a user control for that, i need to pass name of the webservice as parameter but how to set target controls in .ascx file function setText(newValue) { document.getElementById('TextBox1').value = newValue; } function pageLoad() { $get('DropDownList1').style.width = $get('TextBox1').clientWidth; } <%@ Page Language="C#" AutoEventWireup="true"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Swati Jain on 5/28/2009
Page 1 of 73 (728 items) 1 2 3 4 5 Next > ... Last »