Cleopatra – Last Queen Of Egypt
About half the book is about lineage and Egyptian mythology. Some interesting chapters.
About half the book is about lineage and Egyptian mythology. Some interesting chapters.
Packed with detail. A bit dated, but not bad overall.
“When money ceases to become the means by which men deal with one another, then men become the tools of other men. Blood, whips and guns or dollars. Take your choice – there is no other.”
I started getting this error out of the blue when trying to access a hosted 2005 db through SSMS 2008.
The server principal “db1” is not able to access the database “db2” under the current security context. (Microsoft SQL Server, Error: 916)
No databases would display under the databases tab and every refresh would result in the same error. I could see the dbs in SSMS 2005.
The fix is pretty weird. Click on the Databases folder, then View / Object Explorer Details. Then right click in the column headings and un-select Collation. Refresh the folder and the dbs should be there.
Sometimes you want the __doPostBack function to be forced on a aspx page.
Add this line in your Page_Load event:
Page.ClientScript.GetPostBackClientHyperlink(New Control(), String.Empty)
This was making me crazy for a bit. The onMouseOut event fires for the parent DIV when moving over the child DIV elements.
I had several custom menus nested in divs and I only wanted to hide the entire parent DIV block when the mouse left the parent.
Came across the handy script below which works like a charm.
The Dortmunder series is pretty good.
Here is a simple solution to get an excel like fixed header at the top of a repeater control.
A lot of details, but not much new. Good read overall.
I kept getting an exception when attempting to cast e.Item.DataItem to DataRowView in a repeater control ItemDataBound event.
Issue was I was binding a DataReader, which requires DBDataRecord in System.Data.Common. Dataset uses DataRowView.
If the data source is a DataReader object, you must cast e.Item.DataItem as type DBDataRecord (from System.Data.Common) in the event handler. If the data source is a DataTable, you must cast e.Item.DataItem as type DataRowView.
Not bad. Doesn’t stuff it with fluff.
Don’t be discouraged by a failure. It can be a positive experience. Failure is, in a sense, the highway to success, inasmuch as every discovery of what is false leads us to seek earnestly after what is true, and every fresh experience points out some form of error which we shall afterwards carefully avoid.
Moves along. Nothing heavy.
Interesting premise. Decent ending with a lot of muddle in between.
Not much going on in this book.