Click here to Skip to main content
16,022,417 members

Comments by sudheer.learner (Top 8 by date)

sudheer.learner 4-Jan-12 1:41am View    
i dont need to save in to Server please understand my question
i need client side path before using
FileUpload1.PostedFile.SaveAs(Server.MapPath("~\\Uploadform\\" + filename.Trim()));
sudheer.learner 22-Dec-11 6:01am View    
Now also i am not able to connect Vinod , could you please connect to my System
throw teamviewer
sudheer.learner 22-Dec-11 5:36am View    
<connectionstrings>
<add name="TFAConnection" connectionstring="Data Source=192.168.2.13;User Id=sudheerjksn;password=sudheer@123;Initial Catalog=TFA_Data ">

sudheer.learner 22-Dec-11 5:35am View    
Hi Sucharitha,

thanks for your solution , but now also i am not able to connect it shows some error
could you please send me connection string and how to access that in c#.net
i use in web.config
<connectionstrings>
<add name="TFAConnection" connectionstring="Data Source=192.168.2.13;User Id=sudheerjksn;password=sudheer@123;Initial Catalog=TFA_Data ">



and access this in c#.net is
SqlConnection con = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["TFAConnection"].ConnectionString);


it show error like error: 40 - Could not open a connection to SQL Server
please help me sucharitha
sudheer.learner 22-Dec-11 5:05am View    
My Connection String is like that
<add key="TFAConnection" value="Data Source=192.168.2.13;Initial Catalog=TFA_Data;User Id=sudheerjksn;Password=sudheer@123;">