Click here to Skip to main content
15,912,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regular Expression Validator...... Pin
N a v a n e e t h6-Sep-09 3:20
N a v a n e e t h6-Sep-09 3:20 
AnswerRe: Regular Expression Validator...... Pin
Abhishek Sur6-Sep-09 9:59
professionalAbhishek Sur6-Sep-09 9:59 
Questionabout the use of validator control in asp.net Pin
Seraph_summer5-Sep-09 23:30
Seraph_summer5-Sep-09 23:30 
AnswerRe: about the use of validator control in asp.net Pin
Abhijit Jana5-Sep-09 23:57
professionalAbhijit Jana5-Sep-09 23:57 
AnswerRe: about the use of validator control in asp.net Pin
en.Mahdi6-Sep-09 0:20
en.Mahdi6-Sep-09 0:20 
GeneralRe: about the use of validator control in asp.net Pin
Seraph_summer6-Sep-09 2:00
Seraph_summer6-Sep-09 2:00 
QuestionProblem in Connecting to Sqlserver 2000 Pin
en.Mahdi5-Sep-09 19:52
en.Mahdi5-Sep-09 19:52 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Abhijit Jana5-Sep-09 21:37
professionalAbhijit Jana5-Sep-09 21:37 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:10
en.Mahdi6-Sep-09 0:10 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Abhishek Sur5-Sep-09 23:55
professionalAbhishek Sur5-Sep-09 23:55 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:13
en.Mahdi6-Sep-09 0:13 
GeneralRe: Problem in Connecting to Sqlserver 2000 Pin
Abhishek Sur6-Sep-09 1:13
professionalAbhishek Sur6-Sep-09 1:13 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Vimalsoft(Pty) Ltd5-Sep-09 23:58
professionalVimalsoft(Pty) Ltd5-Sep-09 23:58 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:17
en.Mahdi6-Sep-09 0:17 
GeneralRe: Problem in Connecting to Sqlserver 2000 Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:02
professionalVimalsoft(Pty) Ltd6-Sep-09 20:02 
Questionwebservice Pin
farokhian5-Sep-09 10:21
farokhian5-Sep-09 10:21 
AnswerRe: webservice Pin
Christian Graus5-Sep-09 10:41
protectorChristian Graus5-Sep-09 10:41 
GeneralRe: webservice Pin
Abhishek Sur5-Sep-09 10:50
professionalAbhishek Sur5-Sep-09 10:50 
GeneralRe: webservice Pin
farokhian5-Sep-09 10:51
farokhian5-Sep-09 10:51 
GeneralRe: webservice Pin
Christian Graus5-Sep-09 10:52
protectorChristian Graus5-Sep-09 10:52 
GeneralRe: webservice Pin
farokhian5-Sep-09 11:25
farokhian5-Sep-09 11:25 
GeneralRe: webservice Pin
Abhishek Sur5-Sep-09 11:02
professionalAbhishek Sur5-Sep-09 11:02 
Is your webservice is hosted in another server than your website??? Confused | :confused:

If not then I think it is always better to do the task directly. Web Servers spawns a new thread to every Request made. Thus, if you are calling a web service to get Response, your Web Server will create a new thread and make a request, means an added load to the server to the request.
This way you are actually using Two threads when this could be done in a single one. Laugh | :laugh:

Hope you understand our concern.

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: webservice Pin
farokhian5-Sep-09 11:22
farokhian5-Sep-09 11:22 
GeneralRe: webservice Pin
Christian Graus5-Sep-09 11:25
protectorChristian Graus5-Sep-09 11:25 
GeneralRe: webservice Pin
farokhian5-Sep-09 11:35
farokhian5-Sep-09 11:35 

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.