Search Results

2
votes
3answers
679 views

How should I best query my dataset from VB.net?

I have a VB.Net data set that contains data from multiple tables. Does anyone have any good suggestions on how to query data out of the dataset. I want to run SQL-like queries on a dataset to ext …
0
votes
1answer
559 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

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 …