or
protected
void
Button1_Click(
object
sender, EventArgs e)
{
int
PartyRowId = 0;
foreach
(UploadedFile file
in
AsyncUpload1.UploadedFiles)
{
byte
[] bytes =
new
byte
[file.ContentLength];
file.InputStream.Read(bytes, 0, Convert.ToInt32(file.ContentLength));
string
json3 =
"{'PartyRowId':"
+ PartyRowId +
",'CommonCategoryRowId':"
+ PartyRowId +
",'CommnonCategoryAttributesRowId':"
+ PartyRowId +
",'PartyDoc':"
+ bytes +
"}"
;
string
status = ClsUtility.HttpPost(
"http://localhost/ServiceWrapper/MetaData.svc/PartyDocumentsID"
, json3);
}
}
{
'PartyRowId'
:0,
'CommonCategoryRowId'
:0,
'CommnonCategoryAttributesRowId'
:0,
'PartyDoc'
:System.Byte[]}
<
telerik:TreeListBoundColumn
UniqueName
=
"TextM"
DataField
=
"TextM"
HeaderText
=
"Message"
HeaderStyle-Width
=
"400"
>
<
HeaderStyle
Width
=
"400px"
></
HeaderStyle
>
</
telerik:TreeListBoundColumn
>
var oAgendaBo = (agenda)e.Appointment.DataItem;