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
R

Rajeesrivastava

@Rajeesrivastava
About
Posts
10
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to clear all item from list box
    R Rajeesrivastava

    how to clear all item from list box

    ASP.NET tutorial

  • how to upload given url file.
    R Rajeesrivastava

    How to upload a given url file to given Folder.

    ASP.NET tutorial

  • Mail is not deliverd to Destination
    R Rajeesrivastava

    Regarding Problem in sending Mail. There is no Error but mail is not delivered to destination My mail server is also working and their Credential is also Correct. Plz help

    ASP.NET help sysadmin

  • problem in sending mail
    R Rajeesrivastava

    i have facing sending mail.i have write code: System.Net.NetworkCredential SmtpUser = new System.Net.NetworkCredential("donotreply@whclubs.net", "reply_wh"); SmtpClient smtp = new SmtpClient(); MailAddress from = new MailAddress(txtFrom.Text); MailAddress to = new MailAddress(txtTo.Text); MailMessage message = new MailMessage(from, to); message.Subject = txtSubject.Text; smtp.Host = "mail.whclubs.net"; smtp.DeliveryMethod = SmtpDeliveryMethod.Network; smtp.UseDefaultCredentials =false; smtp.Credentials = SmtpUser; smtp.Send(message); what is the problem in sending mail Thanks in advance

    ASP.NET csharp sysadmin help question

  • Can it is possible to fetch Client Mechine IP under Run Prosxy Server
    R Rajeesrivastava

    Can it is possible to fetch Client Mechine IP under Run Prosxy Server(Internet Distributive Envoirnment).I have written code string IPAddress = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString(); but it was return Proxy Server IP,but my moto to find out both proxy ip & Client IP.It is possible My Proxy server retrun Client Mechine IP. Plz help me.

    ASP.NET sysadmin help

  • Find Out HDD serial No
    R Rajeesrivastava

    how Find out Serial No of HDD who access my Web Application.I m using System.Management Namespace to Find the Client Mechine.This Application run on when it was running in Visual Studio.net (IDE) Envoirnment but when it was running on web server it is still nothing given to Response. what is Problem

    ASP.NET csharp visual-studio sysadmin help question

  • How Add Namespace in Mechine.config
    R Rajeesrivastava

    I want to add a Namespace in Web page.how can i add Namesapce using Mechine.config in asp.net.

    ASP.NET csharp asp-net question

  • [Message Deleted]
    R Rajeesrivastava

    [Message Deleted]

    ASP.NET

  • birthday alarm
    R Rajeesrivastava

    plz give answer in ASP.NET using C#.i have developed a sms web application,want to send birthday alarm automatically to register user.I have store all the information in sqlserver like birthday date.

    ASP.NET csharp asp-net

  • Sql
    R Rajeesrivastava

    hy, how can i create a transaction so that when ever i update a row of a table no other user can change it or access it.. its like transaction on a account , only one user can operate on an account at a time. i tried the following sql statement LOCK [ TABLE ] name IN lock_mode but it gives an error "incorrect syntax near table" should i create a stored procedure and then use SET TRANSACTION ISOLATION LEVEL SERIALATION after creating a transaction. plz help

    Database database help question announcement
  • Login

  • Don't have an account? Register

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