User Profile

Collapse

Profile Sidebar

Collapse
johnlim20088
johnlim20088
Last Activity: Aug 20 '07, 01:58 AM
Joined: Jan 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • johnlim20088
    started a topic Http web request issues HELP
    in .NET

    Http web request issues HELP

    Hi,

    Currenty I have a window based NET application running and have a following function to http post some data.

    string url = xxxx.aspx? parameter1=&par ameter2=&..etc

    WebRequest request = WebRequest.Crea te(url);
    request.Timeout =150000;
    WebResponse response = request.GetResp onse();
    StreamReader stream = new StreamReader(re sponse.GetRespo nseStream());
    Contents = stream.ReadToEn d();...
    See more | Go to post

  • johnlim20088
    started a topic http web request issues HELP
    in .NET

    http web request issues HELP

    Hi,

    Currenty I have a window based NET application running and have a following function to http post some data.

    string url = xxxx.aspx? parameter1=&par ameter2=&..etc

    WebRequest request = WebRequest.Crea te(url);
    request.Timeout =150000;
    WebResponse response = request.GetResp onse();
    StreamReader stream = new StreamReader(re sponse.GetRespo nseStream());
    Contents =...
    See more | Go to post

  • johnlim20088
    started a topic NET -> Http web request timeout HELP
    in .NET

    NET -> Http web request timeout HELP

    Hi,

    Currenty I have a window based NET application running and have a following function to http post some data.

    string url = xxxx.aspx? parameter1=&par ameter2=&..etc

    WebRequest request = WebRequest.Crea te(url);
    request.Timeout =150000;
    WebResponse response = request.GetResp onse();
    StreamReader stream = new StreamReader(re sponse.GetRespo nseStream());
    Contents =...
    See more | Go to post

  • SQL Server database crash/hang issues HELP

    Hi,

    Hi, currently I have a timer window application and web application (Visual Studio 2005) which is connect to database (SQL Server 2005).

    How I connect to database>?
    I am using Visual Studio 2005 connection tools ( Microsoft.Enter prise.Library.S ql....)etc, I totally using Microsoft Built in enterprise library.

    But, I always face database problem, my application always hang because of database...
    See more | Go to post

  • please help on Encryption and Decryption with 128-bit key in NET

    Hi,

    Can someone tell me who to encrypt data using standard AES algorithm with 128 bit key in NET?

    Also same go for Decryption.

    We will have a key file for above encryption and decryption is it?

    Please help. thank
    See more | Go to post

  • Sample 128 bit key file for .NET Encryption/Decryption HELP

    Hi,

    Hi, I know that in .NET, we can encrypt and decrypt a data using 'provided key file'.

    I have a question, is this keyword extension is ".key"?
    it store where?

    When we write a code in NET to use it, how to include it?
    Someone know the sample code?
    See more | Go to post

  • HELP!! Cryptography Application Block - AES algorithm with 128 bit key

    Hi,

    Currently I m doing a encryption with Microsoft Enterprise Enterlibrary Configuration.

    I does generated the encrypt and decrypt single string.

    I follow all the step, in creating Cryptography Application Block etc..

    But
    HOW I KNOW IT IS 128 bits key?

    and i create a new key, it seem auto fixed the key length for me

    Please help
    See more | Go to post

  • Documentation for Visual Studio 2005 Web Project issues HELP

    Hi,

    Hi, currently I have a web project called e-buy.sln with 30 xxx.aspx file, 1 dataaccess components, 1 business components...et c...

    The web site are deployed.

    Now I concern of documentation of the web project. Can someone tell me what a proper documentation can be done? Got any example that we can reference?

    I know it will included flow chart..,descrip tion..,class diagram...etc.. ....
    See more | Go to post

  • ASP NET 2.0 HELP- Response.redirect VS Server.Transfer

    Hi,

    Hi, someone can help me?

    I have a export.aspx page with the following url in my code

    url = http://localhost/exportfolder/log.csv

    when i use Response.Redire ct(url)

    it working fine and prompt up save as dialog box for me.

    BUT when i change to Server.Transfer (url)
    -> it have error -> The virtual path 'http://localhost/exportfolder/log.csv' are...
    See more | Go to post

  • johnlim20088
    started a topic Export Gridview to excel
    in .NET

    Export Gridview to excel

    Hi,

    Hi, currently I have a code below on my Listcontact.asp x file to export my gridview data to excel:-

    It is work success, and export the 'Contacts.xls' to my folder.

    But have following problem->
    1) when i open with wordpad, it show html tag with the value.
    2) when i open with excel, it look ok, BUT i don't want the colour and button to be export.

    CAN i format it as normal...
    See more | Go to post

  • johnlim20088
    started a topic ASP NET 2.0 - GridView export to EXCEL HELP
    in .NET

    ASP NET 2.0 - GridView export to EXCEL HELP

    Hi,

    Hi someone can help me on this?

    Currently I have a Listdata.aspx page with datagrid, I wish to export my datagrid content to excel with following code ( with button export click event):-

    But when I run the code, it raise an error
    -> Control 'ctl02_GridView 1' of type 'GridView' must be placed inside a form tag with runat=server"

    My Listdata.aspx page are place under MasterPage.aspx ,...
    See more | Go to post

  • Visual Studio 2005 ASP NET 2.0 Publish Website issues.

    Hi

    Hi someone can help me please.

    I have a ASP NET 2.0 website with more than 10 web page (aspx).

    When I do debug, anything working fine.
    Then I publish, it is fine too, and I upload to server.

    It is many error about precompiled items in my aspx.

    Then I re-publish again WITHOUT CHECK the checkbox ->allow this precompiled site to be updatable.

    Anything...
    See more | Go to post

  • johnlim20088
    replied to SMTP Mail asp net help
    in .NET
    Hi,

    Following are what I does

    1) on IIS, i add domain for my company domain, it is salesregion.com

    When i sent, have a error box prompt out from my computer mail function.

    it say -> the server are rejected my message...
    See more | Go to post

    Leave a comment:


  • johnlim20088
    replied to SMTP Mail asp net help
    in .NET
    Hi appreciated your replied, thank much..

    my problem is

    i can send email to yahoo.com, hotmail.com

    but cant send to my company email, example my company email is

    john@salesregio n.com

    something like tat.....
    See more | Go to post

    Leave a comment:


  • johnlim20088
    started a topic Asp Net Debug Help
    in .NET

    Asp Net Debug Help

    Hi

    I have a ASP NET page, it always jump to catch exception with following error

    + ex {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.} System.Exceptio n {System.Threadi ng.ThreadAbortE xception}


    and kill all my session value
    anyone can help?
    See more | Go to post

  • johnlim20088
    started a topic SMTP Mail asp net help
    in .NET

    SMTP Mail asp net help

    Hi.

    Currrently I implement email function by SMTP in asp net 2.0

    can someone tell me?

    I can send to yahoo.com email address, but WHY i fail send to other custom domain?

    example you@support.com
    See more | Go to post

  • Hi thank for replied.


    because i need a variabled which can become value=0 or value=1.

    but i heard it is not good to declare global variables within the page...
    See more | Go to post

    Leave a comment:


  • johnlim20088
    started a topic Good Way to declare global variables in C# NET
    in .NET

    Good Way to declare global variables in C# NET

    Hi,

    Hi, currently I developing an application in C# NET, let say i have a page call

    viewrecord.aspx , in this page, i have a global variables declared before the page_Load, so all function can access the variables.

    example

    public string record;
    public int status;
    ... etc..

    But I found this is not a good way,
    do you guys have other way to declare global...
    See more | Go to post

  • :( Help -> Grid View, programmaticall y set gridview textbox property readonly=false

    Hi,


    Currently i have a GridView with 1 text box template column, on start, i will set this textbox readonly =true

    When user click edit button, i would like to set the textbox control readonly=false so user can type in new text,

    i put it in gridview1_onDat aBound()

    as follow...
    See more | Go to post

    Leave a comment:


  • ASP NET - GridView edit data in grid HELP

    Hi,

    Hi, can someone help me on this?

    I have a grid view with following data

    1 jenny address1 address2
    2 ben address1 address2


    the column address1 is template fieled, with multiline textbox,


    on edit mode, i cant get value with e.NewValues[index...

    can help?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...