Click here to Skip to main content
15,915,636 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Login Pin
Abhijit Jana30-Nov-09 18:54
professionalAbhijit Jana30-Nov-09 18:54 
QuestionProgramatically add controls Pin
Illegal Operation30-Nov-09 18:20
Illegal Operation30-Nov-09 18:20 
AnswerRe: Programatically add controls Pin
dan!sh 30-Nov-09 18:41
professional dan!sh 30-Nov-09 18:41 
AnswerRe: Programatically add controls Pin
Dinesh Mani30-Nov-09 18:42
Dinesh Mani30-Nov-09 18:42 
QuestionASP.NET Membership Pin
Chrispie12330-Nov-09 18:17
Chrispie12330-Nov-09 18:17 
AnswerRe: ASP.NET Membership Pin
sashidhar30-Nov-09 19:02
sashidhar30-Nov-09 19:02 
QuestionDatagridview with the reverse order of items! Pin
Member 470414330-Nov-09 15:56
Member 470414330-Nov-09 15:56 
AnswerRe: Datagridview with the reverse order of items! Pin
dan!sh 30-Nov-09 17:04
professional dan!sh 30-Nov-09 17:04 
1. DataGridView means you are working with Windows Forms. Hence, this is a wrong forum.

2. You can either use order by in your SQL/stored procedure and retrieve a sorted datatable directly from the database. Or you can create a DataView for your table and sort the rows based on that.

Here I am assuming that you do have a column based on which you can sort the rows to get reverse order.

50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

AnswerRe: Datagridview with the reverse order of items! Pin
Dinesh Mani30-Nov-09 17:07
Dinesh Mani30-Nov-09 17:07 
AnswerRe: Datagridview with the reverse order of items! Pin
Jignesh Varia30-Nov-09 22:10
Jignesh Varia30-Nov-09 22:10 
QuestionI Need help about how to upload my aspx page to the server Pin
Mohamed_Khalil30-Nov-09 9:04
Mohamed_Khalil30-Nov-09 9:04 
AnswerRe: I Need help about how to upload my aspx page to the server Pin
Abhishek Sur30-Nov-09 10:52
professionalAbhishek Sur30-Nov-09 10:52 
GeneralRe: I Need help about how to upload my aspx page to the server Pin
Mohamed_Khalil30-Nov-09 12:45
Mohamed_Khalil30-Nov-09 12:45 
QuestionAccessing datagrid _RowID Pin
CARisk330-Nov-09 8:06
CARisk330-Nov-09 8:06 
AnswerRe: Accessing datagrid _RowID Pin
Abhishek Sur30-Nov-09 10:50
professionalAbhishek Sur30-Nov-09 10:50 
GeneralRe: Accessing datagrid _RowID Pin
CARisk330-Nov-09 10:58
CARisk330-Nov-09 10:58 
GeneralRe: Accessing datagrid _RowID Pin
Abhishek Sur1-Dec-09 8:25
professionalAbhishek Sur1-Dec-09 8:25 
QuestionHey Christian Pin
Ennis Ray Lynch, Jr.30-Nov-09 4:27
Ennis Ray Lynch, Jr.30-Nov-09 4:27 
AnswerRe: Hey Christian Pin
Pete O'Hanlon30-Nov-09 4:53
mvePete O'Hanlon30-Nov-09 4:53 
GeneralRe: Hey Christian Pin
Ennis Ray Lynch, Jr.30-Nov-09 5:43
Ennis Ray Lynch, Jr.30-Nov-09 5:43 
GeneralRe: Hey Christian Pin
Pete O'Hanlon30-Nov-09 10:30
mvePete O'Hanlon30-Nov-09 10:30 
GeneralRe: Hey Christian Pin
Ennis Ray Lynch, Jr.30-Nov-09 10:35
Ennis Ray Lynch, Jr.30-Nov-09 10:35 
Questionsql query Pin
Subin Mavunkal30-Nov-09 3:10
Subin Mavunkal30-Nov-09 3:10 
AnswerRe: sql query Pin
The Man from U.N.C.L.E.30-Nov-09 3:22
The Man from U.N.C.L.E.30-Nov-09 3:22 
AnswerRe: sql query Pin
Abhishek Sur30-Nov-09 3:32
professionalAbhishek Sur30-Nov-09 3:32 

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.