Click here to Skip to main content
16,013,592 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView validation by Javascript Pin
Michael Sync21-Aug-07 21:17
Michael Sync21-Aug-07 21:17 
QuestionTabContainer in AjaxControlToolkit Pin
Milind Panchal21-Aug-07 20:08
Milind Panchal21-Aug-07 20:08 
AnswerRe: TabContainer in AjaxControlToolkit Pin
Illegal Operation21-Aug-07 20:38
Illegal Operation21-Aug-07 20:38 
Questionpdf file Pin
yesu prakash21-Aug-07 20:04
yesu prakash21-Aug-07 20:04 
AnswerRe: pdf file Pin
Christian Graus21-Aug-07 20:08
protectorChristian Graus21-Aug-07 20:08 
GeneralRe: pdf file Pin
yesu prakash21-Aug-07 20:11
yesu prakash21-Aug-07 20:11 
GeneralRe: pdf file Pin
N a v a n e e t h21-Aug-07 20:17
N a v a n e e t h21-Aug-07 20:17 
GeneralRe: pdf file Pin
Christian Graus21-Aug-07 20:22
protectorChristian Graus21-Aug-07 20:22 
ypki wrote:
.txt,.xls,.doc etc all can make by saving corresponding extentions, .pdf cant..ryt??


Wrong. To create an xls or a doc, you can interop Office, which will create the files for you, otherwise you need to write the code yourself, in a dll or otherwise. But, no file format is natively supported by .NET except for XML, in that there's an XML writer which does help ensure your tags are closed.

The fact that you think you can rename a file to .pdf and it becomes one, indicates that you really don't understand what is going on, I'd recommend you do some serious reading here, not just about pdf, but about the nature of what it is that you're doing in general.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: pdf file Pin
Vasudevan Deepak Kumar21-Aug-07 21:06
Vasudevan Deepak Kumar21-Aug-07 21:06 
QuestionCalling a method outside of Page_Load is not working [modified] Pin
shivamray21-Aug-07 19:59
shivamray21-Aug-07 19:59 
AnswerRe: Calling a method outside of Page_Load is not working Pin
Christian Graus21-Aug-07 20:06
protectorChristian Graus21-Aug-07 20:06 
GeneralRe: Calling a method outside of Page_Load is not working Pin
shivamray21-Aug-07 20:12
shivamray21-Aug-07 20:12 
GeneralRe: Calling a method outside of Page_Load is not working Pin
N a v a n e e t h21-Aug-07 20:19
N a v a n e e t h21-Aug-07 20:19 
GeneralRe: Calling a method outside of Page_Load is not working Pin
shivamray22-Aug-07 22:30
shivamray22-Aug-07 22:30 
GeneralRe: Calling a method outside of Page_Load is not working Pin
Christian Graus21-Aug-07 20:20
protectorChristian Graus21-Aug-07 20:20 
QuestionCompilation in VWD 2008 Pin
sacheesach21-Aug-07 19:48
sacheesach21-Aug-07 19:48 
AnswerRe: Compilation in VWD 2008 Pin
Illegal Operation21-Aug-07 20:40
Illegal Operation21-Aug-07 20:40 
GeneralRe: Compilation in VWD 2008 Pin
sacheesach21-Aug-07 20:45
sacheesach21-Aug-07 20:45 
GeneralRe: Compilation in VWD 2008 Pin
Illegal Operation21-Aug-07 20:55
Illegal Operation21-Aug-07 20:55 
QuestionSession Not Ending even after Logging Out!! Pin
SrividhyaS21-Aug-07 19:45
SrividhyaS21-Aug-07 19:45 
AnswerRe: Session Not Ending even after Logging Out!! Pin
N a v a n e e t h21-Aug-07 20:34
N a v a n e e t h21-Aug-07 20:34 
AnswerRe: Session Not Ending even after Logging Out!! Pin
sulabh202021-Aug-07 20:38
sulabh202021-Aug-07 20:38 
QuestionRegular Expression Validator Pin
NICE TO MEET21-Aug-07 19:07
NICE TO MEET21-Aug-07 19:07 
AnswerRe: Regular Expression Validator Pin
Sathesh Sakthivel21-Aug-07 19:23
Sathesh Sakthivel21-Aug-07 19:23 
AnswerRe: Regular Expression Validator Pin
Revathij21-Aug-07 19:59
Revathij21-Aug-07 19:59 

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.