The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Working with SqlDataSource Control in ASP.NET 3.5
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Tom TurnerPosted Jul 26, 2010, 1:18 PM
Very nice article with lots of great hints. Have you ever used a SqlDataSource with an Ajax ComboBox. I have been working with it and the Select command to fill the list works fine, but I would also like to use the Insert functionality of the SqlDataSource to allow my users to add new items to the database table behind the list. I am able to capture the ItemInserting event, put up a message box to allow the user to insert the new item or cancel. From that point I'm not sure what to do. I want somehow to invoke the InsertCommad of my SqlDataSource control but I'm hot sure how. Can you help? Thanks Tom
Kaan AcarPosted Jul 9, 2010, 8:45 AM
Güzel ve gerçekten çok aranan bir makale
Dorababu MekaPosted May 19, 2009, 3:39 AM
Dear Rajkumar, I need the following requirement with Asp in C# code. I need to design a web page with some textboxes and labels. I will create a table emp in SQL. When ever i click on Add button it should add the data given in textboxes in to table. Like that if i have to modify it should modify. When i click on delete button it should ask the Empid to delete. When i click on search button it should verify whether the emp exists by entering either Id or Name. Can u mail this requirement to [email protected]. Thanks in Advance