How to hide the inner controls of a UserControl in the Designer?
I have a UserControl that contains a DropDownList and an ObjectDataSource. That control is used in the markup of my MasterPage.
I have a UserControl that contains a DropDownList and an ObjectDataSource. That control is used in the markup of my MasterPage.
I have 3 levels deep repeters which bind to the following:
I need to use Server.MapPath() to combine some files path that I store in the web.config.
I’m using the EF 4.0 designer to create a database by clicking on “Generate Database from Model”.
I wan’t to use the sql 2008 column type “filestream”.
Unfortunately I can’t select “filestream” from Type DropDownList of a specific column.
Im struggling with gettings the values from the correct strings.txt in my resource files in my bin folder when switching languages.
I’ve deployed to a server a web application that uses NHibernate. The application compiles and runs fine on my local dev machine, but there’s an issue with NHibernate on the new server. I get the following error:
I have a function that reads from an excel file and stores the results in a DataSet. I have another function that writes to an excel file. When I try to read from a regular human-generated excel file, the excel reading function returns a blank DataSet, but when I read from the excel file generated by the writing function, it works perfectly fine. The function then will not work on a regular generated excel file, even when I just copy and paste the contents of the function generated excel file. I finally tracked it down to this, but I have no idea where to go from here. Is there something wrong with my code?
I want to pass ‘#’ to the query string like ?page.aspx?someParam=1234#5.
I’m wondering about best practices to develop ASP.NET MVC apps with an option to deploy on Linux. If you are creating these kinds of MVC apps,