Search

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

Matching Posts

  • IIS ASP.Net Session timeout with 20 min.

    I've been informed that the session timeout for one of our web applications should now be 1 hour instead of the default 20 minutes. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60" /> I've also added Session.Timeout() = 60 to the Global.asax.vb file's Session_OnStart() I also added Session.Timeout() = 60 to my PageLoad event. I even went into the configuration settings
    Posted to State Management (Forum) by sundaram123 on 4/17/2005
  • Re: how will I invoke server side call from JavaScript

    Edited by tmorton. Please post code between < code> and < /code> tags. Here is some more information: I am working on adding spell check program for my application. I have main form it has different textbox user will enter text information and they will click spell button next to the text box. Using java script I will open then popup windows spell check page. Then user will click the start button; I will pick up the data from parent browser form text filed, start checking the spelling
    Posted to Client Side Web Development (Forum) by sundaram123 on 3/22/2005
  • how will I invoke server side call from JavaScript

    After loading ASP.Net from, how will I invoke server side call from JavaScript? I have ASP.Net from, after loading form I want to invoke server side button control from JavaScript, I am planning to execute this JavaScript on page load event? Thanks
    Posted to Client Side Web Development (Forum) by sundaram123 on 3/22/2005
  • Richtext control

    Hi, I am looking for Richtext control for my web application. Mostly I used VB.Net code for ASP.Net I need to store rich text data into database; also I need to display value back in rich text control. Can you please recommend best control for this purpose? Thanks
    Posted to Web Forms (Forum) by sundaram123 on 11/21/2004
  • salmple code for zip file upload

    Here is my requirement. User will upload zip file to web server, I need to unzip and read the text file, parse and upload into SQL server database. I am looking for sample to for unzipping upload file. I have code for file upload Thanks
    Posted to Web Forms (Forum) by sundaram123 on 11/9/2004
  • ASPX Thread was being aborted

    Edit by moderator - NetProfit: Please enclose your code between <co de> and </co de> tags! Hi, I have following two function, Its giving "Thread was being aborted" error message on convert function response.End() statement (last line of the function). Basically I am trying to create Excel file from dataset. Any help to fix this? Thanks Private Sub loadDG(ByVal strSQL As String, ByVal isExcelrpt As Boolean) Dim conString As String = Config.cfg.getAppValue("connectionString"
    Posted to Web Forms (Forum) by sundaram123 on 10/24/2004
  • IIS Error

    I am getting following system error message while accessing my ASPX page. How will I get actual error instead of this system error message? Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message
    Posted to Getting Started (Forum) by sundaram123 on 10/17/2004
  • Re: TreeView client side script

    Hi, Can you E-mail this code to sundaram@sfg.homeunix.com E-mail address. Thanks Sundaram
Page 1 of 1 (8 items)