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.
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.
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.
Hi barani, Try this string fextn = System.IO.Path.GetFullPath(File1.PostedFile.FileName);
Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.
StrAlternative is an integer
Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.
Which one is feasible to store data?
Sutheesh Ramachandran Cybernet Software Systems, T Nagar, Chennai 17.