Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: HttpWebResponse.GetResponse(); The operation has timed-out Pin
Abhishek Sur23-Sep-09 9:34
professionalAbhishek Sur23-Sep-09 9:34 
GeneralRe: HttpWebResponse.GetResponse(); The operation has timed-out Pin
livez24-Sep-09 20:20
livez24-Sep-09 20:20 
Questionhow to make text box mandatory on dropdown change Pin
NK723-Sep-09 3:26
NK723-Sep-09 3:26 
AnswerRe: how to make text box mandatory on dropdown change Pin
J4amieC23-Sep-09 3:36
J4amieC23-Sep-09 3:36 
AnswerRe: how to make text box mandatory on dropdown change Pin
Abhijit Jana23-Sep-09 3:38
professionalAbhijit Jana23-Sep-09 3:38 
QuestionHow to add Databse in App_data folder Pin
rinku soni 2323-Sep-09 3:10
rinku soni 2323-Sep-09 3:10 
AnswerRe: Cross Post : Please Ignore Pin
Abhijit Jana23-Sep-09 3:17
professionalAbhijit Jana23-Sep-09 3:17 
QuestionInstead of http://localhost:3112/ I need to use the Current servername Pin
getaccessyr23-Sep-09 3:09
getaccessyr23-Sep-09 3:09 
Hi All,

In my Application we are using flash files,in that if we click on the flash image it should redirect to another page in new window,so to do that we are doing like this:

string sFlashObject = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0\" height=\"195\" width=\"220\"> " + "<param name=\"movie\" value=\"http://ebutler.be/erez/fsi/fsi.swf?autobooklet=true&amp;src=http://www.ebutler.be/erez&amp;pages_dir=" + hfImageFilePath.Value + "&amp;cfg=pages_presets/thumbnail.fsi&amp;MouseModes_Mode2=0&amp;

pages_demourl=http://localhost:3112/UI/FSIViewer.aspx?FolderID%3d" + hfFolderId.Value +

"&amp;pages_demourltarget=_new\"> " +
"<param name=\"wmode\" value=\"transparent\"> " +
"<embed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"transparent\" src=\"http://ebutler.be/erez/fsi/fsi.swf?autobookletId=true&amp;src=http://www.ebutler.be/erez&amp;pages_dir=" + hfImageFilePath.Value + "&amp;cfg=pages_presets/thumbnail.fsi&amp;MouseModes_Mode2=0&amp;
pages_demourl=http:///localhost:3112/UI/FSIViewer.aspx?FolderID%3d" + hfFolderId.Value +

"&amp;pages_demourltarget=_new\" height=\"195\" width=\"220\"> " +
"</object>";



In the above script you can notice that i gave demourl as:
"http:///localhost:3112 /UI/FSIViewer.aspx?FolderID%3d"

Instead of this i need to show Servername where ever we open the application


Thanks In Advance
Yamuna
AnswerRe: Instead of http://localhost:3112/ I need to use the Current servername Pin
Nisha Agrawal23-Sep-09 3:18
Nisha Agrawal23-Sep-09 3:18 
AnswerRe: Instead of http://localhost:3112/ I need to use the Current servername Pin
Abhijit Jana23-Sep-09 3:19
professionalAbhijit Jana23-Sep-09 3:19 
GeneralRe: Instead of http://localhost:3112/ I need to use the Current servername Pin
getaccessyr23-Sep-09 3:41
getaccessyr23-Sep-09 3:41 
GeneralRe: Instead of http://localhost:3112/ I need to use the Current servername Pin
Abhishek Sur23-Sep-09 10:06
professionalAbhishek Sur23-Sep-09 10:06 
QuestionHow to display xml string on asp.net page [modified] Pin
Calla23-Sep-09 3:08
Calla23-Sep-09 3:08 
AnswerRe: How to display xml string on asp.net page Pin
Abhishek Sur23-Sep-09 10:17
professionalAbhishek Sur23-Sep-09 10:17 
GeneralRe: How to display xml string on asp.net page Pin
Calla24-Sep-09 20:30
Calla24-Sep-09 20:30 
GeneralRe: How to display xml string on asp.net page Pin
Abhishek Sur25-Sep-09 10:41
professionalAbhishek Sur25-Sep-09 10:41 
Questionspgridview groping Pin
ptvce23-Sep-09 3:02
ptvce23-Sep-09 3:02 
AnswerRe: spgridview groping Pin
Abhijit Jana23-Sep-09 6:49
professionalAbhijit Jana23-Sep-09 6:49 
GeneralRe: spgridview groping Pin
Member 339523123-Sep-09 19:20
Member 339523123-Sep-09 19:20 
Questionunable to retrieve folder information from the server vs 2003 Pin
myms.net23-Sep-09 3:01
myms.net23-Sep-09 3:01 
AnswerRe: unable to retrieve folder information from the server vs 2003 Pin
Abhijit Jana23-Sep-09 3:03
professionalAbhijit Jana23-Sep-09 3:03 
GeneralRe: unable to retrieve folder information from the server vs 2003 Pin
myms.net23-Sep-09 3:23
myms.net23-Sep-09 3:23 
QuestionApp_Data folder Pin
rinku soni 2323-Sep-09 2:50
rinku soni 2323-Sep-09 2:50 
AnswerRe: App_Data folder Pin
Abhijit Jana23-Sep-09 3:02
professionalAbhijit Jana23-Sep-09 3:02 
QuestionUploading a file Pin
dptalt23-Sep-09 2:34
dptalt23-Sep-09 2:34 

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.