Search

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

Matching Posts

  • Flash based Form Save data in SQL server

    Hi all I am working on my flash based form which is on our secure site. What i am trying is to write the data when user fillout the form in SQL Database encrypted. At present when applicant fillout the form it shows you on the screen. Someone can give me guidence? Secure Application link https://secure9.securewebexchange.com/hometrusttest.ca/application.html CODE BEHIND using System; using System.Web.Configuration; using System.Net.Mail; using System.Security.Cryptography.Pkcs; using System.Security
    Posted to Free For All (Forum) by zafarjaffary on 12/2/2009
  • Re: Unable to save Datagridview in Excel sheet.

    Hi How i can use it. i have the the following page.
  • Re: Unable to save Datagridview in Excel sheet.

    I could not get you. you want me to send you my aspx and code behind?
  • Re: Unable to save Datagridview in Excel sheet.

    Thanks Please send the script @ zjaffary@hotmail.com
  • Unable to save Datagridview in Excel sheet.

    Hi All I am trying to save gridview in excel sheet. But it give me one window popup saying tha "Internet explorer was not able to open this internet site" It is working well in Firefox.
  • Convert Currency in French format

    HI I am trying to find out solution for converting the currency format from english to French. i have one table in sql server where i have minimum deposit column. it is okay for the english page. but i want to convert in french page sothat it should show like 5,000.00$ instead of $5,000.00. I have the following page you can look at it http://www.hometrust.ca/depositrates_fr.aspx it is showing $ 5, 000.00 as an english format on french page. Here is the data source. <asp:SqlDataSource ID="RateGIC"
  • Re: Hiding asp:repeater on logon

    The aspx file have the following code and i have the DIV here. <div id="600BeconPlus"> <p><strong>600+ Becon</strong></p> <table class="ratesTbl" style="width:400px;"> <tr> <td><strong>Term</strong></td> <td><strong>Rate<sup>1</sup></strong></td> <td><strong>Finder's Fee</strong></td> </tr> <asp:Repeater runat="server" DataSourceID
    Posted to Web Forms (Forum) by zafarjaffary on 3/11/2009
  • Hiding asp:repeater on logon

    Hi I have the following table on one of my aspx page. I have several tables to show according to logon with different proviences. I want to hide one table if someone logon with Quebec provience. Any help please. i want to hide the following table if someone logon with QUBEC user. <table class="ratesTbl" style="width:400px;"> <tr> <td><strong>Term</strong></td> <td><strong>Rate<sup>1</sup></strong></td> <td><strong>Finder's
    Posted to Web Forms (Forum) by zafarjaffary on 3/11/2009
  • Re: Session Management at Hosting Server

    Which tables i need to grant access? I am getting this message after i logon the page and stay for a while about 1 min and when i navigate to other page. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an
    Posted to State Management (Forum) by zafarjaffary on 1/5/2009
  • Session Management at Hosting Server

    Hi Can someone tell me about Session Management in SQL server. Steps i need to take. I have web site on my host. But i have problem with session. I have changed the web config <sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString="data source=XXXX;user id=XXX;password=XXX" cookieless="false" timeout="20" /> On the hosting server we have all the necessary procedures & DB structure, which will actually hold our sessions
    Posted to State Management (Forum) by zafarjaffary on 1/5/2009
Page 1 of 5 (43 items) 1 2 3 4 5 Next >