This is a migrated thread and some comments may be shown as answers.

RadPane contentURL strangeness

1 Answer 37 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jason Bourdette
Top achievements
Rank 1
Jason Bourdette asked on 02 Jul 2010, 07:19 PM
I have a RadPane with contentURL set to a domain network path to a txt file containing text.

On my dev box when I run the app it is perfect. The content is displayed in the RadPane.

When I depoy the app and test the deployed version on my machine (server2008r2, ie8) it again displays the content in the RadPane as expected.

When i go to another user machine (win7, ie8) and run the app, the web page presents a dialog prompt asking the user to open or save the file. If they choose open it open the file in notepad. The content never gets displayed in the RadPane ???

any ideas?

thanks
jason

update: 6/6/2010  - was thinking of using File.Read(..) to just read the text file into a string. How could I then set the content of a RadPane to be the contents of the string.

string text = file.read(myfile);
radPane. ? = text;

1 Answer, 1 is accepted

Sort by
0
Jason Bourdette
Top achievements
Rank 1
answered on 07 Jul 2010, 03:53 PM
problem solved. I used an asp.net literal control
Tags
Splitter
Asked by
Jason Bourdette
Top achievements
Rank 1
Answers by
Jason Bourdette
Top achievements
Rank 1
Share this question
or