datagrid cell edit
Reply
![]() |
|
|
From:
sanjay
|
hi all,
I am using a datagrid with tamplate columns
<asp:TemplateColumn HeaderText="reviewer1" FooterText="reviewer1"> <ItemTemplate> <asp:TextBox runat="server" id="txtr1name" Columns="15" Text='<%# Container.DataItem("r1name") %> '/> </ItemTemplate> </asp:TemplateColumn>
I want to call a server side function on property change of the textbox.can I do this.If yes how to do?
What exaxctly I want here is : Here each datagrid cell will have a textbox(server control) .On change of the textbox I need to call one dll and get some data.does bubbled event is help
I am completely clue less.any help from anybody appritiated.
Thanks sanjay |
|
View other groups in this category.
![]() |
To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.
Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.
If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.
|
|