Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Links Pin
Venkatesh Mookkan9-Aug-09 16:44
Venkatesh Mookkan9-Aug-09 16:44 
GeneralRe: Dynamic Links Pin
Ersan Ercek9-Aug-09 22:20
Ersan Ercek9-Aug-09 22:20 
QuestionChanging TemplateField's order Pin
comp_j8-Aug-09 7:03
comp_j8-Aug-09 7:03 
AnswerRe: Changing TemplateField's order Pin
Abhijit Jana8-Aug-09 8:45
professionalAbhijit Jana8-Aug-09 8:45 
QuestionImage reading problem Pin
rk267928-Aug-09 6:23
rk267928-Aug-09 6:23 
AnswerIgnore Repost Pin
Manas Bhardwaj8-Aug-09 6:29
professionalManas Bhardwaj8-Aug-09 6:29 
AnswerRe: Image reading problem Pin
Abhijit Jana8-Aug-09 8:46
professionalAbhijit Jana8-Aug-09 8:46 
GeneralRe: Image reading problem Pin
rk267929-Aug-09 2:48
rk267929-Aug-09 2:48 
I have used the following code for reading word document. But it reads only text data and not displaying the images in the word document.

string docname = dr["docname"].ToString();
string path= Server.MapPath("festival_doc");
string m = path + "//"+docname;
Word.ApplicationClass wordapp = new Word.ApplicationClass();
object file = m;
object nullobj = System.Reflection.Missing.Value;

Word.Document doc1 = wordapp.Documents.Open(ref file, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj);

TextBox1.Text = doc1.Content.Text;
doc1.Close(ref nullobj, ref nullobj, ref nullobj);

regards, Rajesh
QuestionTo Display news in datewise for every day there will be news only one time the date should come ( in datagrid or repeater) Pin
nandaranipet8-Aug-09 1:14
nandaranipet8-Aug-09 1:14 
AnswerRe: To Display news in datewise for every day there will be news only one time the date should come ( in datagrid or repeater) Pin
Abhijit Jana8-Aug-09 2:26
professionalAbhijit Jana8-Aug-09 2:26 
AnswerRe: To Display news in datewise for every day there will be news only one time the date should come ( in datagrid or repeater) Pin
Muhammad Mazhar8-Aug-09 3:34
Muhammad Mazhar8-Aug-09 3:34 
AnswerRe: To Display news in datewise for every day there will be news only one time the date should come ( in datagrid or repeater) Pin
Arindam Sinha8-Aug-09 5:34
Arindam Sinha8-Aug-09 5:34 
AnswerRe: To Display news in datewise for every day there will be news only one time the date should come ( in datagrid or repeater) Pin
Abhishek Sur8-Aug-09 8:11
professionalAbhishek Sur8-Aug-09 8:11 
QuestionImage reading problem Pin
rk267928-Aug-09 0:05
rk267928-Aug-09 0:05 
AnswerRe: Image reading problem Pin
Abhijit Jana8-Aug-09 2:24
professionalAbhijit Jana8-Aug-09 2:24 
Questionaja slide show [modified] Pin
4anusha47-Aug-09 23:55
4anusha47-Aug-09 23:55 
AnswerRe: aja slide show Pin
Abhijit Jana8-Aug-09 2:11
professionalAbhijit Jana8-Aug-09 2:11 
AnswerRe: aja slide show Pin
4anusha48-Aug-09 2:12
4anusha48-Aug-09 2:12 
GeneralRe: aja slide show Pin
Abhijit Jana8-Aug-09 2:22
professionalAbhijit Jana8-Aug-09 2:22 
AnswerRe: aja slide show Pin
4anusha48-Aug-09 2:27
4anusha48-Aug-09 2:27 
GeneralRe: aja slide show Pin
Abhijit Jana8-Aug-09 2:35
professionalAbhijit Jana8-Aug-09 2:35 
Questionadobe flash palyer Pin
RajaAhmed7-Aug-09 23:14
RajaAhmed7-Aug-09 23:14 
AnswerRe: adobe flash palyer Pin
Manas Bhardwaj8-Aug-09 0:01
professionalManas Bhardwaj8-Aug-09 0:01 
Questiondatabase Pin
mylogics7-Aug-09 23:11
professionalmylogics7-Aug-09 23:11 
AnswerRe: database Pin
Blue_Boy8-Aug-09 0:01
Blue_Boy8-Aug-09 0:01 

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.