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
S

Sutheesh chandran

@Sutheesh chandran
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with file upload using Pure ASP
    S Sutheesh chandran

    Hi, In web.config <system.web>, add the following code <system.web> <httpruntime maxrequestlength="1024000" /> //Here u can give ur maximum size of the file. </system.web>

    Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

    ASP.NET help sysadmin

  • How to store "connection string" in global.asax file and web.config file using c#?
    S Sutheesh chandran

    Hi, u can add the connection strings in web.config in appsettings tag. <appSettings> <add key="constr" value="server=10.40.21.8;uid=sa;pwd=password;Database=dbname;"></add> </appSettings> Calling this connection string in .cs file SqlConnection dbConn; String ConnectionString = System.Configuration.ConfigurationManager.AppSettings["constr"]; dbConn=new SqlConnection(ConnectionString); dbConn.Open();

    Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

    ASP.NET csharp tutorial question

  • get full File path using Fileupload control
    S Sutheesh chandran

    Hi barani, Try this string fextn = System.IO.Path.GetFullPath(File1.PostedFile.FileName);

    Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

    ASP.NET help

  • Error:Cannot convert type string to int
    S Sutheesh chandran

    StrAlternative is an integer

    Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

    ASP.NET help

  • SQL or XML
    S Sutheesh chandran

    Which one is feasible to store data?

    Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.

    Database database xml question
  • Login

  • Don't have an account? Register

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