|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do I create an "event" to deal with textarea and DataGrid?I have a (bound) DataGrid that basically takes comment text from one of its
columns and puts it in an HTML text box. So when a user selects each row it fills the text area with that comment text. Seems simple enough I have that part working. but now I just realized I have to put that data back into the comment column of the DataGrid for it to be put back in the database. But I have to do that clientside after the user has finished entering data into the textarea? handle the onblur or ontextchange or some similar event and push the data
across using a form post or some other method -- Show quoteHide quoteRegards, Alvin Bruney - ASP.NET MVP [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET Now available @ www.lulu.com/owc "aaa" <some***@microsoft.com> wrote in message news:OP1AkVaRFHA.248@TK2MSFTNGP15.phx.gbl... >I have a (bound) DataGrid that basically takes comment text from one of its > columns and puts it in an HTML text box. So when a user selects each row > it > fills the text area with that comment text. Seems simple enough I have > that > part working. but now I just realized I have to put that data back into > the > comment column of the DataGrid for it to be put back in the database. But > I > have to do that clientside after the user has finished entering data into > the textarea? > >
Page.RegisterClientScriptBlock() is not working ..... :-(
How Do I assign an ID to ListItem? How do I access HTML controls from the code behind? DataList ERROR URGENT Developing .NET Custom Web Control for use in ASP & ASP.NET pages DataGrid Question - asp:Hyperlink how to calculate time Sorting problem in DataGrid Color Picker Control Absolute positining of nested custom controls |
|||||||||||||||||||||||