Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
QuestionHow to use COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 0:39
zahid_ash9-Sep-04 0:39 
AnswerRe: How to use COM DLL in ASP.NET using C# Pin
Dave Kreskowiak9-Sep-04 5:32
mveDave Kreskowiak9-Sep-04 5:32 
GeneralA simple FileSystemWatcher Question ( How to see if file has copied) Pin
Capriono9-Sep-04 0:29
Capriono9-Sep-04 0:29 
GeneralRe: A simple FileSystemWatcher Question ( How to see if file has copied) Pin
Pradeep Shamarao9-Sep-04 3:11
Pradeep Shamarao9-Sep-04 3:11 
GeneralRe: A simple FileSystemWatcher Question ( How to see if file has copied) Pin
mav.northwind9-Sep-04 5:30
mav.northwind9-Sep-04 5:30 
GeneralDelay Pin
erina5488-Sep-04 22:53
erina5488-Sep-04 22:53 
GeneralRe: Delay Pin
sreejith ss nair8-Sep-04 22:56
sreejith ss nair8-Sep-04 22:56 
GeneralDo User Control Pin
jzb8-Sep-04 21:40
jzb8-Sep-04 21:40 
GeneralRe: Do User Control Pin
sreejith ss nair8-Sep-04 22:53
sreejith ss nair8-Sep-04 22:53 
Generalcomparing date in database Pin
xiaowenjie8-Sep-04 20:32
xiaowenjie8-Sep-04 20:32 
GeneralRe: comparing date in database Pin
sreejith ss nair8-Sep-04 21:15
sreejith ss nair8-Sep-04 21:15 
GeneralRe: comparing date in database Pin
Anonymous8-Sep-04 22:34
Anonymous8-Sep-04 22:34 
GeneralRe: comparing date in database Pin
sreejith ss nair8-Sep-04 22:44
sreejith ss nair8-Sep-04 22:44 
GeneralGood tool for developer! Pin
tianzj8-Sep-04 17:27
tianzj8-Sep-04 17:27 
GeneralRe: Good tool for developer! Pin
sreejith ss nair8-Sep-04 21:21
sreejith ss nair8-Sep-04 21:21 
QuestionListbox ValueMember set to more than one value ? Pin
Christian Graus8-Sep-04 16:42
protectorChristian Graus8-Sep-04 16:42 
GeneralAutoScroll without Scrolling to Focus Pin
McClamm8-Sep-04 13:07
McClamm8-Sep-04 13:07 
Generalhidden column in a checkedListBox control Pin
abhishk2001@yahoo.com8-Sep-04 12:47
abhishk2001@yahoo.com8-Sep-04 12:47 
QuestionEvent Handler hierarchy in WinForms??? Pin
LongRange.Shooter8-Sep-04 10:57
LongRange.Shooter8-Sep-04 10:57 
AnswerRe: Event Handler hierarchy in WinForms??? Pin
Christian Graus8-Sep-04 15:43
protectorChristian Graus8-Sep-04 15:43 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:14
LongRange.Shooter9-Sep-04 3:14 
GeneralRe: Event Handler hierarchy in WinForms??? Pin
LongRange.Shooter9-Sep-04 3:59
LongRange.Shooter9-Sep-04 3:59 
GeneralDatagrid cloumn to Array Pin
Vodstok8-Sep-04 6:46
Vodstok8-Sep-04 6:46 
GeneralRe: Datagrid cloumn to Array Pin
Nick Parker8-Sep-04 8:49
protectorNick Parker8-Sep-04 8:49 
GeneralRe: Datagrid cloumn to Array Pin
Vodstok9-Sep-04 6:08
Vodstok9-Sep-04 6:08 
I am making some progress, but i am hitting a wall at one point i have code that looks like this:

string[] bender = this.DataGrid1.Items[1].Cells[0].Text.Split(new char[]{'*'});

I am wondering how to do this, and wether or not it is even worth a try:
I am looking to make Items[1] look through all the rows, not just the one specified. Basically, if there are 7 rows of info, i want it to go through rows 0-6 and create an array of all the information. to test i have a "foreach" statement that writes a line of asp .net code that displays each of the results in it's own tag.

What is bothering me is that asp .net obviously has tools in place to gather the information in the dataview and make it into an array, then display that information in a table in the form of a datagrid. i want to crack that code so that i can make it write other kinds of formats, not just a datagrid.

Yes, I am the highly suggestable type.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.