PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Textchange event

Reply

Textchange event

 
Thread Tools Rate Thread
Old 02-01-2007, 11:18 AM   #1
nil
Guest
 
Posts: n/a
Default Textchange event


Hi everyone...
can anyone tell me how to fire textchange event of textbox that is in
datagrid...as on the basis of that i wana fetch data from the
database.if you can provide code snippet or any link than i'll be
thankful to you...

Thanks & Regards,
Nil
"Problem is just the distance between the expectation and the reality"

  Reply With Quote
Old 02-01-2007, 02:21 PM   #2
W.G. Ryan [MVP]
Guest
 
Posts: n/a
Default Re: Textchange event

Nil:

Is this a textbox you've added or are you just referencing a given cell in
the grid?
"nil" <NileshThakker786@gmail.com> wrote in message
news:1167736690.081376.69280@42g2000cwt.googlegroups.com...
> Hi everyone...
> can anyone tell me how to fire textchange event of textbox that is in
> datagrid...as on the basis of that i wana fetch data from the
> database.if you can provide code snippet or any link than i'll be
> thankful to you...
>
> Thanks & Regards,
> Nil
> "Problem is just the distance between the expectation and the reality"
>



  Reply With Quote
Old 03-01-2007, 10:26 AM   #3
nil
Guest
 
Posts: n/a
Default Re: Textchange event


W.G. Ryan [MVP] wrote:
> Nil:
>
> Is this a textbox you've added or are you just referencing a given cell in
> the grid?
> "nil" <NileshThakker786@gmail.com> wrote in message
> news:1167736690.081376.69280@42g2000cwt.googlegroups.com...
> > Hi everyone...
> > can anyone tell me how to fire textchange event of textbox that is in
> > datagrid...as on the basis of that i wana fetch data from the
> > database.if you can provide code snippet or any link than i'll be
> > thankful to you...
> >
> > Thanks & Regards,
> > Nil
> > "Problem is just the distance between the expectation and the reality"
> >



thanks for reply..i've added this textbox named txtbkid in the
itemtemplate of datagrid and i want to fire the textchange evnt of this
in the grid and on the basis of this i want to fetch data from the
database...and want to show in the grid...you can say there is one
template column that contains textbox and for each textbox in that
column i want to fire textchange event and wana show particular data in
that row....and i make it's autopostback to true and i came to know
that i've to use itembound event for it and one eventhandler for it
that has the same name as textbox inside the grid...m i right?

but i don't know how to code for that as i am new to asp.net and i
don't know much about event handler....so if it's possible then please
provide me code snippet...or suggest me link of any site that contains
the similar ariticle..

Thanks & Regards,
Nil
"Problem is just the distance between the expectation and the reality"

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off