Click here to Skip to main content
15,891,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview values display as user needed... Pin
Nishant Singh10-Dec-08 18:31
Nishant Singh10-Dec-08 18:31 
AnswerRe: Gridview values display as user needed... Pin
Abhijit Jana10-Dec-08 18:53
professionalAbhijit Jana10-Dec-08 18:53 
QuestionGridview Search Pin
Andrew Woodward10-Dec-08 10:43
Andrew Woodward10-Dec-08 10:43 
AnswerRe: Gridview Search Pin
Christian Graus10-Dec-08 12:20
protectorChristian Graus10-Dec-08 12:20 
GeneralRe: Gridview Search Pin
Andrew Woodward10-Dec-08 12:41
Andrew Woodward10-Dec-08 12:41 
GeneralRe: Gridview Search Pin
Christian Graus10-Dec-08 12:50
protectorChristian Graus10-Dec-08 12:50 
GeneralRe: Gridview Search Pin
Andrew Woodward10-Dec-08 13:57
Andrew Woodward10-Dec-08 13:57 
GeneralRe: Gridview Search Pin
Christian Graus10-Dec-08 14:04
protectorChristian Graus10-Dec-08 14:04 
All of this code is far too much - all you need is SQL to do the search and take the search term, and then to call that SQL to get the result to bind to your grid.

So a stored proc that takes a parameter and that's the search term, then use that if you have a search term or if you do a LIKE search, then it will work even if the string is empty.

Christian Graus

Driven to the arms of OSX by Vista.

Questionsend commands on a remote PC Pin
fahadi8610-Dec-08 10:35
fahadi8610-Dec-08 10:35 
AnswerRe: send commands on a remote PC Pin
Christian Graus10-Dec-08 12:36
protectorChristian Graus10-Dec-08 12:36 
AnswerRe: send commands on a remote PC Pin
Abhijit Jana10-Dec-08 18:26
professionalAbhijit Jana10-Dec-08 18:26 
QuestionRetrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 10:12
TerRO_GirL10-Dec-08 10:12 
AnswerRe: Retrieve text from a dynamically created textbox Pin
led mike10-Dec-08 10:16
led mike10-Dec-08 10:16 
GeneralRe: Retrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 10:24
TerRO_GirL10-Dec-08 10:24 
GeneralRe: Retrieve text from a dynamically created textbox Pin
led mike10-Dec-08 10:29
led mike10-Dec-08 10:29 
GeneralRe: Retrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 10:40
TerRO_GirL10-Dec-08 10:40 
GeneralRe: Retrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 10:56
TerRO_GirL10-Dec-08 10:56 
GeneralRe: Retrieve text from a dynamically created textbox Pin
led mike10-Dec-08 10:58
led mike10-Dec-08 10:58 
GeneralRe: Retrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 11:04
TerRO_GirL10-Dec-08 11:04 
GeneralRe: Retrieve text from a dynamically created textbox Pin
led mike10-Dec-08 11:50
led mike10-Dec-08 11:50 
AnswerRe: Retrieve text from a dynamically created textbox Pin
led mike10-Dec-08 11:03
led mike10-Dec-08 11:03 
AnswerRe: Retrieve text from a dynamically created textbox Pin
Christian Graus10-Dec-08 12:18
protectorChristian Graus10-Dec-08 12:18 
GeneralRe: Retrieve text from a dynamically created textbox Pin
TerRO_GirL10-Dec-08 19:23
TerRO_GirL10-Dec-08 19:23 
QuestionAsp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
Mohamed Arif10-Dec-08 7:58
Mohamed Arif10-Dec-08 7:58 
AnswerRe: Asp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
Christian Graus10-Dec-08 9:13
protectorChristian Graus10-Dec-08 9:13 

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.