Browse by Tags

ASP.NET 2.0: Textbox ReadOnly Property
This has been documented in numerous places includinghere, here, here(with an incorrect fix) and here. Essentially, if you set the Readonly Property of a textbox using either the XHTML or in the code-behind, any changes you make to the value of that textbox Read More...
.NET 2.0 and Access Databases
For an internal application at my company, very particular users have the rights to download an MDB that contains links to a replicated instance of a DB. This was done so they could create their own queries without any assistance from IT - essentially Read More...