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
A

antish1

@antish1
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • If column not found in table or columns is added,how to handle it asp.net
    A antish1

    in that insert query fire and data to fetch connection class to use and easily get it :laugh:

    ASP.NET database csharp asp-net tutorial question

  • Sending mail using SMTP
    A antish1

    Dim strMsg As String strMsg = txtMessage.Text If strMsg.Length >= 140 Then strMsg = strMsg.Substring(1, 140) End If mTo = Trim(txtToNumber.Text) & _ Trim(cboCarrier.SelectedItem.ToString()) mFrom = Trim(txtFrom.Text) mSubject = Trim(txtSubject.Text) mMsg = Trim(txtMessage.Text) mMailServer = ConfigurationManager.AppSettings.Get("MyMailServer") mPort = ConfigurationManager.AppSettings.Get("MyMailServerPort") Try Dim message As New MailMessage(mFrom, mTo, mSubject, mmsg) Dim mySmtpClient As New SmtpClient(mMailServer, mPort) mySmtpClient.UseDefaultCredentials = True mySmtpClient.Send(message) MessageBox("The mail message has been sent to " & _ message.To.ToString()) Catch ex As FormatException MessageBox("Format Exception: " & ex.Message) Catch ex As SmtpException MessageBox("SMTP Exception: " & ex.Message) Catch ex As Exception MessageBox("General Exception: " & ex.Message) End Try End Sub

    ASP.NET help html com beta-testing code-review

  • Multi-file input
    A antish1

    one more file..uplode....in the particular category....

    ASP.NET com help

  • Asp.net4.0: Ajax Control ToolKit
    A antish1

    http://ajaxcontroltoolkit.codeplex.com/releases/view/43475#DownloadId=116534,[^] this is toolkit download nd that prb...solved

    ASP.NET csharp visual-studio help asp-net design
  • Login

  • Don't have an account? Register

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