Click here to Skip to main content
15,926,857 members
Home / Discussions / C#
   

C#

 
Questiongeneric functions Pin
dfn24-Jul-07 12:21
dfn24-Jul-07 12:21 
AnswerRe: generic functions Pin
Christian Graus24-Jul-07 12:35
protectorChristian Graus24-Jul-07 12:35 
QuestionOnHelpButtonClicked Pin
RussBus24-Jul-07 12:10
RussBus24-Jul-07 12:10 
AnswerRe: OnHelpButtonClicked Pin
Martin#24-Jul-07 19:53
Martin#24-Jul-07 19:53 
GeneralRe: OnHelpButtonClicked Pin
RussBus25-Jul-07 5:30
RussBus25-Jul-07 5:30 
GeneralRe: OnHelpButtonClicked Pin
RussBus25-Jul-07 5:58
RussBus25-Jul-07 5:58 
GeneralRe: OnHelpButtonClicked Pin
Martin#25-Jul-07 19:37
Martin#25-Jul-07 19:37 
QuestionDynamic XML Search Pin
cp16net24-Jul-07 11:44
cp16net24-Jul-07 11:44 
I have a c#.net project that I am working on. I made a gridview object and an XMLdatasource object and I bound the xml data to the grid view. So the gridview shows all the States from the XML File.

I am trying to add a simple search on this data with a textbox. This textbox is calling a textchanged function on each keystoke. Inside this textchange function i was trying to dynamically search the XML data and display only the States that contain the same as the textbox or start with or end with the text that is in the text box.

I dont know how i can dynamically update the gridview. Any advice will be helpful.

Craig <state name="Tennessee">
<state name="Texas">
<state name="Utah">
<state name="Vermont">
<state name="Virgin Islands">
<state name="Virginia">
<state name="Washington">
<state name="West Virginia">
<state name="Wisconsin">
<state name="Wyoming">


I dont know how i can dynamically update the gridview. Any advice will be helpful.

Craig
AnswerRe: Dynamic XML Search Pin
il_masacratore25-Jul-07 11:17
il_masacratore25-Jul-07 11:17 
QuestionEncryption Pin
Richard Andrew x6424-Jul-07 11:22
professionalRichard Andrew x6424-Jul-07 11:22 
AnswerRe: Encryption Pin
Christian Graus24-Jul-07 11:23
protectorChristian Graus24-Jul-07 11:23 
GeneralRe: Encryption Pin
Richard Andrew x6424-Jul-07 11:45
professionalRichard Andrew x6424-Jul-07 11:45 
GeneralRe: Encryption Pin
Christian Graus24-Jul-07 12:05
protectorChristian Graus24-Jul-07 12:05 
GeneralRe: Encryption Pin
ekynox24-Jul-07 14:28
ekynox24-Jul-07 14:28 
GeneralRe: Encryption Pin
Richard Andrew x6424-Jul-07 14:32
professionalRichard Andrew x6424-Jul-07 14:32 
Questionresend mouse messages Pin
likefood24-Jul-07 11:07
likefood24-Jul-07 11:07 
AnswerRe: resend mouse messages Pin
Dave Kreskowiak24-Jul-07 13:05
mveDave Kreskowiak24-Jul-07 13:05 
GeneralRe: resend mouse messages Pin
likefood25-Jul-07 3:19
likefood25-Jul-07 3:19 
QuestionHow to access an image in DataTable? Pin
Khoramdin24-Jul-07 10:51
Khoramdin24-Jul-07 10:51 
AnswerRe: How to access an image in DataTable? Pin
Pete O'Hanlon24-Jul-07 10:58
mvePete O'Hanlon24-Jul-07 10:58 
Questionstrings Pin
seemamltn24-Jul-07 10:44
seemamltn24-Jul-07 10:44 
AnswerRe: strings Pin
Pete O'Hanlon24-Jul-07 10:52
mvePete O'Hanlon24-Jul-07 10:52 
AnswerRe: strings Pin
BoneSoft24-Jul-07 10:52
BoneSoft24-Jul-07 10:52 
AnswerRe: strings Pin
Christian Graus24-Jul-07 10:56
protectorChristian Graus24-Jul-07 10:56 
AnswerBAD USER! Pin
leckey24-Jul-07 16:29
leckey24-Jul-07 16:29 

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.