Click here to Skip to main content
15,917,320 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan anybody know how display dicom images in dotnet web application [modified] Pin
Aswattha26-Mar-08 1:08
Aswattha26-Mar-08 1:08 
GeneralMy page is not redirecting to proper Login.aspx page Pin
coolsatty26-Mar-08 1:04
coolsatty26-Mar-08 1:04 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
Declan Bright26-Mar-08 1:12
Declan Bright26-Mar-08 1:12 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
coolsatty26-Mar-08 23:32
coolsatty26-Mar-08 23:32 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
Declan Bright27-Mar-08 1:59
Declan Bright27-Mar-08 1:59 
GeneralRe: My page is not redirecting to proper Login.aspx page [modified] Pin
coolsatty27-Mar-08 5:36
coolsatty27-Mar-08 5:36 
QuestionHow to open a external application using Asp.net 2.0? Pin
balaguru26-Mar-08 0:16
balaguru26-Mar-08 0:16 
AnswerRe: How to open a external application using Asp.net 2.0? Pin
Declan Bright26-Mar-08 0:59
Declan Bright26-Mar-08 0:59 
You will be able to open an external application on the same machine as the web application is running because the code is executing on the server side and this code has access to local resources.
Be warning, this will probably expose a security vulnerability on your server.

You will not be able to open an external application on a client machine as the client side code does not have permission to execute another executable from the browser.

Declan Bright
www.declanbright.com

QuestionProblem with UpdatePanel and ContentTemplate [modified] Pin
udaymohan26-Mar-08 0:08
udaymohan26-Mar-08 0:08 
GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
eyeseetee26-Mar-08 0:12
eyeseetee26-Mar-08 0:12 
GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
maryam.saboor26-Mar-08 1:44
professionalmaryam.saboor26-Mar-08 1:44 
GeneralReport Viewer Horror Pin
vinnuvineet25-Mar-08 23:48
vinnuvineet25-Mar-08 23:48 
QuestionManually filling up datagrid? Pin
megavan25-Mar-08 23:21
megavan25-Mar-08 23:21 
AnswerRe: Manually filling up datagrid? Pin
Declan Bright25-Mar-08 23:47
Declan Bright25-Mar-08 23:47 
GeneralRe: Manually filling up datagrid? Pin
megavan26-Mar-08 0:06
megavan26-Mar-08 0:06 
GeneralRe: Manually filling up datagrid? Pin
Declan Bright26-Mar-08 0:49
Declan Bright26-Mar-08 0:49 
AnswerRe: Manually filling up datagrid? Pin
Christian Graus26-Mar-08 0:09
protectorChristian Graus26-Mar-08 0:09 
GeneralCascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex25-Mar-08 22:45
Malayil alex25-Mar-08 22:45 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright25-Mar-08 23:40
Declan Bright25-Mar-08 23:40 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex26-Mar-08 0:16
Malayil alex26-Mar-08 0:16 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright26-Mar-08 0:44
Declan Bright26-Mar-08 0:44 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex27-Mar-08 5:03
Malayil alex27-Mar-08 5:03 
GeneralUsing Scanner In Asp.Net Application Pin
Member 345333125-Mar-08 22:34
Member 345333125-Mar-08 22:34 
GeneralRe: Using Scanner In Asp.Net Application Pin
Christian Graus25-Mar-08 22:59
protectorChristian Graus25-Mar-08 22:59 
GeneralRe: Using Scanner In Asp.Net Application Pin
Eduard Keilholz25-Mar-08 23:53
Eduard Keilholz25-Mar-08 23:53 

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.