Click here to Skip to main content
15,891,864 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to remove System.InvalidCastException error? Pin
sathyan_829414-Jul-08 20:01
sathyan_829414-Jul-08 20:01 
AnswerRe: how to remove System.InvalidCastException error? Pin
firozu15-Jul-08 1:31
firozu15-Jul-08 1:31 
Questionhow to remove this error? Pin
sathyan_829414-Jul-08 19:37
sathyan_829414-Jul-08 19:37 
AnswerRe: how to remove this error? Pin
Herman<T>.Instance14-Jul-08 19:44
Herman<T>.Instance14-Jul-08 19:44 
QuestionConvert a control to its subClass in runtime Pin
WangHu2514-Jul-08 19:34
WangHu2514-Jul-08 19:34 
QuestionHow to display .gif,.bmp,.png,.swf(flash),.jpeg & .jpg file under single asp.net control Pin
K V Sekhar14-Jul-08 19:31
K V Sekhar14-Jul-08 19:31 
QuestionAjax Problem / Pin
Zeyad Jalil14-Jul-08 19:20
professionalZeyad Jalil14-Jul-08 19:20 
QuestionHow to find the Application path of a Window application through Web Service Pin
K.Safvi14-Jul-08 19:11
K.Safvi14-Jul-08 19:11 
Hi,
I am using a Web service beween a Window application running on client and server mechines.The web service uploades the files and images on the server mechine. But i am having problem to find the application path on the server mechine. I used the following code but this returns the path of the web service rather than window application.

System.Reflection.Module[] modules = System.Reflection.Assembly.GetExecutingAssembly().GetModules();
strApplicationPath = System.IO.Path.GetDirectoryName(modules[0].FullyQualifiedName);

I need to find the path of window application through web service.
can anybody help me?
AnswerRe: How to find the Application path of a Window application through Web Service Pin
K.Safvi14-Jul-08 21:36
K.Safvi14-Jul-08 21:36 
Question[Message Deleted] Pin
wEb GuRu...14-Jul-08 19:11
wEb GuRu...14-Jul-08 19:11 
JokeRe: MultiLevel Category Structure! Pin
Venkatesh Mookkan14-Jul-08 19:22
Venkatesh Mookkan14-Jul-08 19:22 
QuestionComunicate from web app to windows app Pin
AlexeiXX314-Jul-08 14:32
AlexeiXX314-Jul-08 14:32 
NewsRe: Comunicate from web app to windows app Pin
Venkatesh Mookkan14-Jul-08 18:03
Venkatesh Mookkan14-Jul-08 18:03 
QuestionSimple path question Pin
Leo Smith14-Jul-08 12:47
Leo Smith14-Jul-08 12:47 
AnswerRe: Simple path question Pin
Guffa14-Jul-08 13:39
Guffa14-Jul-08 13:39 
QuestionNhibernate Pin
Aslesh14-Jul-08 10:55
Aslesh14-Jul-08 10:55 
AnswerRe: Nhibernate Pin
led mike14-Jul-08 11:01
led mike14-Jul-08 11:01 
AnswerRe: Nhibernate Pin
Herman<T>.Instance14-Jul-08 19:43
Herman<T>.Instance14-Jul-08 19:43 
Question"Your login attempt was not successful. Please try again" login control Pin
Nada Adel14-Jul-08 10:55
Nada Adel14-Jul-08 10:55 
AnswerRe: "Your login attempt was not successful. Please try again" login control Pin
Herman<T>.Instance14-Jul-08 19:48
Herman<T>.Instance14-Jul-08 19:48 
GeneralRe: "Your login attempt was not successful. Please try again" login control Pin
Nada Adel14-Jul-08 20:18
Nada Adel14-Jul-08 20:18 
GeneralRe: "Your login attempt was not successful. Please try again" login control Pin
Nada Adel14-Jul-08 21:23
Nada Adel14-Jul-08 21:23 
QuestionEnabling ASP.NET only for local connections Pin
kensai14-Jul-08 10:05
kensai14-Jul-08 10:05 
AnswerRe: Enabling ASP.NET only for local connections Pin
Mehdi Bahrami14-Jul-08 10:11
Mehdi Bahrami14-Jul-08 10:11 
Questiongetting row index in the gridview Pin
kimo code14-Jul-08 9:51
kimo code14-Jul-08 9:51 

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.