WANTED: Code-behind cookbook!
Can anyone recommend a good code-behind reference, preferably in cookbook format, ie with many examples of what you can do with code-behind? I've been a newbie for about 10 months, slowly developing an application. I've lately come to realize that I can't proceed with certain refinements without code-behind work. But I can't seem to locate a complete and concise reference for code-behind. What I'd have is a reference that shows, through many examples, how to leverage code-behind to perform various tasks. For example (and this is just an example, as I've haphazardly found the solution on another forum), if you add a record in in DetailsView, how do you a) fire off a postback and b) select the just-added record in the associated gridview. So- lots of examples like that, perhaps with an index that includes which examples demonstrate difference concepts (like Gridrow()) would be very cool indeed.
Thanks in advance!
-Kurt
|