Click here to Skip to main content
15,891,846 members
Home / Discussions / Web Development
   

Web Development

 
QuestionInvoking JavaScript Using System.Windows.Forms.WebBrowser Pin
BapiLolly23-Mar-06 22:36
BapiLolly23-Mar-06 22:36 
QuestionHow can I hide a url link? Pin
JUNEYT23-Mar-06 21:26
JUNEYT23-Mar-06 21:26 
AnswerRe: How can I hide a url link? Pin
Sushant_Mathur23-Mar-06 21:28
Sushant_Mathur23-Mar-06 21:28 
AnswerRe: How can I hide a url link? Pin
Vasudevan Deepak Kumar23-Mar-06 21:54
Vasudevan Deepak Kumar23-Mar-06 21:54 
Questioncalling a subroutine when the value of an input control changes... Pin
Jesse Evans23-Mar-06 9:57
Jesse Evans23-Mar-06 9:57 
AnswerRe: calling a subroutine when the value of an input control changes... Pin
Guffa24-Mar-06 2:15
Guffa24-Mar-06 2:15 
QuestionQuestions about database. Pin
Genbox23-Mar-06 8:57
Genbox23-Mar-06 8:57 
AnswerRe: Questions about database. Pin
Guffa23-Mar-06 9:25
Guffa23-Mar-06 9:25 
1. Yes.

2. Yes.

The database driver for Access limits the number of connections for each user to 64. For web development it means that each web application can only have 64 connections open at the same time. This is normaly not a problem, as a web site that can be served by an Access database usually only uses a few connections at a time. It makes Access more sensetive to badly written code, though.

If your web site will have much traffic (like thousands of visitors per day), you might want to go for a more powerful database than Access.

---
b { font-weight: normal; }

QuestionScroll Bars Pin
munklefish23-Mar-06 5:27
munklefish23-Mar-06 5:27 
AnswerRe: Scroll Bars Pin
-C-?-M-26-Mar-06 21:29
-C-?-M-26-Mar-06 21:29 
GeneralRe: Scroll Bars Pin
munklefish27-Mar-06 5:01
munklefish27-Mar-06 5:01 
Questiondynamicly add asp controls to a web page Pin
cmarmr23-Mar-06 3:53
cmarmr23-Mar-06 3:53 
Questionblocker popups Pin
tetraso23-Mar-06 2:26
tetraso23-Mar-06 2:26 
AnswerRe: blocker popups Pin
CWIZO23-Mar-06 23:08
CWIZO23-Mar-06 23:08 
QuestionValidating a TextArea control Pin
Brendan Vogt23-Mar-06 1:18
Brendan Vogt23-Mar-06 1:18 
AnswerRe: Validating a TextArea control Pin
CWIZO23-Mar-06 23:09
CWIZO23-Mar-06 23:09 
GeneralRe: Validating a TextArea control Pin
Brendan Vogt26-Mar-06 23:08
Brendan Vogt26-Mar-06 23:08 
GeneralRe: Validating a TextArea control Pin
CWIZO26-Mar-06 23:10
CWIZO26-Mar-06 23:10 
GeneralRe: Validating a TextArea control Pin
Brendan Vogt27-Mar-06 0:22
Brendan Vogt27-Mar-06 0:22 
GeneralRe: Validating a TextArea control Pin
CWIZO27-Mar-06 0:27
CWIZO27-Mar-06 0:27 
QuestionAccessing the local time Pin
Brendan Vogt23-Mar-06 1:15
Brendan Vogt23-Mar-06 1:15 
AnswerRe: Accessing the local time Pin
CWIZO23-Mar-06 23:10
CWIZO23-Mar-06 23:10 
QuestionDeployment issue with web application uses DllImport Pin
Ahmed Al-Lakani23-Mar-06 0:50
Ahmed Al-Lakani23-Mar-06 0:50 
QuestionJavaScript to load webpage with parameters passed Pin
Neal Rogers NNR22-Mar-06 23:27
Neal Rogers NNR22-Mar-06 23:27 
QuestionPassing arguments and Relative coordinates in Jscript Pin
KaKa'22-Mar-06 21:54
KaKa'22-Mar-06 21:54 

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.