No, it does not have an event to download a file (possibly on .net 4)
what I did was a class that comes from the load object and the OnLoad event, something like this:
public event EventHandler OnUpload;
protected void OnLoad(...){
if (this.HasFile && this.OnUpload != null)
this.OnUpload(this, EventArgs.Empty);
}
something like that.
Joe
- :
, , , , ?
javascript.
, , .
WebService, onchanged , , .
javascript ?
:
<asp:textbox id="t1" runat="server"/>
:
t1.Attributes.Add("onchange", "alert('it changed its value: ' + this.value);");
, .