Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: cross page posting Pin
Imran Khan Pathan18-Nov-07 20:45
Imran Khan Pathan18-Nov-07 20:45 
GeneralRe: cross page posting Pin
I Never Look Behind18-Nov-07 20:59
I Never Look Behind18-Nov-07 20:59 
AnswerRe: cross page posting Pin
John-ph18-Nov-07 20:53
John-ph18-Nov-07 20:53 
GeneralRe: cross page posting Pin
I Never Look Behind18-Nov-07 21:00
I Never Look Behind18-Nov-07 21:00 
QuestionHow to make datagrid searchable? Pin
Rock Star.18-Nov-07 19:16
Rock Star.18-Nov-07 19:16 
AnswerRe: How to make datagrid searchable? Pin
N a v a n e e t h18-Nov-07 19:20
N a v a n e e t h18-Nov-07 19:20 
GeneralRe: How to make datagrid searchable? Pin
Rock Star.18-Nov-07 19:45
Rock Star.18-Nov-07 19:45 
GeneralRe: How to make datagrid searchable? Pin
N a v a n e e t h18-Nov-07 19:54
N a v a n e e t h18-Nov-07 19:54 
Rock Star. wrote:
I am planning for that it will search for the criteria in all the column in datagrid.


Yes you can do as I specified in the first post. Assume your DataGrid is binded with a DataTable object. DataTable comes with a select(DataTableObject.Select()) method where you can write queries. So form a query which looks for the matches in all the columns when user clicks search, pass it to the select method on the DataTable object.

You can keep the DataTable object in Session/ViewState.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

AnswerRe: How to make datagrid searchable? Pin
Prateek G18-Nov-07 19:20
Prateek G18-Nov-07 19:20 
AnswerRe: How to make datagrid searchable? Pin
joemonvarghese18-Nov-07 21:57
joemonvarghese18-Nov-07 21:57 
GeneralRe: How to make datagrid searchable? Pin
N a v a n e e t h18-Nov-07 22:10
N a v a n e e t h18-Nov-07 22:10 
Questionhow i can down load a file from server to a client machine Pin
jagan12318-Nov-07 19:07
jagan12318-Nov-07 19:07 
AnswerRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 19:16
Prateek G18-Nov-07 19:16 
GeneralRe: how i can down load a file from server to a client machine Pin
N a v a n e e t h18-Nov-07 19:18
N a v a n e e t h18-Nov-07 19:18 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 19:26
Prateek G18-Nov-07 19:26 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 19:35
jagan12318-Nov-07 19:35 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 19:55
Prateek G18-Nov-07 19:55 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:06
jagan12318-Nov-07 20:06 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 20:13
Prateek G18-Nov-07 20:13 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:16
jagan12318-Nov-07 20:16 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 20:24
Prateek G18-Nov-07 20:24 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 20:19
Prateek G18-Nov-07 20:19 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:39
jagan12318-Nov-07 20:39 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 23:02
Prateek G18-Nov-07 23:02 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12319-Nov-07 1:14
jagan12319-Nov-07 1: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.