Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: page containing datatable has to be built and rebuilt again and again Pin
Abhijit Jana22-Nov-09 18:32
professionalAbhijit Jana22-Nov-09 18:32 
QuestionFormat some lines in listbox Pin
Member 470414322-Nov-09 14:04
Member 470414322-Nov-09 14:04 
AnswerRe: Format some lines in listbox Pin
Abhijit Jana22-Nov-09 16:07
professionalAbhijit Jana22-Nov-09 16:07 
GeneralRe: Format some lines in listbox Pin
Member 470414323-Nov-09 14:57
Member 470414323-Nov-09 14:57 
QuestionExpire a link Pin
Calvin1122-Nov-09 7:22
Calvin1122-Nov-09 7:22 
AnswerRe: Expire a link Pin
Abhishek Sur22-Nov-09 8:49
professionalAbhishek Sur22-Nov-09 8:49 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 10:36
Calvin1122-Nov-09 10:36 
GeneralRe: Expire a link Pin
Abhishek Sur22-Nov-09 12:05
professionalAbhishek Sur22-Nov-09 12:05 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 13:06
Calvin1122-Nov-09 13:06 
GeneralRe: Expire a link Pin
amol ambilwade6-Jul-10 10:05
amol ambilwade6-Jul-10 10:05 
QuestionSearch suggestion in ASP/ASP.Net; need help!! Pin
maddy201222-Nov-09 6:49
maddy201222-Nov-09 6:49 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Blue_Boy22-Nov-09 6:58
Blue_Boy22-Nov-09 6:58 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Abhishek Sur22-Nov-09 9:21
professionalAbhishek Sur22-Nov-09 9:21 
Why do you need to think too much for that.. ??
Why dont you use normal sql to fetch the result ?

Just use normal search query like

SELECT * FROM MOVIES WHERE MovieName LIKE '%' + ISNULL(@P_MOVNAME, '') + '%'


Just pass the parameter @P_MovieName as "Bean" or "Independance" and it will find exactly the matched elements. Also if you dont pass anything it will select all.

Now after getting the result, show it in grid or whatever control you want. Wink | ;)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionSharepoint Pin
vimalkumarsinghal22-Nov-09 5:22
vimalkumarsinghal22-Nov-09 5:22 
AnswerRe: Sharepoint Pin
Abhishek Sur22-Nov-09 5:24
professionalAbhishek Sur22-Nov-09 5:24 
Questionhow to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:23
Muhammad Nauman Yousuf22-Nov-09 4:23 
AnswerRe: how to programatically click on LINK Pin
N a v a n e e t h22-Nov-09 4:25
N a v a n e e t h22-Nov-09 4:25 
GeneralRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:36
Muhammad Nauman Yousuf22-Nov-09 4:36 
AnswerRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 20:22
Muhammad Nauman Yousuf22-Nov-09 20:22 
QuestionUnable to Bind Vlaues to GridView Control.... Pin
Anil Kumar.Arvapalli22-Nov-09 2:13
Anil Kumar.Arvapalli22-Nov-09 2:13 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
N a v a n e e t h22-Nov-09 3:48
N a v a n e e t h22-Nov-09 3:48 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
Amit Patel198522-Nov-09 19:08
Amit Patel198522-Nov-09 19:08 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
April Fans24-Nov-09 0:50
April Fans24-Nov-09 0:50 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
April Fans24-Nov-09 0:58
April Fans24-Nov-09 0:58 
QuestionShare me the ideas how i apprach the below Pin
Rameez Raja21-Nov-09 23:59
Rameez Raja21-Nov-09 23:59 

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.