Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RenoirVandalet

  1. RenoirVandalet

    Use my buttons, not the ones on the DetailsView

    Doing homework. I am well beyond just doing homework on this. This is a Capstone graduate project of a working website. The only reason I say that it does not need to be production-level is that there is not a client that is depending on it, so it does not need to be perfect. I have never asked...
  2. RenoirVandalet

    Use my buttons, not the ones on the DetailsView

    Unfortunately, though I've been a developer for many years, .NET and c# are very new to me. This is for a class project, so not essential that it is at a business-production level. I appreciate your advice though. If anyone knows how to do this using the sqldatasource and detailsview, please...
  3. RenoirVandalet

    Use my buttons, not the ones on the DetailsView

    I think I wasn't clear enough. I want to use a button that is not on the detailsview. I'm creating what looks like a button bar and once the user has completed entry, then I want the new Save button to handle the Insert of the data into the table. Really, if I could, I would like to not show the...
  4. RenoirVandalet

    Use my buttons, not the ones on the DetailsView

    Crap, I meant to say "sqldatasource.Insert()" up there. Don't see a way to edit my post...
  5. RenoirVandalet

    Use my buttons, not the ones on the DetailsView

    I have a detailsview tied to a sqldatasource and all works great if I use the default button shown on the bottom of the detailsview to Insert after entering data, but I want to use my own Save button, not that one. I have tried a number of things, but none seem to work. I thought that just...
  6. RenoirVandalet

    Disappearing DetailsView with LinqDataSource

    This is my first ASP.net project and all is going pretty well except that I have a DetailsView that disappears as soon as I click on the Edit button. I'm using a textbox with a textmode of "password" and if I remove the textbode it works. I'm sure this is something to do with postback, but I'm...

Part and Inventory Search

Back
Top