Home > Software engineering >  Access to traverse the (HtmlTextArea) value, put it into aspx in aspx a tempStock. Bring it remark=p
Access to traverse the (HtmlTextArea) value, put it into aspx in aspx a tempStock. Bring it remark=p

Time:10-29



Few..ascx foreground code
 
<% @ Control Language="c #" AutoEventWireup="true" CodeFile="few..ascx. Cs" Inherits="few" % & gt;





Few..ascx. Cs code
 
Using System;
using System.Collections.Generic;
Using System. Linq;
Using System. The Web;
Using System. Web. UI.
Using System. Web. UI. WebControls;
Using System. Web. UI. HtmlControls;
Using System. The Collections;



Public partial class few: System. Web. UI. UserControl
{
HtmlTextArea ht=null;
Public void Fill (int count, ArrayList SDF)
{
ArrayList ar=SDF;
Model. The stock stockInfo=null;
for (int i=0; i {
StockInfo=the Bll. Stock. GetStockByUUID (ar [I] the ToString ());
If (IsPostBack)
{
Ht=new HtmlTextArea ();
Ht. ID="ID";
Ht. The InnerText=stockInfo. Remark;
Panel1. Controls. The Add (ht);
}
}
}
}


Give HtmlTextArea value to traverse the out put into an array of
But when I click on the button in the aspx the text value of the acquisition over
Accomplish the transmission of values and data update!!!!

I want to make changes click split open a case to obtain the.ascx HtmlTextArea values took it to changes in the aspx?
  • Related