Click here to Skip to main content
15,914,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow pictures are automatically changed in background by we typing date using javascript? [modified] Pin
sathyan_82942-Mar-07 23:21
sathyan_82942-Mar-07 23:21 
AnswerRe: how pictures are automatically changed in background by we typing date using javascript? Pin
Vasudevan Deepak Kumar4-Mar-07 2:06
Vasudevan Deepak Kumar4-Mar-07 2:06 
Questionupdating the updatepanel when clikcing the menu Pin
Member 38838322-Mar-07 22:42
Member 38838322-Mar-07 22:42 
AnswerRe: updating the updatepanel when clikcing the menu Pin
badgrs3-Mar-07 10:36
badgrs3-Mar-07 10:36 
QuestionWho's the expert in ASP.NET Pin
Kusal2-Mar-07 21:32
Kusal2-Mar-07 21:32 
AnswerRe: Who's the expert in ASP.NET Pin
minhpc_bk4-Mar-07 8:32
minhpc_bk4-Mar-07 8:32 
AnswerRe: Who's the expert in ASP.NET Pin
Vasudevan Deepak Kumar6-Mar-07 9:43
Vasudevan Deepak Kumar6-Mar-07 9:43 
QuestionCreating Word Documents with Passwords using ASP.NET Pin
Jijesh.V.R2-Mar-07 21:22
Jijesh.V.R2-Mar-07 21:22 
Need Help...
I am working with Visual Studio.NET 2003 and I have to generate a word report at the client side. Thing is that i must also configure tha password for the same.Meaning to say when the end user clicks on the Open Button in the File Download Dialog Boxit must prompt for the password.

I included Microsoft.Word 9.0 Object Library. But still i was not able to access Microsoft.Office.Word.Interop Namespace.

So i wrote the code as..
<pre>
protected void btnGenerateDocument_Click(object sender, EventArgs e)
{
Word.ApplicationClass WordApp = new Word.ApplicationClass();
Word.DocumentClass dc = new Word.DocumentClass();
dc.Password="SandP1";
object file = "c:\\Document.doc";
object missing = System.Reflection.Missing.Value;
WordApp.Documents.Open(file,missing,missing,missing,missing,missing,missing,missing,missing,missing,missing,missing);
// Giving an error of Invalid arguments--As it is unable to convert object
// to ref object. </pre>

If any body could help i'll be grateful..


jij
AnswerRe: Creating Word Documents with Passwords using ASP.NET Pin
Vasudevan Deepak Kumar4-Mar-07 2:07
Vasudevan Deepak Kumar4-Mar-07 2:07 
QuestionRe: Creating Word Documents with Passwords using ASP.NET Pin
Jijesh.V.R4-Mar-07 22:41
Jijesh.V.R4-Mar-07 22:41 
AnswerRe: Creating Word Documents with Passwords using ASP.NET Pin
Vasudevan Deepak Kumar6-Mar-07 9:44
Vasudevan Deepak Kumar6-Mar-07 9:44 
QuestionAsp.Net Menus (VB.NET) Pin
joymukharji2-Mar-07 20:22
joymukharji2-Mar-07 20:22 
AnswerRe: Asp.Net Menus (VB.NET) Pin
Harini N K2-Mar-07 22:10
Harini N K2-Mar-07 22:10 
QuestionAsp.Net Menus (VB.NET) Pin
joymukharji6-Mar-07 19:32
joymukharji6-Mar-07 19:32 
QuestionAttaching the document while sending mails Pin
Member 35935752-Mar-07 20:18
Member 35935752-Mar-07 20:18 
AnswerRe: Attaching the document while sending mails Pin
Haissam3-Mar-07 14:01
Haissam3-Mar-07 14:01 
GeneralRe: Attaching the document while sending mails [modified] Pin
Vasudevan Deepak Kumar4-Mar-07 2:08
Vasudevan Deepak Kumar4-Mar-07 2:08 
Questionwysiwyg editor in asp.net 2.0 c# Pin
Malayil alex2-Mar-07 19:55
Malayil alex2-Mar-07 19:55 
AnswerRe: wysiwyg editor in asp.net 2.0 c# Pin
badgrs3-Mar-07 10:39
badgrs3-Mar-07 10:39 
AnswerRe: wysiwyg editor in asp.net 2.0 c# Pin
Haissam3-Mar-07 14:16
Haissam3-Mar-07 14:16 
AnswerRe: wysiwyg editor in asp.net 2.0 c# Pin
Vasudevan Deepak Kumar4-Mar-07 2:09
Vasudevan Deepak Kumar4-Mar-07 2:09 
QuestionRRS Pin
fridon2-Mar-07 18:20
fridon2-Mar-07 18:20 
AnswerRe: RSS Pin
fridon2-Mar-07 18:23
fridon2-Mar-07 18:23 
GeneralRe: RSS Pin
Vasudevan Deepak Kumar6-Mar-07 9:46
Vasudevan Deepak Kumar6-Mar-07 9:46 
Questionhow to send sms in asp.net without any third party sms gateway.How to create own sms gateway.i want a code or any reference website address.i know if its possible to create own sms gateway.please tell me everyone and help me . Pin
Member 38771892-Mar-07 17:48
Member 38771892-Mar-07 17:48 

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.