0
votes
1answer
596 views
Get Current Windows User VB.net
I have tried multiple ways of grabbing the username of a current logged on user in vb.net/asp.net. I am running it on IIS 6 and understand that it will return NETWORK SERVICE for the username. I …
0
votes
2answers
263 views
CSS div problems with position
I have a css based asp.net masterpage. I am using a browse div located directly above a navigation div. The browse div is flowing down behind the navigation div. I did some playing around with t …
0
votes
If (fileUpload.HasFile)=false
I think it might be that you write you file to the directory and in doing that it clears out the fileupload form. This is happening before you run your if statement. Try moving your if/else above …
