Click here to Skip to main content
15,902,447 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Comparison chart Pin
SUDHAKAR PALLAM13-Dec-07 21:24
SUDHAKAR PALLAM13-Dec-07 21:24 
GeneralRe: Comparison chart Pin
Michael Sync13-Dec-07 22:16
Michael Sync13-Dec-07 22:16 
GeneralRe: Comparison chart Pin
SUDHAKAR PALLAM13-Dec-07 22:37
SUDHAKAR PALLAM13-Dec-07 22:37 
GeneralGrid view ptoblem Pin
wasimsharp13-Dec-07 19:02
wasimsharp13-Dec-07 19:02 
GeneralCall windows service from a web application Pin
arslanjatt13-Dec-07 18:39
arslanjatt13-Dec-07 18:39 
GeneralRe: Call windows service from a web application Pin
N a v a n e e t h13-Dec-07 19:24
N a v a n e e t h13-Dec-07 19:24 
GeneralRe: Call windows service from a web application Pin
arslanjatt13-Dec-07 19:28
arslanjatt13-Dec-07 19:28 
GeneralFinding a control in Grid View Pin
Reddy Prakash13-Dec-07 17:02
Reddy Prakash13-Dec-07 17:02 
I am using a grid view control with check box, i want to modify multiple rows by selecting the checkboxes. i have added few textboxes in the footer template and a button. i will select multiple rows and i will assign the values which is avaialable in the text boxes in the footer template.

on button clik i am trying to find the text box control in the footer template. I am getting an error.

on clik of button i am doing this


string LSL = ((TextBox)gv.FindControl("txtAssLSL")).Text.ToString();
string USL = ((TextBox)gv.FindControl("txtAssUSL")).Text.ToString();
string GRR = ((TextBox)gv.FindControl("txtAssGrr")).Text.ToString();
string FLimit = ((TextBox)gv.FindControl("txtFLimit")).Text.ToString();
string VLimit = ((TextBox)gv.FindControl("txtAssVLimit")).Text.ToString();

can any one tell me how to find a control from the footer template?
Smile | :)
Thanks in Advance.
GeneralRe: Finding a control in Grid View Pin
Parwej Ahamad13-Dec-07 17:17
professionalParwej Ahamad13-Dec-07 17:17 
GeneralRe: Finding a control in Grid View Pin
Reddy Prakash13-Dec-07 17:25
Reddy Prakash13-Dec-07 17:25 
GeneralRe: Finding a control in Grid View Pin
Sun Rays13-Dec-07 18:05
Sun Rays13-Dec-07 18:05 
GeneralFlowchart Control Recommendation Pin
Bob X13-Dec-07 15:59
Bob X13-Dec-07 15:59 
GeneralValidation Pin
kenexcelon13-Dec-07 15:39
kenexcelon13-Dec-07 15:39 
QuestionEasyCGI? Pin
sergeyv200213-Dec-07 11:31
sergeyv200213-Dec-07 11:31 
AnswerRe: EasyCGI? Pin
Christian Graus13-Dec-07 16:54
protectorChristian Graus13-Dec-07 16:54 
GeneralProbelm with role management Pin
Zoltan Aszalos13-Dec-07 9:07
Zoltan Aszalos13-Dec-07 9:07 
GeneralRe: Probelm with role management Pin
pmarfleet13-Dec-07 11:12
pmarfleet13-Dec-07 11:12 
GeneralRe: Probelm with role management Pin
Zoltan Aszalos13-Dec-07 20:57
Zoltan Aszalos13-Dec-07 20:57 
Generaladding items from datagrid to a table Pin
nigel200013-Dec-07 7:27
nigel200013-Dec-07 7:27 
GeneralRe: adding items from datagrid to a table Pin
pmarfleet13-Dec-07 10:57
pmarfleet13-Dec-07 10:57 
GeneralRe: adding items from datagrid to a table Pin
nigel200013-Dec-07 20:51
nigel200013-Dec-07 20:51 
GeneralGridView, DetailsView and multiple primary keys. Pin
Fernando A. Gomez F.13-Dec-07 6:32
Fernando A. Gomez F.13-Dec-07 6:32 
GeneralRe: [solved] GridView, DetailsView and multiple primary keys. Pin
Fernando A. Gomez F.13-Dec-07 8:11
Fernando A. Gomez F.13-Dec-07 8:11 
QuestionApp not sending all values in the textbox to the database Pin
Jedidah13-Dec-07 5:00
Jedidah13-Dec-07 5:00 
GeneralRe: App not sending all values in the textbox to the database Pin
Christian Graus13-Dec-07 9:45
protectorChristian Graus13-Dec-07 9:45 

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.