getting object reference not set to an instance of an object

i''m getting object reference not set to an instance of an object when i''m uploading a file in server.when i''m clicking the upload button using If txtFile.PostedFile.FileName = Nothing Then even i selected the file using browse button i''m getting error

1 Reply

BU bunchhel August 26, 2005 01:37 AM UTC

Hi sunanda, It should be: If txtFile.PostedFile = Nothing

Loader.
Up arrow icon