Hi,
I have created a table in my webform and in that table i am
creating/assigning dynamic HTML.
I have added few control e.g strInnerHtml.Ap pend("<td><inpu t runat='server'
type='text' Class='HomeCont ent' MaxLength='100' width = '100%' value
='"+oDSGetCustC ontract.Tables[0].Rows[intCounter]["ORG_CONTRACT_N UM"].ToString()+"' id='txtOriginal ContractNumber" +intCounter+"' ></td>");
My Problem is that they get rendered and displayed appropriately but when i
try to access them on click of Button using Request.Form("" ) they does not
appear.I have checked request.form.co unt as well and they do not appear in it
as well.
Please somebody tell me why the controls do not appear in request.form and
is there any method to access them.
regards
Himanshu
I have created a table in my webform and in that table i am
creating/assigning dynamic HTML.
I have added few control e.g strInnerHtml.Ap pend("<td><inpu t runat='server'
type='text' Class='HomeCont ent' MaxLength='100' width = '100%' value
='"+oDSGetCustC ontract.Tables[0].Rows[intCounter]["ORG_CONTRACT_N UM"].ToString()+"' id='txtOriginal ContractNumber" +intCounter+"' ></td>");
My Problem is that they get rendered and displayed appropriately but when i
try to access them on click of Button using Request.Form("" ) they does not
appear.I have checked request.form.co unt as well and they do not appear in it
as well.
Please somebody tell me why the controls do not appear in request.form and
is there any method to access them.
regards
Himanshu
Comment