In the OnActivated event:Select For Unformatted CodeC#:
1. SPWeb site = siteCollection.RootWeb;2. site.Title += "interview";3. site.Update();