Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Tran Quoc Thang

@Tran Quoc Thang
About
Posts
12
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Audio Help On A Web Page
    T Tran Quoc Thang

    Hi, simply by adding your video or audio file into your website! You can record your own video and add it into your site! Do you want a loans with good services? Do you want to improve your finance? This web site will be helpful www.c-loans.com You will love our services!

    ASP.NET help tutorial question

  • [Q] Get information from another website?
    T Tran Quoc Thang

    I have a problem. I want to get information from Yahoo, such as weather information or finacial information to keep my website up-to-date, but I don't know how to do? Please tell me. Thanks! Do you want a loans with good services? Do you want to improve your finance? This web site will be helpful www.c-loans.com You will love our services!

    Web Development com help tutorial question code-review

  • Datagrid Control
    T Tran Quoc Thang

    Try this event! dragrid1_edit I don't remember exactly! Do you want a loans with good services? Do you want to improve your finance? This web site will be helpful www.c-loans.com You will love our services!

    Visual Basic database

  • Back to the beginning
    T Tran Quoc Thang

    Hey, I think .NET Framework hasn't been installed on your computer :D Do you want a loans with good services? Do you want to improve your finance? This web site will be helpful www.c-loans.com You will love our services!

    Web Development csharp asp-net windows-admin debugging tutorial

  • Help in getting started in Web Programming
    T Tran Quoc Thang

    Take a look over MSDN, it would be helpful. It's very hard to tell you from A to Z :D. Try, and tell us what you don't understand! Do you want a loans with good services? Do you want to improve your finance? This web site will be helpful www.c-loans.com You will love our services!

    ASP.NET csharp c++ javascript html asp-net

  • Asking about DataGrid Multi-Select???
    T Tran Quoc Thang

    Hi everybody, I've followed a tutorial in Codeproject.com to make an asp.net page. This page has a datagrid with a checkbox for each row. Then I can select the checkbox the select the row. But the page doesn't work. I don't know the reason why. This code is placed in the button_onclick event Dim drItem as DataGridItem For Each drItem in DataGrid1.Items Dim chk As CheckBox = CType(drItem.Cells(0).Controls(1), CheckBox) If chk.Checked then Response.Write (drItem.Cells(1).Text) End If Next

    ASP.NET csharp asp-net com tutorial question

  • SMTP server address?
    T Tran Quoc Thang

    You can use "localhost" as the SMTP Server's name!

    ASP.NET question csharp sysadmin

  • [Q] Checkboxes in Datagrid
    T Tran Quoc Thang

    Thanks very much SPS, now I can do, Thanks again!

    ASP.NET tutorial

  • [Q] Checkboxes in Datagrid
    T Tran Quoc Thang

    I have a Datagrid and a checkbox for each line of the datagrid. I want to know what checkbox was selected when I click on the button. But I don't know how to do. Please tell me! Thanks!

    ASP.NET tutorial

  • [Q] Sending Email using ASP .NET
    T Tran Quoc Thang

    hehhe, it's been done. Do you know what server did I use to send email on webmatrixhosting, hehhe "localhost". It's Ok. Thanks every body. I love .NET!

    ASP.NET csharp com design sysadmin data-structures

  • [Q] Sending Email using ASP .NET
    T Tran Quoc Thang

    Thanks Bee Master so much. It've been done. Thanks! I'm trying to browse in at Webmatrixhosting.net, but it doesn't work, because I don't know Webmatrixhosting's SMTP server name :(

    ASP.NET csharp com design sysadmin data-structures

  • [Q] Sending Email using ASP .NET
    T Tran Quoc Thang

    Hi everybody, I've writen an application to send email using ASP .NET. But it's not run on my localhost. Please correct me. I wrote this code in the onload event Dim eml as new EmailMessage eml.from = "tranquocthang2000@yahoo.com" eml.to = "quocthang@vnws.com" eml.subject = "testing" eml.body = "This is a test" SmtpMail.send(eml) I've also writen this code at the beginning Imports System.Web.Mail When I run this application, an error was occured. Server Error in '/Email' Application. -------------------------------------------------------------------------------- The "SendUsing" configuration value is invalid. 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.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. Source Error: Line 38: Eml.Subject = "Testing email" Line 39: Eml.Body = txtCont.Text Line 40: SmtpMail.Send(Eml) Line 41: End Sub Line 42: End Class Source File: c:\inetpub\wwwroot\Email\default.aspx.vb Line: 40 Stack Trace: [COMException (0x80040220): The "SendUsing" configuration value is invalid. ] [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) +0 System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) +473 System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +58 [HttpException (0x80004005): Could not access 'CDO.Message' object.] System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +113 System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1846 System.Web.Mail.SmtpMail.Send(MailMessage message) +153 Email.WebForm1.btnSend_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\Email\default.aspx.vb:40 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.

    ASP.NET csharp com design sysadmin data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups