Problem : This question already has answers here: Closed 12 years ago. Possible Duplicate: Performance Cost Of ‘try’ I am […]
Tag: asp.net
How to bind ASP.NET Treeview control to a datatable?
Problem : I have this table structure: – CategoryID – CategoryName – ParentID I want to load data from this […]
Difference between Request.Cookies and Response.Cookies
Problem : I use both of these many times in my code and don’t really know what the difference is […]
Is a static repository a right way to use NHibernate?
Problem : I spent the rest of the evening reading StackOverflow questions and also some blog entries and links about […]
How to enable SSL for SmtpClient in Web.config
Problem : Is there a way to set the EnableSSL from the web.config? I could set this property in code, […]
MS Visual Studio: How to exclude certain Project Folders from publishing?
Problem : I have certain folders which I want to keep in the project but not to include it in […]
Could not load file or assembly Microsoft.SqlServer.SqlClrProvider on production ASP.net site, where is it?
Problem : On my ASP.net site I have a reference to Microsoft.SQLserver.SMO. I copied this reference onto my production server […]
Which one is faster reading an XML file or querying a database [closed]
Problem : As it currently stands, this question is not a good fit for our Q&A format. We expect answers […]
A generic error occurred in GDI+ at System.Drawing.Image.Save
Problem : Exception: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at System.Drawing.Image.Save(String filename, ImageFormat […]
ASP.NET Custom Controls – Composites
Problem : Summary Hi All, OK, further into my adventures with custom controls… In summary, here is that I have […]