Click here to Skip to main content
16,004,686 members

Comments by Raajkumar.b (Top 99 by date)

Raajkumar.b 14-Apr-14 1:40am View    
http://www.codeproject.com/Questions/757273/Problem-with-progress-bar-when-extracting-files
this link contains my code check it once
Raajkumar.b 14-Apr-14 1:38am View    
using Ionic.Zip;
Raajkumar.b 10-Apr-14 3:00am View    
hey sry yaar the problem is after cmd2 command ther we are writing cmd.executenonquery()


replace it with cmd2.ExecuteNonQuery();
Raajkumar.b 10-Apr-14 2:54am View    
Is the values are inserting in Applied Users table or not
Raajkumar.b 10-Apr-14 2:46am View    
SqlCommand cmd2 = new SqlCommand("insert into UserApplied(UserID,FirstName) values('" + dt.Rows[0][0].ToString() + "','" + dt.Rows[0][1].ToString() + "')",con);

just paste this query at cmd2 command once it will work confirmly