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!
Tran Quoc Thang
Posts
-
Audio Help On A Web Page -
[Q] Get information from another website?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!
-
Datagrid ControlTry 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!
-
Back to the beginningHey, 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!
-
Help in getting started in Web ProgrammingTake 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!
-
Asking about DataGrid Multi-Select???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
-
SMTP server address?You can use "localhost" as the SMTP Server's name!
-
[Q] Checkboxes in DatagridThanks very much SPS, now I can do, Thanks again!
-
[Q] Checkboxes in DatagridI 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!
-
[Q] Sending Email using ASP .NEThehhe, 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!
-
[Q] Sending Email using ASP .NETThanks 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 :(
-
[Q] Sending Email using ASP .NETHi 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 beginningImports 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.