download code
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello to everyone........... i want to provide downloading of a document in my project. but how? thnx in advance yogesh
Just redirect (
Response.Redirect(filename)
) to file would do that.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions