Click here to Skip to main content
15,921,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to maintain viewstate? Pin
kripa214-Feb-10 20:07
kripa214-Feb-10 20:07 
QuestionSession Null while Excell Upload Pin
vishnukamath2-Feb-10 20:30
vishnukamath2-Feb-10 20:30 
Questionwhat is Dependency Injection and Inversion of Control in ASP.NET? Pin
Tridip Bhattacharjee2-Feb-10 19:50
professionalTridip Bhattacharjee2-Feb-10 19:50 
AnswerRe: what is Dependency Injection and Inversion of Control in ASP.NET? Pin
SeMartens2-Feb-10 20:18
SeMartens2-Feb-10 20:18 
QuestionHow to detect that the file as been downloaded completely from server? Pin
Tridip Bhattacharjee2-Feb-10 19:49
professionalTridip Bhattacharjee2-Feb-10 19:49 
AnswerRe: How to detect that the file as been downloaded completely from server? Pin
Dinesh Mani2-Feb-10 20:49
Dinesh Mani2-Feb-10 20:49 
Questionproblem regarding google chart label and label orientation Pin
Tridip Bhattacharjee2-Feb-10 19:49
professionalTridip Bhattacharjee2-Feb-10 19:49 
QuestionHow can I identify the application fully executed? Pin
BalasubramanianK2-Feb-10 19:25
BalasubramanianK2-Feb-10 19:25 
AnswerRe: How can I identify the application fully executed? Pin
SeMartens2-Feb-10 20:22
SeMartens2-Feb-10 20:22 
GeneralRe: How can I identify the application fully executed? Pin
BalasubramanianK2-Feb-10 21:51
BalasubramanianK2-Feb-10 21:51 
QuestionHow can I use server.mappath Pin
mghiassi2-Feb-10 16:34
mghiassi2-Feb-10 16:34 
AnswerRe: How can I use server.mappath Pin
Palash Biswas2-Feb-10 17:09
Palash Biswas2-Feb-10 17:09 
AnswerRe: How can I use server.mappath Pin
m@dhu2-Feb-10 17:56
m@dhu2-Feb-10 17:56 
GeneralRe: How can I use server.mappath Pin
mghiassi3-Feb-10 20:29
mghiassi3-Feb-10 20:29 
QuestionCrystal Report problem with ASP.NET 2.0 Pin
PINAKI BISWAS2-Feb-10 15:39
PINAKI BISWAS2-Feb-10 15:39 
QuestionSorting gridview (using IList instead of Dataset) Pin
anada88862-Feb-10 15:26
anada88862-Feb-10 15:26 
Hello everyone,

Basically my task is sorting the gridview manually and I got many solutions for that. But all of them are having the following thing in common.
DataView dv = new DataView(dt); 
dv.Sort = sortExpression + direction;   


But in my code, I have to bind an IList (collection or generics), and not any dataset, to my gridview. Somehow,I am not able to find the Sort property for an IList.
Could anyone please suggest what can I do about this?Do I have to convert the IList to a daraset?if yes,please tell how?


Thank You.
AnswerRe: Sorting gridview (using IList instead of Dataset) Pin
Vipul Mehta2-Feb-10 18:36
Vipul Mehta2-Feb-10 18:36 
AnswerRe: Sorting gridview (using IList instead of Dataset) Pin
Anurag Gandhi2-Feb-10 18:51
professionalAnurag Gandhi2-Feb-10 18:51 
Questionlogin - default.aspx Pin
arkiboys2-Feb-10 5:06
arkiboys2-Feb-10 5:06 
AnswerRe: login - default.aspx Pin
arkiboys2-Feb-10 5:34
arkiboys2-Feb-10 5:34 
GeneralRe: login - default.aspx Pin
JP_Rocks19-Oct-11 3:12
JP_Rocks19-Oct-11 3:12 
QuestionNeed to build a ASP.NET web page to check the health of a web application Pin
NehaPragna2-Feb-10 2:51
NehaPragna2-Feb-10 2:51 
AnswerRe: Need to build a ASP.NET web page to check the health of a web application Pin
Vipul Mehta2-Feb-10 18:58
Vipul Mehta2-Feb-10 18:58 
GeneralRe: Need to build a ASP.NET web page to check the health of a web application Pin
NehaPragna9-Feb-10 2:25
NehaPragna9-Feb-10 2:25 
QuestionGrid View Silverlight issue Pin
Amit Patel19852-Feb-10 2:47
Amit Patel19852-Feb-10 2:47 

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.