I
ichor
hi i want to have a file field control in my datagrid as a template column
but i dont know how to get the value of the file chosen by the user
private void UploadImage_Click(object sender, System.EventArgs e)
{
for(int i=0; i<this.carsGrid.Items.Count; i++)
{
i want to find the html file field control here and get the value of the
file chosen by the user.
}
}
thanx
Ichor
but i dont know how to get the value of the file chosen by the user
private void UploadImage_Click(object sender, System.EventArgs e)
{
for(int i=0; i<this.carsGrid.Items.Count; i++)
{
i want to find the html file field control here and get the value of the
file chosen by the user.
}
}
thanx
Ichor