Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Alert window for gridview commandfiled Pin
Coding C#19-Aug-09 23:21
Coding C#19-Aug-09 23:21 
GeneralRe: Alert window for gridview commandfiled Pin
4anusha420-Aug-09 1:52
4anusha420-Aug-09 1:52 
GeneralRe: Alert window for gridview commandfiled Pin
Coding C#20-Aug-09 1:58
Coding C#20-Aug-09 1:58 
GeneralRe: Alert window for gridview commandfiled Pin
4anusha420-Aug-09 1:59
4anusha420-Aug-09 1:59 
GeneralRe: Alert window for gridview commandfiled Pin
Coding C#20-Aug-09 2:10
Coding C#20-Aug-09 2:10 
AnswerRe: Alert window for gridview commandfiled Pin
Anuradha 200920-Aug-09 2:07
Anuradha 200920-Aug-09 2:07 
GeneralRe: Alert window for gridview commandfiled Pin
Coding C#20-Aug-09 2:17
Coding C#20-Aug-09 2:17 
QuestionASP.NET Gridview, bring highlighted rows to top Pin
Inderjeet Kaur19-Aug-09 20:43
Inderjeet Kaur19-Aug-09 20:43 
I have a grid view which can have any number of records.
I have a text box to search for card numbers.
I highlight the rows with matching card numbers in RowDataBound event.
Now i want to bring the Highlighted rows to top. I do not want to remove all other records. I want to show all records and want to bring highlighted records to top.

I urgently need the solution for this query. Any help will be appreciated.

Thanks in Advance!
Inderjeet Kaur


I tried using

Select * from abc where condition = searchcondition
UNION ALL
Select * from abc where condition <> searchcondition

But, it works only if i have to search one fileld. Now i have to run search on two fileds it will return lots on rows

Inderjeet Kaur
Sr. Software Engg

AnswerRe: ASP.NET Gridview, bring highlighted rows to top Pin
Vimalsoft(Pty) Ltd19-Aug-09 21:40
professionalVimalsoft(Pty) Ltd19-Aug-09 21:40 
GeneralRe: ASP.NET Gridview, bring highlighted rows to top Pin
Inderjeet Kaur19-Aug-09 22:41
Inderjeet Kaur19-Aug-09 22:41 
GeneralRe: ASP.NET Gridview, bring highlighted rows to top Pin
Vimalsoft(Pty) Ltd19-Aug-09 22:53
professionalVimalsoft(Pty) Ltd19-Aug-09 22:53 
AnswerRe: ASP.NET Gridview, bring highlighted rows to top Pin
Sundeep Ganiga20-Aug-09 2:18
Sundeep Ganiga20-Aug-09 2:18 
Questiongirdview and dropdown having listitem Pin
haleemasher19-Aug-09 20:21
haleemasher19-Aug-09 20:21 
AnswerRe: girdview and dropdown having listitem Pin
Vimalsoft(Pty) Ltd19-Aug-09 20:35
professionalVimalsoft(Pty) Ltd19-Aug-09 20:35 
GeneralRe: girdview and dropdown having listitem Pin
haleemasher19-Aug-09 20:38
haleemasher19-Aug-09 20:38 
GeneralRe: girdview and dropdown having listitem Pin
Vimalsoft(Pty) Ltd19-Aug-09 20:41
professionalVimalsoft(Pty) Ltd19-Aug-09 20:41 
GeneralRe: girdview and dropdown having listitem Pin
haleemasher19-Aug-09 22:24
haleemasher19-Aug-09 22:24 
GeneralRe: girdview and dropdown having listitem Pin
Vimalsoft(Pty) Ltd19-Aug-09 22:48
professionalVimalsoft(Pty) Ltd19-Aug-09 22:48 
AnswerRe: girdview and dropdown having listitem Pin
4anusha420-Aug-09 1:47
4anusha420-Aug-09 1:47 
QuestionFailed to convert parameter value from a String to a DateTime Pin
haleemasher19-Aug-09 19:36
haleemasher19-Aug-09 19:36 
AnswerRe: Failed to convert parameter value from a String to a DateTime Pin
haleemasher19-Aug-09 20:05
haleemasher19-Aug-09 20:05 
Questionaccess with role and membership Pin
mylogics19-Aug-09 19:30
professionalmylogics19-Aug-09 19:30 
QuestionIs there any way to show a textbox and a submit button in an email body? Pin
biyon19-Aug-09 18:36
biyon19-Aug-09 18:36 
AnswerRe: Is there any way to show a textbox and a submit button in an email body? Pin
Christian Graus19-Aug-09 18:40
protectorChristian Graus19-Aug-09 18:40 
GeneralRe: Is there any way to show a textbox and a submit button in an email body? Pin
biyon19-Aug-09 19:57
biyon19-Aug-09 19:57 

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.