Click here to Skip to main content
15,885,537 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfile upload control problem Pin
anujbanka17841-Mar-09 17:14
anujbanka17841-Mar-09 17:14 
AnswerRe: file upload control problem Pin
sarang_k1-Mar-09 17:25
sarang_k1-Mar-09 17:25 
AnswerRe: file upload control problem Pin
Rajeesh MP1-Mar-09 17:27
Rajeesh MP1-Mar-09 17:27 
GeneralRe: file upload control problem Pin
anujbanka17841-Mar-09 17:39
anujbanka17841-Mar-09 17:39 
GeneralRe: file upload control problem Pin
Rajeesh MP1-Mar-09 17:52
Rajeesh MP1-Mar-09 17:52 
GeneralRe: file upload control problem Pin
anujbanka17841-Mar-09 18:29
anujbanka17841-Mar-09 18:29 
QuestionProblem: Upload all the file in a folder to Server using JavaScript / web service Pin
Member 38548031-Mar-09 16:10
Member 38548031-Mar-09 16:10 
QuestionMicosoft Word Interop Pin
Sam Horne1-Mar-09 14:49
Sam Horne1-Mar-09 14:49 
Hi, I'm getting a null reference exception on the following code, which is attempting to create a word document. The error is occuring at 'wordDoc.Activate'.

I have Word 2007 installed on both the server and on my machine, but I'm not too sure on how the interop stuff works. If someone can point me in the right direction, that would be great.

Imports Word = Microsoft.Office.Interop.Word

....

Dim wordApp = New Word.ApplicationClass()
Dim wordDoc = wordApp.Documents.Add
wordApp.Visible = True
wordDoc.Activate()

wordApp.Selection.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphLeft
wordApp.Selection.TypeText("Some text")
wordApp.Selection.TypeParagraph()

QuestionHow to change windows language bar setting Pin
Meax1-Mar-09 5:58
Meax1-Mar-09 5:58 
AnswerRe: How to change windows language bar setting Pin
Yusuf1-Mar-09 7:22
Yusuf1-Mar-09 7:22 
QuestionArrayList looping Pin
Sarfaraj Ahmed1-Mar-09 3:53
Sarfaraj Ahmed1-Mar-09 3:53 
AnswerRe: ArrayList looping Pin
Yusuf1-Mar-09 7:38
Yusuf1-Mar-09 7:38 
GeneralRe: ArrayList looping Pin
Sarfaraj Ahmed1-Mar-09 16:21
Sarfaraj Ahmed1-Mar-09 16:21 
GeneralRe: ArrayList looping Pin
Sarfaraj Ahmed1-Mar-09 16:28
Sarfaraj Ahmed1-Mar-09 16:28 
GeneralRe: ArrayList looping Pin
Yusuf2-Mar-09 2:38
Yusuf2-Mar-09 2:38 
AnswerRe: ArrayList looping Pin
Kunal Pawar1-Mar-09 22:30
Kunal Pawar1-Mar-09 22:30 
GeneralRe: ArrayList looping Pin
Yusuf2-Mar-09 2:09
Yusuf2-Mar-09 2:09 
QuestionRunTime Controls in Web Page Pin
Zeyad Jalil1-Mar-09 1:53
professionalZeyad Jalil1-Mar-09 1:53 
AnswerRe: RunTime Controls in Web Page Pin
Calin Tatar1-Mar-09 2:05
Calin Tatar1-Mar-09 2:05 
AnswerRe: RunTime Controls in Web Page Pin
Abhishek Sur1-Mar-09 2:19
professionalAbhishek Sur1-Mar-09 2:19 
QuestionRun methods of a runtime created object Pin
mehrdadc4828-Feb-09 21:16
mehrdadc4828-Feb-09 21:16 
AnswerRe: Run methods of a runtime created object Pin
Curtis Schlak.1-Mar-09 1:29
Curtis Schlak.1-Mar-09 1:29 
QuestionSending email in ASP.net Pin
rehal28-Feb-09 18:57
rehal28-Feb-09 18:57 
AnswerRe: Sending email in ASP.net Pin
netsooz (Amir Hamidi)28-Feb-09 19:38
netsooz (Amir Hamidi)28-Feb-09 19:38 
AnswerRe: Sending email in ASP.net Pin
Christian Graus1-Mar-09 9:21
protectorChristian Graus1-Mar-09 9:21 

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.