Click here to Skip to main content
16,005,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: What to do on my code for browsing folder Pin
Bassam Saoud15-Dec-07 0:52
Bassam Saoud15-Dec-07 0:52 
GeneralRe: What to do on my code for browsing folder Pin
Vishnu Narayan Mishra15-Dec-07 2:12
Vishnu Narayan Mishra15-Dec-07 2:12 
GeneralRe: What to do on my code for browsing folder Pin
Bassam Saoud15-Dec-07 2:20
Bassam Saoud15-Dec-07 2:20 
GeneralMedium Trust ASP.NET Pin
Michael Sync15-Dec-07 5:24
Michael Sync15-Dec-07 5:24 
GeneralRe: Medium Trust ASP.NET Pin
Bassam Saoud15-Dec-07 7:38
Bassam Saoud15-Dec-07 7:38 
GeneralRe: Medium Trust ASP.NET Pin
Michael Sync15-Dec-07 17:21
Michael Sync15-Dec-07 17:21 
GeneralRe: What to do on my code for browsing folder Pin
Michael Sync15-Dec-07 4:18
Michael Sync15-Dec-07 4:18 
Generalerror while opening downloaded mdb file Pin
surjith15-Dec-07 0:03
surjith15-Dec-07 0:03 
using this code i downloaded one mdb file,down loaded successfully but it is not able to open... one error showing that unrecognized database format.

used codes is given below



string filepath = "../App_Data/Segasys.mdb";
string filename = System.IO.Path.GetFileName(filepath);
Response.Clear();
Response.ContentType = "application/ms-access";
Response.AddHeader("Content-Disposition", "attachment; filename=" + filename);
Response.Flush();
Response.WriteFile(filepath);


please advise on this issue....

thanks
surjith
GeneralRe: error while opening downloaded mdb file Pin
Christian Graus15-Dec-07 0:12
protectorChristian Graus15-Dec-07 0:12 
GeneralCalendar Popup for master pages in ASP.Net using javascript Pin
sivaraman_sankaranarayanan14-Dec-07 23:35
sivaraman_sankaranarayanan14-Dec-07 23:35 
GeneralRe: Calendar Popup for master pages in ASP.Net using javascript Pin
Michael Sync15-Dec-07 4:21
Michael Sync15-Dec-07 4:21 
QuestionHow to make the Next and button of a WizardStep Invisible Pin
Rocky#14-Dec-07 22:51
Rocky#14-Dec-07 22:51 
GeneralCreate a comparison chart Pin
SUDHAKAR PALLAM14-Dec-07 21:53
SUDHAKAR PALLAM14-Dec-07 21:53 
GeneralRe: Create a comparison chart Pin
pmarfleet14-Dec-07 22:13
pmarfleet14-Dec-07 22:13 
GeneralRe: Create a comparison chart [modified] Pin
SUDHAKAR PALLAM14-Dec-07 22:32
SUDHAKAR PALLAM14-Dec-07 22:32 
GeneralRe: Create a comparison chart Pin
Bassam Saoud14-Dec-07 22:29
Bassam Saoud14-Dec-07 22:29 
QuestionHow to Display Image in Gridview from Sqlserver 2005 in C# Pin
mrgaddam14-Dec-07 21:41
mrgaddam14-Dec-07 21:41 
AnswerRe: How to Display Image in Gridview from Sqlserver 2005 in C# Pin
Bassam Saoud14-Dec-07 21:56
Bassam Saoud14-Dec-07 21:56 
QuestionHow to Display Image in Gridview from Sqlserver 2005 in C# Pin
mrgaddam14-Dec-07 21:40
mrgaddam14-Dec-07 21:40 
AnswerRe: How to Display Image in Gridview from Sqlserver 2005 in C# Pin
Bassam Saoud14-Dec-07 21:58
Bassam Saoud14-Dec-07 21:58 
GeneralAuto fill textbox Pin
Member 387988114-Dec-07 20:20
Member 387988114-Dec-07 20:20 
GeneralGrid Binding Problem Pin
SreejithAchutan14-Dec-07 19:49
SreejithAchutan14-Dec-07 19:49 
GeneralRe: Grid Binding Problem Pin
Bassam Saoud14-Dec-07 22:03
Bassam Saoud14-Dec-07 22:03 
Questionhow can i fill dropdownlist using AJAX Pin
koolprasad200314-Dec-07 19:39
professionalkoolprasad200314-Dec-07 19:39 
AnswerRe: how can i fill dropdownlist using AJAX Pin
N a v a n e e t h14-Dec-07 19:59
N a v a n e e t h14-Dec-07 19:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.