S
salam
Hi, I have .Net version 2002 on my XP machine. i developed a C# web site
with one page. The page contains
and input type = "file" and a button
When running the application on my machine everything works fine. I deployed
the web site to a win2000 server, browsing the aspx page OK, but when
clicking on the button, I get the following error :
System.NullReferenceException: Object reference not set to an instance of an
object. at
Upload.upload.btnSend_Click(Object sender, EventArgs e)
pointing to the line when I start accessing the properties and methods of
the input of type input in my code behind.
Thanks
Salam
with one page. The page contains
and input type = "file" and a button
When running the application on my machine everything works fine. I deployed
the web site to a win2000 server, browsing the aspx page OK, but when
clicking on the button, I get the following error :
System.NullReferenceException: Object reference not set to an instance of an
object. at
Upload.upload.btnSend_Click(Object sender, EventArgs e)
pointing to the line when I start accessing the properties and methods of
the input of type input in my code behind.
Thanks
Salam