Hi,
I am converting an existing ASP.NET application from VS 2003 to VS 2005, and I'm having difficulty converting the Global.asax.
After digging around on the web, I have created a Global.asa...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23411...
Hi, in my application I have a string that I would like to format to display as currency in a text box. I'm setting a variable to a Session on one form and passing it to the next, which is where th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23495879.htm...
Hi,
I need to produce a report for a survey application that I have. It has been requested that the results be displayed as percentages. The problem is that there are a lot of drop downs with to...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23581726.html
Can someone please look over my code and see if you can tell me why the alternating row color is not working? It seems to work on the first question, but when the second and third question runs thr...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23601748.htm...
Hi,
I'm trying to find out if there is a way to format a .CSV file created with a vb.net app. The code works in that it writes the file, but I would like to have the Headers in bold and I'm not ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23626030.htm...
I have a need to add a vb.net application to a MS-DOS batch file. The batch file runs various dos functions and some foxpro programs, all based on a variable entered with the batch file.
For ex...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23646583.html
I am trying to call a public overidable function that is in a Public Interface which intern is in a namespace.
The Name space = ErCoreExt Data
The Public Interface is = IFaExtension
The Public...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23046965.htm...
I receive the dreaded "Object reference not set to an instance of an object public function" when this line is executed:
lblMessage.Text = oewdb.ewDataErrorMessage(oErr)
Here is a snippet code ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23424968.html