Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 7th, 2007, 02:47 AM
Registered User
 
Join Date: Mar 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Dhanapal
Default Group of value passing to String

CNo|CompanyName
---------------------
1 Infosis
2 TCS
3 CTS
4 Patni
5 Wipro
-------------

This is my example table i need Company Name Only in to String is possible..

public string[] company()
{

SqlDataAdapter da= new SqlDataAdapter("select CompanyName from Company", con);

da.Fill(ds,"Company);

return ds;

}

This coding possible.........

otherwise need coding .... help me:)

 
Old April 8th, 2007, 10:23 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Have you tried this code?

Aside from the missing double quote on the da.Fill line, it looks OK to me. Only way to see if it works is to test it.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
String passing from one page to other _abhi Pro JSP 0 December 27th, 2006 05:17 AM
passing a string vikram_vikram ASP.NET 1.0 and 1.1 Basics 2 December 3rd, 2005 10:41 AM
Passing string to a text box in search engine rylemer Classic ASP Basics 0 October 26th, 2005 03:23 PM
Passing string to a text box in search engine rylemer ASP.NET 1.0 and 1.1 Professional 2 October 25th, 2005 06:11 PM
Urgent Help : passing multiline String to CR Milan VB Components 0 September 30th, 2004 04:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.