In Microsoft Frontpage, I am using an inline frame to open another website for a log in screen. The login works when the address is typed in the address bar of my internet explorer and allows me to...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_23060338.html
I'm using asp.net & vb.net in Visual Studio 2005 & IE6. I have a web application that uses the FileUpload component to choose a file on the hard disk, process the file, and then return a message i...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23154909.html
i am getting Object reference not set to an instance of an object.
what i am doing i am deleteing a row from table and data binds again the data on ui
what am i doing wrong?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23369079.html
Zones:
C#Date Answered: 05/03/2008 Grade: B Views: 0
Hello, I am getting the following error, and cannot understand why it might be happening. Does anyone have any insight here? It's happening on heavy traffic production system and losing a lot of ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23409893.html
I Have a Wizard which includes several text boxes and one dropdown List. I am getting the following error when submitting the information. Worked fine until I added the dropDown List. The DropDo...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23414...
Hi,
I'm having problems assigning the value returned by my function in my class file when using a public variable.
It errors at this line:
If HttpContext.Current.Session("UID") = "" Then
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23448218.htm...
Currently using Windows Workflow with (so far) two Objects which inherit from HandleExternalEventActivity. While using the first seems to work fine, when I use the second one I get the error 'Objec...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23452760.html
Zones:
C#Date Answered: 06/04/2008 Grade: A Views: 37
I have a Listpage with a Command button that Subtracts values from two different text boxes. I am getting the following Error message when pressing the command button. I am attaching the complet...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23460305.html
Try
If strGetSkill = "" Then
cmdSelect = New SqlCommand("SP_GetSkills", objConnection)
Else
cmdSelect = New SqlCommand(...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23665...
I have a dropdownlist that I am trying to preselect the value of based on a value returned from a stored proc in the code behind page. I've tried a few things but nothing is working. I am populat...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23681121.html