There is any way to call FileUpload control of ASP.Net in web Method.
I have one web method in my page which is get called by JQuery and I want when that webmethod get executed inside I want to Upload some file to server using FileUpload Control.
but its showing error because that web Method is static and FileUpload control is non-Static.
Its Urgent..Plz help me out.....