Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:51
Saira Tanwir22-Jan-07 22:51 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22222-Jan-07 22:59
bobsugar22222-Jan-07 22:59 
GeneralRe: how to write on an html page through StremWriter class?? Pin
bobsugar22223-Jan-07 0:09
bobsugar22223-Jan-07 0:09 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Stefan Troschuetz22-Jan-07 22:48
Stefan Troschuetz22-Jan-07 22:48 
GeneralRe: how to write on an html page through StremWriter class?? Pin
Saira Tanwir22-Jan-07 22:59
Saira Tanwir22-Jan-07 22:59 
QuestionList of languages in C# Pin
bouli22-Jan-07 20:35
bouli22-Jan-07 20:35 
AnswerRe: List of languages in C# Pin
lmoelleb22-Jan-07 20:41
lmoelleb22-Jan-07 20:41 
QuestionSort DatagridView Pin
aaraaayen22-Jan-07 18:55
aaraaayen22-Jan-07 18:55 
Hi Friends,

Sorry for repeating this question. How to sort the datagridview unbounded columns in c#.net.Its urgent for me. Please Help.

Code:

ICollection userDetails = new ArrayList();
domainUser = SessionData.LoginName;
domainPassword = SessionData.Password;
userDetails=GetAllUsers(DEFAULTDOMAIN, domainUser, domainPassword); (Here GetAllUsers is a method which returns all the user details from the domain).

dgAddressBook.DataSource = userDetails;

Full Details are listed in Datagridview. But I need to display the records based on the Column Firstname - ascending order).

Thanks in Advance,

Regards,



Prya

AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 19:25
Guffa22-Jan-07 19:25 
GeneralRe: Sort DatagridView Pin
aaraaayen22-Jan-07 19:45
aaraaayen22-Jan-07 19:45 
AnswerRe: Sort DatagridView Pin
Guffa22-Jan-07 21:09
Guffa22-Jan-07 21:09 
QuestionStore value in application instead of database Pin
cocoonwls22-Jan-07 18:04
cocoonwls22-Jan-07 18:04 
AnswerRe: Store value in application instead of database Pin
Parwej Ahamad22-Jan-07 18:21
professionalParwej Ahamad22-Jan-07 18:21 
AnswerRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 18:59
protectorChristian Graus22-Jan-07 18:59 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 19:23
cocoonwls22-Jan-07 19:23 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 19:43
protectorChristian Graus22-Jan-07 19:43 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 20:00
cocoonwls22-Jan-07 20:00 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 20:03
protectorChristian Graus22-Jan-07 20:03 
GeneralRe: Store value in application instead of database [modified] Pin
bobsugar22222-Jan-07 22:09
bobsugar22222-Jan-07 22:09 
AnswerRe: Store value in application instead of database Pin
aSarafian23-Jan-07 1:05
aSarafian23-Jan-07 1:05 
Questionnewbie: How to implent Back button on Treeview selections Pin
Monika Dotnet Newbie22-Jan-07 17:55
Monika Dotnet Newbie22-Jan-07 17:55 
AnswerRe: newbie: How to implent Back button on Treeview selections Pin
Parwej Ahamad22-Jan-07 18:18
professionalParwej Ahamad22-Jan-07 18:18 
AnswerRe: newbie: How to implent Back button on Treeview selections Pin
Mircea Puiu22-Jan-07 21:39
Mircea Puiu22-Jan-07 21:39 
GeneralRe: newbie: How to implent Back button on Treeview selections Pin
bobsugar22223-Jan-07 3:41
bobsugar22223-Jan-07 3:41 
Questiondatabase updation Pin
raju_net181822-Jan-07 17:14
raju_net181822-Jan-07 17:14 

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.