Click here to Skip to main content
15,884,986 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: WDDX Format Pin
Ashfield2-Oct-08 1:01
Ashfield2-Oct-08 1:01 
GeneralRe: WDDX Format Pin
udhuman2-Oct-08 21:50
udhuman2-Oct-08 21:50 
AnswerRe: WDDX Format Pin
Vasudevan Deepak Kumar2-Oct-08 7:47
Vasudevan Deepak Kumar2-Oct-08 7:47 
QuestionScriptManager - AJAX Tool Error Pin
gautamamit81-Oct-08 22:16
gautamamit81-Oct-08 22:16 
AnswerRe: ScriptManager - AJAX Tool Error Pin
Paddy Boyd1-Oct-08 22:46
Paddy Boyd1-Oct-08 22:46 
AnswerRe: ScriptManager - AJAX Tool Error Pin
UD(IA)2-Oct-08 2:11
UD(IA)2-Oct-08 2:11 
AnswerRe: ScriptManager - AJAX Tool Error Pin
Brij2-Oct-08 2:46
mentorBrij2-Oct-08 2:46 
QuestionGetting a reference to a control on GridView RowEditing event Pin
johland1-Oct-08 20:23
johland1-Oct-08 20:23 
hi
i'm trying to get a reference to a control on GridView RowEditing event:

code behind:

protected void gvChores_RowEditing(object sender, GridViewEditEventArgs e)
    {TextBox txtEditMsg = (TextBox)gvChores.Rows[e.NewEditIndex].FindControl("txtEditMsg");}

javascript:

 <asp:TemplateField HeaderText="Chore">
 <EditItemTemplate>
 <asp:TextBox runat="server" ID="txtEditMsg" Text='<%# DataBinder.Eval(Container.DataItem,"Chore_contents") %>'/>
</EditItemTemplate>
</asp:TemplateField> 


i can't get the reference (returns null)

can anyone advice what i'm doing wrong and how can i get the reference to the control?

thanks in advance
AnswerRe: Getting a reference to a control on GridView RowEditing event Pin
thomasa1-Oct-08 23:20
thomasa1-Oct-08 23:20 
GeneralRe: Getting a reference to a control on GridView RowEditing event Pin
johland1-Oct-08 23:33
johland1-Oct-08 23:33 
GeneralRe: Getting a reference to a control on GridView RowEditing event [modified] Pin
thomasa1-Oct-08 23:58
thomasa1-Oct-08 23:58 
GeneralRe: Getting a reference to a control on GridView RowEditing event [modified] Pin
johland2-Oct-08 0:22
johland2-Oct-08 0:22 
Questionusing checkboxlist with pdate Panel Pin
gautamamit81-Oct-08 20:19
gautamamit81-Oct-08 20:19 
AnswerRe: using checkboxlist with pdate Panel Pin
AlexeiXX32-Oct-08 16:37
AlexeiXX32-Oct-08 16:37 
QuestionGet DataField HeaderText ,Gridview Pin
Mhiny1-Oct-08 16:37
Mhiny1-Oct-08 16:37 
AnswerRe: Get DataField HeaderText ,Gridview Pin
John_Adams2-Oct-08 10:33
John_Adams2-Oct-08 10:33 
QuestionHelp with Ajax and VWD 2008 Express Pin
badascan1-Oct-08 16:01
badascan1-Oct-08 16:01 
AnswerRe: Help with Ajax and VWD 2008 Express Pin
Eduard Keilholz2-Oct-08 5:27
Eduard Keilholz2-Oct-08 5:27 
QuestionWhy is my ajax/asp.net website so slow on the production server? Pin
Nada Adel1-Oct-08 9:28
Nada Adel1-Oct-08 9:28 
AnswerRe: Why is my ajax/asp.net website so slow on the production server? Pin
Colin Angus Mackay1-Oct-08 10:10
Colin Angus Mackay1-Oct-08 10:10 
GeneralRe: Why is my ajax/asp.net website so slow on the production server? Pin
Nada Adel1-Oct-08 10:17
Nada Adel1-Oct-08 10:17 
GeneralRe: Why is my ajax/asp.net website so slow on the production server? Pin
Colin Angus Mackay1-Oct-08 11:27
Colin Angus Mackay1-Oct-08 11:27 
QuestionSending email in .Net Pin
Aptiva Dave1-Oct-08 6:58
Aptiva Dave1-Oct-08 6:58 
QuestionUser control properties Pin
Member 55522191-Oct-08 2:46
Member 55522191-Oct-08 2:46 
AnswerRe: User control properties [modified] Pin
thomasa1-Oct-08 3:18
thomasa1-Oct-08 3:18 

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.