You are here:   Articles > Asp.net
Register   |  Login

Programming Articles

Minimize

Entries for the 'Asp.net' Category

Sql Server Cannot Open Database Requested By the Login. Login Failed IIS APPPOOL
This problem happened to me in my development environment using Visual Studio Express and Sql Server Express. The problem is my connection statement ...
Asp.net 31
Asp.net Relative and Virtual Path Problems with Applications and Development and Production Environments
When you use Visual Studio to develop a website application and you run the website in the Visual Studio debugger you get a url like this. http://l...
Asp.net 36
Asp.Net User Control Content is not allowed between the opening and closing tags for element
In Asp.Net 4, I have a user control for putting an email address on the page. The control looks like this. <my:email ...>Any Text</my:emai...
Asp.net 62
The type or namespace name 'Objects' does not exist in the namespace 'System.Data'
In migrating my website from Asp.Net 3.5 to 4, I got this error. The type or namespace name 'Objects' does not exist in the namespace 'System.Da...
Asp.net 78
Asp.net Menu Control Remove Inline Font-Size 1em
The Asp.net menu control adds font-size:1em to the menu items. This prevents setting the font-size in a CSS style sheet. That is a nuisance. Th...
Asp.net 912
Asp.net Menu Control Horizontal Bar Separator Add the Easy Way
When using the Asp.net Menu Control to display a horizontal menu, you might want to add a bar between menu items, like this: Item1 | Item2 | Item3 ...
Asp.net 2199
Asp.Net Menu Control How to Skip the First Item
If you are using an Asp.net menu control with an Xml file, you may have a problem in that the root node is displayed. For example, if your Xml file l...
Asp.net 759
How to Read a Delimited Text File in Asp.Net Using OleDb Including CSV or Tab
Here is a handy way of reading a delimited text file into an Asp.net program. Rather than reading and parsing the file yourself, you can use the OleD...
Asp.net 1681
Asp.net Menu Control Drop Down Not Displaying Appears Blank in IE8
When using IE8 the drop down menus with the Asp.net Menu Control do not show. You get the outline of the menu, but there are no menu items in the box...
Asp.net 2333
How to Parse an Xml Document in Asp.net Grabbing Attributes Values and InnerText from ChildNodes
Asp.net provides many ways to parse Xml Documents. How you parse your Xml document depends on the structure of your document and what values you need ...
Asp.net 3719
Ustream.Tv Get Archived Videos for a User
Ustream.tv lets you stream live videos. After your live show, Ustream automatically archives the videos. You can embed your live show on our website....
Asp.net 1265
Convert HTML and XML to Display on Web Page
You may get some html or xml text that you want to display as is. To do this, you need to convert the text so that the web browser does not format the...
Asp.net 1305
Asp.net Menu Control Drop Down Menus Display Badly in Safari and Chrome
The Asp.Net menu control does not display drop down menus on Apple in Safari browser and may have problems on Chrome and other browsers. The two...
Asp.net 1915
HtmlTextWriterTag.Div Downgrades to Table on Lower Level Browser in Asp.net
Yikes, in Asp.net you can ask for Div tag  and get a Table tag. writer.RenderBeginTag(HtmlTextWriterTag.Div); That sucks. In my case, I ...
Asp.net 1163
ASP Does Not Work in IIS 7
You are using Internet Information Services 7 or 7.5 and you get an error trying to bring up a classic ASP page. Server Error in Applicatio...
Asp.net 1648
How to Include Multiple Forms on One Asp.Net Page
Asp.net only allows one form with the attribute server="runat" per web page. However, on the client side, you can have as many forms as you want. So...
Asp.net 1801
Asp.net Accessing Page Object from Controls During Initialization
When controls are initialized on an asp.net page, the Page object may not be available. You get an error message that says: Object reference not ...
Asp.net 1092
HttpContext.Current.Handler for Access to Page Pass as Variable Instead
In your code you often have need of getting the current Page. You can HttpContext to get the current Page, like this. Page page = (Pape)HttpCont...
Asp.net 1781
Multiple Forms on a Asp.net Page and Redirecting Submit to Another Page
Asp.net does not allow you to have multiple html FORM tags on the same page, sort of. The reason for this is Asp.net uses the FORM tag with the ...
Asp.net 1628
How to Test Email Settings Page Code for Asp.net C Sharp (C#)
Below is an asp.net page to test your email smtp settings on your web server. This is useful for making sure you can send email from your web se...
Asp.net 2541

Programmer Newsletter

Minimize

Subscribe to the Internet Handholding newsletter



Reccomend Programmer.bz

Minimize

Share/Bookmark Bookmark and Share