Browse by Tags

Related Posts

  • Convert SQL query into array

    First let me state I cannot use a static SQL data source on the aspx page. I have found other solutions that require this but it will not work as my application dynamically creates, renames and drops tables on clicks. The web configs impersonation ID or caching of some sort stops the using SQLData Source...
    Posted to Data Presentation Controls (Forum) by Gabriel_Haukness on 06-04-2009, 12:00 AM
    Filed under: row, array, arraylist, c#, cell, dynamic, grid view
  • Binding Arraylist of class objects with dropdown list

    Hi I am a beginner to ASP.Net with VB.NET and have a small question I have a class named product and an arraylist Dim products_list As New ArrayList() Public Class Product Public ProductID As String Public Name As String Public ShortDescription As String Public LongDescription As String Public UnitPrice...
    Posted to Getting Started (Forum) by usmanz on 04-29-2009, 12:00 AM
    Filed under: arraylist, dropdown list
  • Re: Reading from Excel to DataGrid then to ArrayList - Not seeing first row

    It's nice when you get to answer your own posts in the same day. I needed to add a bit more to my connection string: strConn = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + filePath + "; Extended Properties='Excel 8.0; HDR=NO;IMEX=1 '" ; Also note the single quotes...
    Posted to Data Presentation Controls (Forum) by cherz on 03-24-2009, 12:00 AM
    Filed under: arraylist, c#, Excel, excel C#, Excel Datagrid
  • populating array list form sql connection

    i am tring to populate arraylist from sql. my query has 4 columns from query string when i ahve to dispaly recrds in gridview it is easily happening here is how i have opened my connection SqlConnection con = new SqlConnection(WebConfigurationManager.ConnectionStrings["connectionstring"].ConnectionString...
    Posted to Getting Started (Forum) by snovice on 03-07-2009, 12:00 AM
    Filed under: arraylist
  • How to do 2 sorts in the same arraylist.

    Hi every body I created a class to sort an arraylist that i used to bind a GridView. In this case i have no problems, in this case i sort my arraylist with the id_user. But i don't know how sort this same arraylist with id_user and date, in fact i want te realized a sort with the id_user in the first...
    Posted to Visual Basic .NET (Forum) by PascalCmoa on 02-03-2009, 12:00 AM
    Filed under: sort, arraylist, compare, IComparer
  • Use ArrayList and Stored Procedure Output To Populate Different Columns In Same DataGrid/GridView

    This may be a beginner's issue, but I am having trouble with a situation that I need help with. One set of data that is stored in an ArrayList and another that is stored in the DB (results from a stored procedure). I need to have a Grid with two columns (right now the Grid is on the .aspx page, but...
    Posted to Data Presentation Controls (Forum) by jon333 on 01-26-2009, 12:00 AM
    Filed under: arraylist, Custom Column, datagrid, dataset, DataTable, GridView
  • Chat Appliction

    Hi guys, I want to build a chat application (one to one). I get some code. The problem is i cannot remove particular some conversation. Can someone help me to solve this problem. I get the code from code project. Here is the code: using System; using System.Collections; using System.Net.Mail; namespace...
    Posted to Web Forms (Forum) by X-treme on 01-19-2009, 12:00 AM
    Filed under: array, arraylist, Chat application
  • Calling Java web service with C#

    hi friends.. I would like to use a java web service in my c# application. when the java webservice returns a string it is available in the c# or j# application but when it returns an arraylist it is not available. i need a result set from web service. I iterate through result set and append the content...
    Posted to XML Web Services (Forum) by akhilkumars on 12-12-2008, 12:00 AM
    Filed under: #Develop, <C#><SQL><VB>, .Net 2.0, .net 2.0 c#, Array List, arraylist, Arraylist.remove, asp 2.0, asp.net c# blog merge, asp.net c# multiple profile providers sql profile providers, C sharp training, C #, c sharp, C ss id and class, C#, C# Delegates, c# in Asp, C# in Asp Learn, C# in Asp.NET, c# telnet socket, C# 2.0, C# 2005, C# ActiveX certificate, C# array method passing values, C# asp.net login, c# asp.net session, c# asp.net textbox, C# class design OOP Maths, C# DateTime, C# Generics, c# string.format, c#.net in ASP.net, c#i, C#lassic ASP ASP.net Database access, J#, ASP 2.0 C# .NET Custom server control libraries, asp .net ... c# ... SQL
  • String Array as Arraylist item added to DataTable

    Hi, What I am trying to do is read a textfile of strings into an array, put the array into an ArrayList and add the ArrayList items to a data table. My code looks like the following: Dim txtLine As String Dim arrTemp(5) As String Dim al As New ArrayList Dim count As Integer = 0 . . . Do While (Not fileSR...
    Posted to Data Presentation Controls (Forum) by nminaker on 11-21-2008, 12:00 AM
    Filed under: string, array, arraylist, DataTable
  • build query using stringbuilder/append

    I apologize for the size of this post. I am trying to build a query dynamically to search a table. The query will look something like this: SELECT [parcelnbr], [lastname], [firstname], [stnbr], [stname], [town], [date_latest_sale], [saleprice] FROM [parcelrecs] WHERE mccode = 13 and ( landuse_code =...
    Posted to Web Forms (Forum) by Bob MacNeel on 11-20-2008, 12:00 AM
    Filed under: visual Web Developer 2005 Express studio, appending, arraylist, bind, dropdownlist, inserting data
Page 1 of 6 (59 items) 1 2 3 4 5 Next > ... Last »