Click here to Skip to main content
15,895,667 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Grid View Silverlight issue Pin
Rutvik Dave2-Feb-10 5:31
professionalRutvik Dave2-Feb-10 5:31 
Questionhow to give access to different user for different pages in asp.net with c# Pin
developerit2-Feb-10 2:38
developerit2-Feb-10 2:38 
AnswerRe: how to give access to different user for different pages in asp.net with c# Pin
R. Giskard Reventlov2-Feb-10 4:05
R. Giskard Reventlov2-Feb-10 4:05 
GeneralMessage Removed Pin
2-Feb-10 17:40
Palash Biswas2-Feb-10 17:40 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
R. Giskard Reventlov2-Feb-10 21:38
R. Giskard Reventlov2-Feb-10 21:38 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
Palash Biswas2-Feb-10 22:59
Palash Biswas2-Feb-10 22:59 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
developerit3-Feb-10 2:13
developerit3-Feb-10 2:13 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
Palash Biswas3-Feb-10 16:56
Palash Biswas3-Feb-10 16:56 

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.