Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: accessing row in gridview Pin
eyeseetee9-Nov-08 22:21
eyeseetee9-Nov-08 22:21 
QuestionAdd/update nodes in xml file using javascript Pin
DineshSharmain9-Nov-08 21:47
DineshSharmain9-Nov-08 21:47 
AnswerRe: Add/update nodes in xml file using javascript Pin
m-khansari10-Nov-08 1:07
m-khansari10-Nov-08 1:07 
GeneralRe: Add/update nodes in xml file using javascript Pin
DineshSharmain10-Nov-08 1:23
DineshSharmain10-Nov-08 1:23 
GeneralRe: Add/update nodes in xml file using javascript Pin
m-khansari10-Nov-08 2:31
m-khansari10-Nov-08 2:31 
GeneralRe: Add/update nodes in xml file using javascript Pin
DineshSharmain10-Nov-08 2:51
DineshSharmain10-Nov-08 2:51 
GeneralRe: Add/update nodes in xml file using javascript Pin
m-khansari12-Nov-08 1:40
m-khansari12-Nov-08 1:40 
QuestionProblem in Opening Page in HighSlide Pin
Syed Ali Raza9-Nov-08 21:46
Syed Ali Raza9-Nov-08 21:46 
I m having Problem in opening PDF Document written on a page in Highslide. Although this page works in case of Image but when I write PDF, it completes the process but does not show the page where PDF is Written. there is no error in PDF method, it is working fine. Below is the link through which i open highslide.


Click here to View File;

//Here is the COde for Writing the PDF on page
FileStream MyFileStream = new FileStream(fileName, FileMode.Open, FileAccess.Read);
long FileSize = 0;
FileSize = MyFileStream.Length;
byte[] Buffer = new byte[(int)FileSize + 1];
MyFileStream.Read(Buffer, 0, (int)FileSize);
MyFileStream.Close();
Response.ContentType = "application/pdf";
Response.OutputStream.Write(Buffer, 0, int.Parse(FileSize.ToString()));
Response.Flush();
Response.Close();


Kindly Help me in this Issue.
Ali Raza
QuestionSingle sign On on VPN Pin
Sakshi Smriti9-Nov-08 21:45
Sakshi Smriti9-Nov-08 21:45 
QuestionRelative path Problem Pin
dipak.dipak9-Nov-08 20:56
dipak.dipak9-Nov-08 20:56 
AnswerRe: Relative path Problem Pin
Arun Jacob10-Nov-08 0:27
Arun Jacob10-Nov-08 0:27 
GeneralRe: Relative path Problem Pin
dipak.dipak10-Nov-08 0:57
dipak.dipak10-Nov-08 0:57 
AnswerRe: Relative path Problem Pin
dipak.dipak10-Nov-08 0:55
dipak.dipak10-Nov-08 0:55 
GeneralRe: Relative path Problem Pin
Ashfield10-Nov-08 1:20
Ashfield10-Nov-08 1:20 
AnswerRe: Relative path Problem Pin
Abhishek Sur10-Nov-08 2:15
professionalAbhishek Sur10-Nov-08 2:15 
QuestionASP.NET Pin
Dimuthu Nuwan9-Nov-08 19:29
Dimuthu Nuwan9-Nov-08 19:29 
AnswerRe: ASP.NET Pin
AhsanS9-Nov-08 19:59
AhsanS9-Nov-08 19:59 
AnswerRe: ASP.NET Pin
N a v a n e e t h9-Nov-08 20:03
N a v a n e e t h9-Nov-08 20:03 
AnswerRe: ASP.NET Pin
Brij10-Nov-08 0:26
mentorBrij10-Nov-08 0:26 
QuestionHow to ocreate folder though coding??? Pin
Anand Desai9-Nov-08 18:40
Anand Desai9-Nov-08 18:40 
AnswerRe: How to ocreate folder though coding??? Pin
AhsanS9-Nov-08 18:54
AhsanS9-Nov-08 18:54 
AnswerRe: How to ocreate folder though coding??? Pin
Guffa9-Nov-08 19:28
Guffa9-Nov-08 19:28 
AnswerRe: How to ocreate folder though coding??? Pin
N a v a n e e t h9-Nov-08 19:58
N a v a n e e t h9-Nov-08 19:58 
GeneralRe: How to ocreate folder though coding??? Pin
Anand Desai9-Nov-08 20:34
Anand Desai9-Nov-08 20:34 
Questionsecure webservice Pin
Member 38798819-Nov-08 18:33
Member 38798819-Nov-08 18:33 

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.