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

ASP.NET

 
QuestionAdd month with current date Pin
Amit Agarrwal11-Aug-06 2:05
Amit Agarrwal11-Aug-06 2:05 
AnswerRe: Add month with current date Pin
Tiger45611-Aug-06 2:11
Tiger45611-Aug-06 2:11 
QuestionWeb service setdata() Pin
BLOEDHOND11-Aug-06 2:03
BLOEDHOND11-Aug-06 2:03 
AnswerRe: Web service setdata() Pin
Guffa11-Aug-06 8:24
Guffa11-Aug-06 8:24 
GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 1:01
BLOEDHOND14-Aug-06 1:01 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 2:02
Guffa14-Aug-06 2:02 
GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 2:19
BLOEDHOND14-Aug-06 2:19 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 4:06
Guffa14-Aug-06 4:06 
BLOEDHOND wrote:
I'm busy to see if the DataSet and DataAdapter object will be fast enough for my requirement.


You can use the Execute methods of the connection object if you want less overhead. If you don't use the DataSet to feed a user interface, there is not really any reason to have it.

BLOEDHOND wrote:
Another question is, if a Web service "fires" on an incoming event and it executes and during execution another event comes in will the web service "fire" again on a different thread, or will IIS buffer this new incomming event?


Each request will run in a separate thread, so you can have a number of requests executing at the same time. The web server limits (buffers) the requests per user (session), though, so you will not have more than one request running at a time for each user.


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

QuestionPaypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:28
Amit Agarrwal11-Aug-06 1:28 
AnswerRe: Paypal Integration Probelm Pin
seee sharp11-Aug-06 1:41
seee sharp11-Aug-06 1:41 
GeneralRe: Paypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:56
Amit Agarrwal11-Aug-06 1:56 
AnswerRe: Paypal Integration Probelm Pin
mrsnipey14-Aug-06 22:52
mrsnipey14-Aug-06 22:52 
QuestionWeb Application Setup Pin
aaraaayen11-Aug-06 1:05
aaraaayen11-Aug-06 1:05 
AnswerRe: Web Application Setup Pin
seee sharp11-Aug-06 1:43
seee sharp11-Aug-06 1:43 
Questiontab cotrol in asp.net 1.1 Pin
omi9811-Aug-06 0:56
omi9811-Aug-06 0:56 
AnswerRe: tab cotrol in asp.net 1.1 Pin
manowj11-Aug-06 1:38
manowj11-Aug-06 1:38 
GeneralRe: tab cotrol in asp.net 1.1 Pin
omi9817-Aug-06 5:36
omi9817-Aug-06 5:36 
Question2 simple questions Pin
-Yoyosh-11-Aug-06 0:52
-Yoyosh-11-Aug-06 0:52 
AnswerRe: 2 simple questions Pin
stevehammond11-Aug-06 2:44
stevehammond11-Aug-06 2:44 
GeneralRe: 2 simple questions Pin
-Yoyosh-11-Aug-06 5:36
-Yoyosh-11-Aug-06 5:36 
QuestionFrameset Pin
-Yoyosh-11-Aug-06 0:51
-Yoyosh-11-Aug-06 0:51 
AnswerRe: Frameset Pin
Mike Ellison11-Aug-06 3:15
Mike Ellison11-Aug-06 3:15 
QuestionASP.NET Forms Authentication and ATLAS Pin
seee sharp10-Aug-06 23:01
seee sharp10-Aug-06 23:01 
QuestionText has to go across... Pin
Prabs frm PGP10-Aug-06 22:59
Prabs frm PGP10-Aug-06 22:59 
AnswerRe: Text has to go across... Pin
_AK_10-Aug-06 23:38
_AK_10-Aug-06 23:38 

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.