User Profile

Collapse

Profile Sidebar

Collapse
phuc2583
phuc2583
Last Activity: Mar 31 '08, 11:12 AM
Joined: Dec 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • phuc2583
    started a topic show more datalist
    in .NET

    show more datalist

    Hello everybody!
    I have some problem with my code but i can not do it,i tried my best to do this way or another way so i can...
    I have a page showsubject.asp x it contain to two datalist
    datalist1:show all the news group
    datalist 2:show all the news subject
    but now i want to appear 3 datalist
    when i choose in name on news subject
    so it link to another page(show detail the news) shownews.aspx
    ...
    See more | Go to post

  • phuc2583
    started a topic convert dll file to...
    in .NET

    convert dll file to...

    I lost my visual basic source code file.But I have only dll file .so where can I find C# Decompiler to restore the source code. Please any body help me
    Thanks in advance
    Hoang Phuc
    See more | Go to post

  • phuc2583
    started a topic email

    email

    please help me about my code that write by asp
    email code.when i sent email but i can receive a email at all.
    this is he whole code
    [code=asp]
    mailto="anEmail Address@gmail.c om"
    host="localhost "

    yourname=Reques t.Form("name")
    email=Request.F orm("email")
    phone=Request.F orm("phone")
    note=Request.Fo rm("note")
    subject=Request .Form("subject" )...
    See more | Go to post
    Last edited by jhardman; Mar 18 '08, 09:32 PM. Reason: put code in code tags. Please note button marked - #, removed email address

  • phuc2583
    started a topic The server committed a protocol violation
    in .NET

    The server committed a protocol violation

    Please help me when i submit to run the web server but i give a error below
    Unable to start debugging on the web server the server committed a protocol violation
    Section=Respons eStatusLine
    Thanks in advance
    Hoang Phuc
    See more | Go to post

  • phuc2583
    started a topic email can not send (error '8004020f')

    email can not send (error '8004020f')

    I will try my best to send email(abc@nhatr anglive,support @nhatranglive), but i can not sent it
    i will try again another email address(phuc258 3@gmail,phuc258 3@yahoo.com), so it sent well,
    This is my code to write to send email:
    Senderfirstname =Request.Form(" firstname")
    SenderlastName= Request.Form("l astname")
    SenderEmail=Req uest.Form("emai l")
    SenderPhone=Req uest.Form("phon e")...
    See more | Go to post

  • Microsoft JET Database Engine error '80040e09'

    I have a problem with an application I developed with code charge. Whenever I
    try to access a table in a database I get the following error:

    Microsoft JET Database Engine error '80040e09'
    Cannot update. Database or object is read-only.

    Secondly, I find it difficult to use code charge to append/add records from
    one table(in a grid form) to another(within the same database)

    Please,...
    See more | Go to post

  • phuc2583
    started a topic Syntax error in UPDATE statement.

    Syntax error in UPDATE statement.

    I don't think my code get to error;
    please check the code for me
    i have found but i can see where error was
    this is my code UPDATE:
    if trim(request("O ption"))="EditC ustomer" then
    CustomerId = trim(request.fo rm("CustomerId" ))
    strupdate="UPDA TE customer SET CustomerId ='"&CustomerId& "',firstname='" &Firstname&"'"& ","...
    See more | Go to post

  • phuc2583
    replied to sent email
    Thanks so much to your help me.
    I have accomplished it
    Regards
    Hoang Phuc
    See more | Go to post

    Leave a comment:


  • phuc2583
    started a topic sent email

    sent email

    how to send email to one or two person
    this is my code:
    please help me to check my code:
    <%
    SenderName=Requ est.Form("name" )
    SenderEmail=Req uest.Form("emai l")
    SenderPhone=Req uest.Form("phon e")
    Sendernote=Requ est.Form("note" )
    MailTo = "phuc2583@gmail .com"...
    See more | Go to post

  • phuc2583
    replied to save datetime and inscrease numbers
    that great?
    i have completed and it run very good
    this add one var session()
    Thanks
    Regards
    Hoang Phuc
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    if trim(request("O ption"))="AddMo reOrder" then
    Set Con = Server.CreateOb ject("ADODB.Con nection")
    Set rs = Server.CreateOb ject("ADODB.Rec ordset")
    data_source = "Provider=Micro soft.Jet.OLEDB. 4.0; Data Source=" & _
    server.mappath( "db/customer.mdb")
    Con.Open data_source
    rs.Open "Orderdetai l", conn, 1, 3
    ' Adding data...
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    Your help has showed me to do that better
    but i try do it that my idea is:
    In my database,i have a table(is name OrderID)
    field:OrderID :number
    Item :text
    Description :text
    that save all by access
    the code that i wrote,i meet some problem
    Ex;OrderID:0802 19002,080219005 ....
    but if i submit then that save 080219003,
    order by increase (1..10...)
    but...
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    The table is only one field :CustomerID
    that all hold the value:Year,Mont h,number
    and it come such:08020001
    after i submit it that save it.
    CustomerId:auto matic number
    Thanks
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    thanks so much to your help me to do
    but now i want add the day and OrderId:0802180 01
    anh then it automatic
    but not run
    please check the code:

    if trim(request("O ption"))="AddOr der" then
    Set rs = Server.CreateOb ject("ADODB.Rec ordset")
    ' rs.Open "orderdetai l", conn, 1, 2
    rs.CursorType = 1

    rs.LockType = 3
    ...
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    Thanks so much to your help.I have done it
    Regards
    Hoang Phuc
    See more | Go to post

    Leave a comment:


  • phuc2583
    replied to save datetime and inscrease numbers
    Correctly!
    Can you show me to do that or you know another the page that write the same of my code.
    Thank you so much to your help
    I am very fun if you help me
    See more | Go to post

    Leave a comment:


  • phuc2583
    started a topic save datetime and inscrease numbers

    save datetime and inscrease numbers

    I have some problem about the date time.I want to save a database with write by access that ID such as:yymm####
    yy;year get two numbers(2008)->08
    mm:month get two numbers->02
    ####:the order:0001,0002
    the whole function:080200 01
    when i save a customer that,Id increase 08020002,...,08 020010...
    but step another month that increase 08030001,080300 02,...,08030010 ..
    and go on like that
    and also...
    See more | Go to post

  • phuc2583
    started a topic send email error

    send email error

    I have a real problem here. I'm trying to configure a web
    server which is XP2 with IIS and SMTP installed.
    When I run my asp pages, my CDONTS object return an error
    on the page which is Microsoft VBScript runtime
    error '800a0046'. Permission Denied.

    Please help me to send this email.
    Thanks so much to your help.
    Regards.
    Hoang Phuc
    See more | Go to post
No activity results to display
Show More
Working...