Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy29-Jun-11 23:48
Smart_Boy29-Jun-11 23:48 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Parwej Ahamad29-Jun-11 23:53
professionalParwej Ahamad29-Jun-11 23:53 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 0:31
Smart_Boy30-Jun-11 0:31 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
surender.m30-Jun-11 1:21
surender.m30-Jun-11 1:21 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 4:10
Smart_Boy30-Jun-11 4:10 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy6-Jul-11 23:32
Smart_Boy6-Jul-11 23:32 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Parwej Ahamad30-Jun-11 5:20
professionalParwej Ahamad30-Jun-11 5:20 
AnswerRe: Dynamic Change in URL of webservice configuration. Pin
RPA_AshishPandey30-Jun-11 18:57
RPA_AshishPandey30-Jun-11 18:57 
To load web service in two different environment is need to change only service URL in web config in case of web site and in appsetting in case of window application.

if you want to load dll of the fly (scenario based)go for reflection.
code to load:

System.Reflection.Assembly o = System.Reflection.Assembly.Load("mscorlib.dll");
System.Console.WriteLine(o.GetName());
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 23:09
Smart_Boy30-Jun-11 23:09 
Questiononchange event not firing [solved] Pin
JimmyRopes29-Jun-11 16:33
professionalJimmyRopes29-Jun-11 16:33 
AnswerRe: onchange event not firing Pin
Anurag Gandhi29-Jun-11 20:46
professionalAnurag Gandhi29-Jun-11 20:46 
GeneralRe: onchange event not firing Pin
JimmyRopes30-Jun-11 0:48
professionalJimmyRopes30-Jun-11 0:48 
QuestionGet Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 6:40
madhubabu29-Jun-11 6:40 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
Parwej Ahamad29-Jun-11 6:44
professionalParwej Ahamad29-Jun-11 6:44 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 6:55
madhubabu29-Jun-11 6:55 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
Parwej Ahamad29-Jun-11 7:04
professionalParwej Ahamad29-Jun-11 7:04 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 7:16
madhubabu29-Jun-11 7:16 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 7:15
protectorAspDotNetDev29-Jun-11 7:15 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 7:39
protectorAspDotNetDev29-Jun-11 7:39 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
GenJerDan29-Jun-11 9:33
GenJerDan29-Jun-11 9:33 
QuestionBulk File Upload Pin
S.Aijaz28-Jun-11 23:32
S.Aijaz28-Jun-11 23:32 
AnswerRe: Bulk File Upload Pin
Anurag Gandhi29-Jun-11 20:51
professionalAnurag Gandhi29-Jun-11 20:51 
GeneralRe: Bulk File Upload Pin
S.Aijaz29-Jun-11 22:39
S.Aijaz29-Jun-11 22:39 
GeneralRe: Bulk File Upload Pin
Anurag Gandhi29-Jun-11 23:00
professionalAnurag Gandhi29-Jun-11 23:00 
AnswerRe: Bulk File Upload Pin
Vasudevan Deepak Kumar30-Jun-11 14:05
Vasudevan Deepak Kumar30-Jun-11 14:05 

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.