NeatUpload Documentation

SqlServerInputFile Methods

The methods of the SqlServerInputFile class are listed below. For a complete list of SqlServerInputFile class members, see the SqlServerInputFile Members topic.

Public Instance Methods

ApplyStyle (inherited from WebControl) 
CopyBaseAttributes (inherited from WebControl) 
DataBind (inherited from Control) 
Dispose (inherited from Control) 
Equals (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
HasControls (inherited from Control) 
LoadPostData (inherited from InputFile) Called by ASP.NET so that controls can find and process their post back data
MergeStyle (inherited from WebControl) 
MoveTo (inherited from InputFile) Moves an uploaded file to a permanent location.
RaisePostDataChangedEvent (inherited from InputFile) Called by ASP.NET if LoadPostData returns true (i.e. if a file was uploaded to this control). Fires the FileUploaded event.
RenderBeginTag (inherited from WebControl) 
RenderControl (inherited from Control) 
RenderEndTag (inherited from WebControl) 
ResolveUrl (inherited from Control) 
SetRenderMethodDelegate (inherited from Control) 
ToString (inherited from Object) 
Verify Verfies the file as a valid file that should be kept. If neither this nor MoveTo are called, the uploaded data is deleted from the database

Protected Instance Methods

AddAttributesToRender (inherited from WebControl) 
AddParsedSubObject (inherited from Control) 
BuildProfileTree (inherited from Control) 
ClearChildViewState (inherited from Control) 
CreateChildControls (inherited from Control) 
CreateControlCollection (inherited from Control) 
CreateControlStyle (inherited from WebControl) 
EnsureChildControls (inherited from Control) 
Finalize (inherited from Object) 
FindControl (inherited from Control)Overloaded.  
IsLiteralContent (inherited from Control) 
LoadViewState (inherited from WebControl) 
MapPathSecure (inherited from Control) 
MemberwiseClone (inherited from Object) 
OnBubbleEvent (inherited from Control) 
OnDataBinding (inherited from Control) 
OnInit (inherited from InputFile) 
OnLoad (inherited from FileControl) 
OnPreRender (inherited from InputFile) 
OnUnload (inherited from FileControl) 
RaiseBubbleEvent (inherited from Control) 
Render (inherited from InputFile) 
RenderChildren (inherited from Control) 
RenderContents (inherited from WebControl) 
SaveViewState (inherited from WebControl) 
TrackViewState (inherited from WebControl) 

Protected Internal Instance Methods

AddedControl (inherited from Control) 
RemovedControl (inherited from Control) 

See Also

SqlServerInputFile Class | Hitone.Web.SqlServerUploader Namespace