Click here to Skip to main content
15,894,180 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralPrint DataGrid from Windows Form Pin
Satish - Developer5-Dec-07 18:15
Satish - Developer5-Dec-07 18:15 
GeneralDetailsView (or GridView), ObjectDataSource and DataObjectTypeName Pin
boy.pockets5-Dec-07 18:13
boy.pockets5-Dec-07 18:13 
Generalimport all Outlook Contacts into my Sql table Pin
Member 38798815-Dec-07 17:04
Member 38798815-Dec-07 17:04 
GeneralRe: import all Outlook Contacts into my Sql table Pin
Sathesh Sakthivel5-Dec-07 17:11
Sathesh Sakthivel5-Dec-07 17:11 
GeneralCannot implicitly convert type 'object[]' to 'System.Collections.ArrayList Pin
samy1005-Dec-07 16:49
samy1005-Dec-07 16:49 
GeneralRe: Cannot implicitly convert type 'object[]' to 'System.Collections.ArrayList Pin
Christian Graus5-Dec-07 17:26
protectorChristian Graus5-Dec-07 17:26 
GeneralRe: Cannot implicitly convert type 'object[]' to 'System.Collections.ArrayList Pin
ReactiveX5-Dec-07 20:57
ReactiveX5-Dec-07 20:57 
GeneralRe: Cannot implicitly convert type 'object[]' to 'System.Collections.ArrayList Pin
samy1006-Dec-07 4:07
samy1006-Dec-07 4:07 
this is my webservice:

[WebMethod]
public ArrayList GetDevicesList()
{
Hashtable DeviceList = new Hashtable(10);
for (int i = 0; i < 10; i++)
{
DeviceList.Add("test"+i.ToString(),"test");
}

ArrayList a = new ArrayList();
a.Add(DeviceList);
return a;
}

of course my hash table will later be set with real values, but for now i am just testing my architecture.

so it does return ArrayList.
how can i use it from my client?
GeneralSet Frame Pin
AnhTin5-Dec-07 16:38
AnhTin5-Dec-07 16:38 
GeneralRe: Set Frame Pin
boy.pockets5-Dec-07 18:20
boy.pockets5-Dec-07 18:20 
GeneralUser Accounts Pin
Ken Mazaika5-Dec-07 13:17
Ken Mazaika5-Dec-07 13:17 
GeneralRe: User Accounts Pin
Christian Graus5-Dec-07 14:16
protectorChristian Graus5-Dec-07 14:16 
GeneralRe: User Accounts Pin
Ken Mazaika5-Dec-07 16:26
Ken Mazaika5-Dec-07 16:26 
GeneralImplementing asp:CreateUserWizard Pin
AghaKhan5-Dec-07 13:04
AghaKhan5-Dec-07 13:04 
Questionhow to write code to download file Pin
uowzd015-Dec-07 11:48
uowzd015-Dec-07 11:48 
AnswerRe: how to write code to download file Pin
Christian Graus5-Dec-07 12:09
protectorChristian Graus5-Dec-07 12:09 
AnswerRe: how to write code to download file Pin
Sandeep Akhare5-Dec-07 19:31
Sandeep Akhare5-Dec-07 19:31 
GeneralGRIDVIEW: make cell visible only when checkbox is checked Pin
allenpotter5-Dec-07 11:23
allenpotter5-Dec-07 11:23 
GeneralLogin control error Pin
solarthur015-Dec-07 7:22
solarthur015-Dec-07 7:22 
Generalnested grid Pin
wasimsharp5-Dec-07 6:55
wasimsharp5-Dec-07 6:55 
GeneralRe: nested grid Pin
Fred_Smith5-Dec-07 7:02
Fred_Smith5-Dec-07 7:02 
GeneralRe: nested grid Pin
Member 38798815-Dec-07 17:09
Member 38798815-Dec-07 17:09 
GeneralRe: nested grid Pin
Sathesh Sakthivel5-Dec-07 17:28
Sathesh Sakthivel5-Dec-07 17:28 
GeneralUser controls in IE - Runtime Security Policy / Code Groups Pin
RichardGrimmer5-Dec-07 5:46
RichardGrimmer5-Dec-07 5:46 
GeneralPerforming Calulations Upon Data Pin
Paul McGann5-Dec-07 5:37
professionalPaul McGann5-Dec-07 5:37 

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.