Click here to Skip to main content
15,903,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Save File Dialog Box in Asp.net.... Pin
Baran M11-May-09 23:48
Baran M11-May-09 23:48 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
spalanivel12-May-09 0:04
spalanivel12-May-09 0:04 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
Manas Bhardwaj12-May-09 0:28
professionalManas Bhardwaj12-May-09 0:28 
AnswerRe: Save File Dialog Box in Asp.net.... Pin
DeveloperAtul12-May-09 0:38
DeveloperAtul12-May-09 0:38 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
Christian Graus12-May-09 1:22
protectorChristian Graus12-May-09 1:22 
QuestionAutomatic launch of ASP.Net Development server Pin
beish111-May-09 23:04
beish111-May-09 23:04 
AnswerRe: Automatic launch of ASP.Net Development server Pin
Ramesh Swaminathan12-May-09 0:05
Ramesh Swaminathan12-May-09 0:05 
GeneralRe: Automatic launch of ASP.Net Development server Pin
beish112-May-09 3:02
beish112-May-09 3:02 
Ramesh - thanks for reply. I've investigated further and the problem seems to be with the fact that the Access database is opened. When I open the GIS application, because the GIS links to the Access database, the database is opened. When I try to open the .aspx page with localhost
ie, using Internet Explorer,

http://localhost/HA4Com/chamber.aspx?cname=2977-001

get error message file already in use
Exception details: System.Data.OleDb.OleDbException: Could not use; file already in use

If however I use the VStudio Development Server:

http://localhost:1347/HA4Com/chamber.aspx?cname=2977-001

it works Ok. Looks like VStudio development Server happy that Access database already open, but IIS is not.

Any way I can make localhost/IIS to accept the database already opened?
QuestionWhy can't I use Session another aspx.cs code?? Pin
lsh486love11-May-09 22:05
lsh486love11-May-09 22:05 
AnswerRe: Why can't I use Session another aspx.cs code?? Pin
Baran M11-May-09 22:17
Baran M11-May-09 22:17 
GeneralRe: Why can't I use Session another aspx.cs code?? Pin
lsh486love13-May-09 14:24
lsh486love13-May-09 14:24 
Questiontextbox values clears Pin
member2711-May-09 21:33
member2711-May-09 21:33 
AnswerRe: textbox values clears Pin
Jagz W11-May-09 23:31
professionalJagz W11-May-09 23:31 
GeneralRe: textbox values clears Pin
member2712-May-09 0:40
member2712-May-09 0:40 
QuestionHow to use Session?? Pin
lsh486love11-May-09 21:23
lsh486love11-May-09 21:23 
AnswerRe: How to use Session?? Pin
Rajesh R Subramanian11-May-09 21:54
professionalRajesh R Subramanian11-May-09 21:54 
QuestionHow do I get a aspx page function in App_code class file in asp.net 2.0. Pin
vnsraj11-May-09 21:10
vnsraj11-May-09 21:10 
AnswerRe: How do I get a aspx page function in App_code class file in asp.net 2.0. Pin
Ramesh Swaminathan11-May-09 22:13
Ramesh Swaminathan11-May-09 22:13 
QuestionProblem with gridview buttonfield Pin
sarang_k11-May-09 20:48
sarang_k11-May-09 20:48 
AnswerRe: Problem with gridview buttonfield Pin
Ramesh Swaminathan11-May-09 21:07
Ramesh Swaminathan11-May-09 21:07 
GeneralRe: Problem with gridview buttonfield Pin
sarang_k11-May-09 21:08
sarang_k11-May-09 21:08 
GeneralRe: Problem with gridview buttonfield Pin
Ramesh Swaminathan11-May-09 22:07
Ramesh Swaminathan11-May-09 22:07 
QuestionProblem with gridview Pin
sarang_k11-May-09 20:15
sarang_k11-May-09 20:15 
AnswerRe: Problem with gridview Pin
Ramesh Swaminathan11-May-09 20:40
Ramesh Swaminathan11-May-09 20:40 
Questionhow to direct web.config to use sections in subfolders Pin
nithydurai11-May-09 19:56
nithydurai11-May-09 19:56 

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.