Hi, i drag a Html control File field into the webform, then set run at server. it will automatically defined as
Protected WithEvents File1 As System.Web.UI.HtmlControls.HtmlInputFile
but, when ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20414662.html
Zones:
.NETDate Answered: 10/13/2003 Rating: 8.6 Views: 0
Hi,
I develope my project in
Window server 2000
VB.NET,
Oracle 9i
used ADO.NET to connect Oracle:
some code
=============================
Public g_connection As ADODB.Connection...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20653371.html
Zones:
.NETDate Answered: 12/09/2003 Rating: 9.2 Views: 0
I have an asp.net page that woks like this:
A Private Shared DataSet is declared at the top of the page, before Page_Load
This is populated from a database and then bound to a DataGrid
When th...
http://www.experts-exchange.com/Programming/Misc/Q_20896024.html
Zones:
ProgrammingDate Answered: 03/18/2004 Rating: 9.2 Views: 0
Hi,
I hate to sound stupid but . . .
I have a Class in my ASP.NET application. Once I have established my DB connection, I want traverse and display the data in HTML fashion. I do NOT want t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_20998053.html
i am getting the "Object reference not set to an instance of an object" error on running this code
Dim entry As New DirectoryEntry("LDAP://Mainsrv")
Dim search As New Directory...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21001292.html
Zones:
.NETDate Answered: 05/31/2004 Rating: 5.8 Views: 0
I am trying to upload a file into an access database using this html tag:
<input id="aerialPhoto" style="WIDTH: 368px; HEIGHT: 26px" type="file" size="42" runat="server">
In the Web Form Des...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21012406.html
I receive the following error: "Object reference not set to an instance of an object. "
Here is the code where the error originates:
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21027600.html
Hi,
My application had a DropDown List webform that loads up a list of records from database and displays to the user. I have a command button that also perform "Update" of the selection from t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21032189.html
I have the following code..
plugins = (ListPluginCollection)ConfigurationSettings.GetConfig("plugins");
When i called this method from my windows form code it worked. I had created an entry i...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21035468.html
Zones:
C#,
Plug InsDate Answered: 06/28/2004 Rating: 8.4 Views: 0
Programming lang. is ASP.NET using VB.NET
I faced this problem when i was programming with the CrystalReportViewer for WebForms.
I have created the Report using report expert with the MS Access...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21077853.html