Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Modifing web gridview control Pin
ToddHileHoffer20-Dec-06 9:07
ToddHileHoffer20-Dec-06 9:07 
GeneralRe: Modifing web gridview control Pin
Quecumber25620-Dec-06 9:29
Quecumber25620-Dec-06 9:29 
GeneralRe: Modifing web gridview control Pin
ToddHileHoffer20-Dec-06 9:51
ToddHileHoffer20-Dec-06 9:51 
GeneralRe: Modifing web gridview control Pin
Quecumber25620-Dec-06 10:26
Quecumber25620-Dec-06 10:26 
QuestionSort Datagrid Pin
ADY00720-Dec-06 7:58
ADY00720-Dec-06 7:58 
AnswerRe: Sort Datagrid Pin
ToddHileHoffer20-Dec-06 8:14
ToddHileHoffer20-Dec-06 8:14 
GeneralRe: Sort Datagrid Pin
ADY00720-Dec-06 10:08
ADY00720-Dec-06 10:08 
GeneralRe: Sort Datagrid Pin
Haissam20-Dec-06 11:09
Haissam20-Dec-06 11:09 
You have to use DataView to enable the sorting
just insert that table in dataview and call the sort property by giving the column name and ASC or DESC

example
dataView1.Sort = "Country DESC";

Happy Coding

Best Regards,
Haissam Abdul Malak
My Blog

Questionrender values from check box and update to database on button click Pin
srishree20-Dec-06 7:56
srishree20-Dec-06 7:56 
AnswerRe: render values from check box and update to database on button click Pin
ToddHileHoffer20-Dec-06 8:11
ToddHileHoffer20-Dec-06 8:11 
GeneralRe: render values from check box and update to database on button click Pin
srishree20-Dec-06 9:34
srishree20-Dec-06 9:34 
GeneralRe: render values from check box and update to database on button click Pin
ToddHileHoffer20-Dec-06 9:52
ToddHileHoffer20-Dec-06 9:52 
GeneralRe: render values from check box and update to database on button click Pin
srishree20-Dec-06 10:06
srishree20-Dec-06 10:06 
QuestionDataGrid not fiiring ItemDataBound event Pin
gems521620-Dec-06 6:21
gems521620-Dec-06 6:21 
AnswerRe: DataGrid not fiiring ItemDataBound event Pin
ToddHileHoffer20-Dec-06 7:09
ToddHileHoffer20-Dec-06 7:09 
GeneralRe: DataGrid not fiiring ItemDataBound event Pin
gems521620-Dec-06 7:25
gems521620-Dec-06 7:25 
QuestionWeb application on a network Pin
MoeInsairat20-Dec-06 4:57
MoeInsairat20-Dec-06 4:57 
AnswerRe: Web application on a network Pin
ToddHileHoffer20-Dec-06 5:20
ToddHileHoffer20-Dec-06 5:20 
QuestionCauses Validation Pin
Dayekh20-Dec-06 4:38
Dayekh20-Dec-06 4:38 
AnswerRe: Causes Validation Pin
ToddHileHoffer20-Dec-06 4:47
ToddHileHoffer20-Dec-06 4:47 
GeneralRe: Causes Validation Pin
Dayekh20-Dec-06 4:52
Dayekh20-Dec-06 4:52 
GeneralRe: Causes Validation Pin
ToddHileHoffer20-Dec-06 4:55
ToddHileHoffer20-Dec-06 4:55 
GeneralRe: Causes Validation Pin
Dayekh20-Dec-06 4:56
Dayekh20-Dec-06 4:56 
GeneralRe: Causes Validation Pin
ToddHileHoffer20-Dec-06 5:17
ToddHileHoffer20-Dec-06 5:17 
GeneralRe: Causes Validation Pin
Dayekh20-Dec-06 5:21
Dayekh20-Dec-06 5:21 

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.