Enter Keywords:
1 - 10 of 194(0.028 seconds)
Sort By:
 
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 ...
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...
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 05/23/2004 Rating: 7.8 Views: 0
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 06/11/2004 Rating: 9.8 Views: 0
I receive the following error:  "Object reference not set to an instance of an object. " Here is the code where the error originates: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''...
Zones: ASP.Net ProgrammingDate Answered: 08/04/2004 Rating: 7.8 Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 06/21/2004 Rating: 7.0 Views: 0
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...
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...
Zones: Crystal Reports SoftwareDate Answered: 09/04/2004 Rating: 9.4 Views: 0