Click here to Skip to main content
15,915,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: what is the code behind "sign out" Pin
multimedia96-Jun-07 23:15
multimedia96-Jun-07 23:15 
GeneralRe: what is the code behind "sign out" Pin
Chetan Ranpariya6-Jun-07 23:41
Chetan Ranpariya6-Jun-07 23:41 
GeneralRe: what is the code behind "sign out" Pin
multimedia97-Jun-07 0:06
multimedia97-Jun-07 0:06 
GeneralRe: what is the code behind "sign out" Pin
Viral Upadhyay7-Jun-07 7:15
Viral Upadhyay7-Jun-07 7:15 
Question"data Source=?" to connect MS Access database at web server Pin
multimedia96-Jun-07 17:18
multimedia96-Jun-07 17:18 
AnswerRe: "data Source=?" to connect MS Access database at web server Pin
Harini N K6-Jun-07 19:01
Harini N K6-Jun-07 19:01 
GeneralRe: "data Source=?" to connect MS Access database at web server Pin
multimedia96-Jun-07 19:58
multimedia96-Jun-07 19:58 
GeneralRe: "data Source=?" to connect MS Access database at web server Pin
Harini N K6-Jun-07 20:47
Harini N K6-Jun-07 20:47 
Hi
1. After deploying your web application in server and link will be like: http://10.57.89.15/TestWebApplication/page.aspx

2. The Virtual directory (i.e 'TestWebApplication' as in the above code) you created in server can be modified using Web.Config. Add a key and value to store virtual directory name. Use this key in your code-behind file. ConfigurationSettings.AppSettings

3. If your .mdb file is in sub-folder of your web app i.e., in App_Data. Then that file can be accessed using the foll. code

<br />
string StrDataSource = Server.MapPath("\\TestWebApplication\\App_Data\\db1.mdb");<br />


Hope you got it.



Harini

GeneralRe: "data Source=?" to connect MS Access database at web server Pin
multimedia96-Jun-07 23:29
multimedia96-Jun-07 23:29 
GeneralRe: "data Source=?" to connect MS Access database at web server Pin
Harini N K6-Jun-07 23:40
Harini N K6-Jun-07 23:40 
GeneralRe: "data Source=?" to connect MS Access database at web server Pin
multimedia97-Jun-07 18:59
multimedia97-Jun-07 18:59 
Questionnew to asp.net Pin
likefood6-Jun-07 16:18
likefood6-Jun-07 16:18 
AnswerRe: new to asp.net Pin
N a v a n e e t h6-Jun-07 18:18
N a v a n e e t h6-Jun-07 18:18 
GeneralRe: new to asp.net Pin
likefood7-Jun-07 1:44
likefood7-Jun-07 1:44 
QuestionASP.NET WITH C# , How add componet for print button [modified] Pin
wongeva6-Jun-07 16:15
wongeva6-Jun-07 16:15 
AnswerRe: ASP.NET WITH C# , How add componet for print button Pin
N a v a n e e t h6-Jun-07 18:13
N a v a n e e t h6-Jun-07 18:13 
QuestionASP.NET WITH C# DATA GRID FOR DataKeyField Pin
wongeva6-Jun-07 16:11
wongeva6-Jun-07 16:11 
QuestionGridView or not? Pin
Zerox MXI6-Jun-07 14:51
Zerox MXI6-Jun-07 14:51 
AnswerRe: GridView or not? Pin
Christian Graus6-Jun-07 15:04
protectorChristian Graus6-Jun-07 15:04 
AnswerRe: GridView or not? Pin
Harini N K6-Jun-07 22:24
Harini N K6-Jun-07 22:24 
QuestionDatalist state lost on postback Pin
werD6-Jun-07 14:09
werD6-Jun-07 14:09 
AnswerRe: Datalist state lost on postback Pin
Christian Graus6-Jun-07 14:27
protectorChristian Graus6-Jun-07 14:27 
GeneralRe: Datalist state lost on postback Pin
werD6-Jun-07 15:47
werD6-Jun-07 15:47 
QuestionOpen a CSV from web to HTML table Pin
mahmoud44196-Jun-07 10:47
mahmoud44196-Jun-07 10:47 
AnswerRe: Open a CSV from web to HTML table Pin
Christian Graus6-Jun-07 10:57
protectorChristian Graus6-Jun-07 10:57 

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.