Context is not a member of 'ASP.pagename_aspx' has suddenly started appearing as an error in an ASPX page.
In the related code behind page the following errors have appeared
Base class '...
I have created a Grid View control on a web page.
One of the fields on the Grid View is a Template Field. This is a drop down.
I want to get the selected value out of the drop down using VB....
All,
I have never used postgres...but i need to create a backup of one of my old postgre database which is going to be upgraded soon and i need to use pg_dump to dump all tables (which prov...
Hi. I have a vb.net app which I developed on 3.5. Many of the users in the network are still using 2.0.
In the Advanced Compiler Settings I set the target framework to 2.0, but at the insta...
Im having a problem and Im getting somewhat desperate here, as I just dont know what to do at this point. The problem lays in the Microsoft.Reporting.WinForms namespace (see the code below). T...
Is there such a thing as an Application Font Default in .Net 3.5?
I'm looking for one place in my application I can change the font size of every control and sub-control that's hooked to a ...
ABC-100076-1-THU-LCDS-1
I have a part number (above) and need to split this up to use the values.
so, that...
dim col1 as string
dim col2 as string
dim col3 as string
col1 = 1
col2 ...
I would like to use the DefaultValueAttribute to set a default for a property that returns a System.Drawing.Size and another property that returns a System.Drawing.Icon.
My other challenge ...