4
Answers

Error in Sqlconnection

Smart    Lucky

Smart Lucky

13y
2.1k
1
Hi

can any one help me why is error occured .....?

And i am using conneciton in this way..

SqlConnection con = new SqlConnection(ConfigurationSettings.AppSettings["ConnectionStringNew"]);

Cannot open database "aTestingDB" requested by the login. The login failed.
Login failed for user 'KBBALOCH-PC\KBBALOCH'.

And

I am using dataset and update the dataset column like below and when i call it , it show th updated result in gridview . but it is not updating the database why can nay one help me....?

ds.Tables[0].Rows[9]["name"] = "Khuda bux";
Answers (4)
0
Robert Loper
NA 3 1.2k 13y
I Have been considering the problem with editing text and drawing editable graphics to an Image. I believe the approach I am going to take is to implement a layer drawing system, I just need to work out the transparency implementation, I know transparancy doesn't truly exist, even at the system level. but I believe it can be faked well. then I know I can save my layered image as a composite. Does this all sound like a good approach??? please any help???