|
Uploading files
|
|
Author:
| |
ptaylor
|
|
Views:
| |
1383
|
|
|
How to upload files in ASP.NET
Add a to your form
You have to split the filename by the '.' to get the file extension
|
|
|
|
|
|
|
Open new window
|
|
Author:
| |
ptaylor
|
|
Views:
| |
612
|
|
|
How to open a new windows from code
use this on page_load and when someone click the LinkButton1 a new windows will open
|
|
|
|
|
|
|
|
|
|