Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSearch Function Using Chinese Character Pin
HatakeKaKaShi8-Feb-09 20:55
HatakeKaKaShi8-Feb-09 20:55 
AnswerRe: Search Function Using Chinese Character Pin
N a v a n e e t h8-Feb-09 21:24
N a v a n e e t h8-Feb-09 21:24 
QuestionHow to save a xml file in a listbox using c#.net Pin
Saranya.Zy8-Feb-09 20:46
Saranya.Zy8-Feb-09 20:46 
AnswerRe: How to save a xml file in a listbox using c#.net Pin
Abhishek Sur8-Feb-09 20:50
professionalAbhishek Sur8-Feb-09 20:50 
GeneralRe: How to save a xml file in a listbox using c#.net Pin
Saranya.Zy8-Feb-09 20:54
Saranya.Zy8-Feb-09 20:54 
GeneralRe: How to save a xml file in a listbox using c#.net Pin
Abhishek Sur8-Feb-09 21:12
professionalAbhishek Sur8-Feb-09 21:12 
QuestionSave and Email PDF Pin
DotNetCoderJunior8-Feb-09 20:31
DotNetCoderJunior8-Feb-09 20:31 
AnswerRe: Save and Email PDF Pin
Abhishek Sur8-Feb-09 20:59
professionalAbhishek Sur8-Feb-09 20:59 
why dont you use:
FileStream ff = new FileStream("MyPDF.PDF", FileMode.Create);
ff.Write(pdfData, 0, pdfData.Length);
ff.close();


Rose | [Rose] Rose | [Rose]

Abhishek Sur

Questionmysql database backup from server to the local machine Pin
sbua8-Feb-09 20:22
sbua8-Feb-09 20:22 
AnswerRe: mysql database backup from server to the local machine Pin
Christian Graus8-Feb-09 20:27
protectorChristian Graus8-Feb-09 20:27 
GeneralRe: mysql database backup from server to the local machine Pin
sbua8-Feb-09 20:47
sbua8-Feb-09 20:47 
GeneralRe: mysql database backup from server to the local machine Pin
N a v a n e e t h8-Feb-09 21:16
N a v a n e e t h8-Feb-09 21:16 
GeneralRe: mysql database backup from server to the local machine Pin
sbua8-Feb-09 23:50
sbua8-Feb-09 23:50 
GeneralRe: mysql database backup from server to the local machine Pin
N a v a n e e t h9-Feb-09 0:31
N a v a n e e t h9-Feb-09 0:31 
AnswerRe: mysql database backup from server to the local machine Pin
Ranjit Viswakumar9-Feb-09 16:59
Ranjit Viswakumar9-Feb-09 16:59 
QuestionJavascript to c# variable Pin
5fingers8-Feb-09 19:55
5fingers8-Feb-09 19:55 
AnswerRe: Javascript to c# variable Pin
Christian Graus8-Feb-09 20:02
protectorChristian Graus8-Feb-09 20:02 
GeneralRe: Javascript to c# variable Pin
5fingers8-Feb-09 20:39
5fingers8-Feb-09 20:39 
GeneralRe: Javascript to c# variable Pin
Abhishek Sur8-Feb-09 20:53
professionalAbhishek Sur8-Feb-09 20:53 
AnswerRe: Javascript to c# variable Pin
sepel9-Feb-09 4:44
sepel9-Feb-09 4:44 
Question[Message Deleted] Pin
anupmadathil8-Feb-09 19:44
anupmadathil8-Feb-09 19:44 
AnswerRe: How can i read and download attachments of outlook to a folder Pin
Christian Graus8-Feb-09 19:55
protectorChristian Graus8-Feb-09 19:55 
QuestionInput string was not in a correct format. in Rowcommand of a GridView Pin
.NET- India 8-Feb-09 19:38
.NET- India 8-Feb-09 19:38 
AnswerRe: Input string was not in a correct format. in Rowcommand of a GridView Pin
Christian Graus8-Feb-09 19:56
protectorChristian Graus8-Feb-09 19:56 
GeneralRe: Input string was not in a correct format. in Rowcommand of a GridView Pin
.NET- India 8-Feb-09 20:55
.NET- India 8-Feb-09 20:55 

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.