|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Create a word like doc from C#.NETHi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of
the nodes of the TreeView is clicked, it should bring up a formatted text output to its right (the fields on the text triggered by database table values). Can someone advise me as to what controls to use for text output? Thankyou!! The choices are limitless here - anywhere from a multiline text box to an
embedded word document. It just depends on how much functionality and flash you want to pack in. -- Show quoteHide quoteWarm Regards, Alvin Bruney [MVP ASP.NET] [Shameless Author plug] The Microsoft Office Web Components Black Book with .NET Now Available @ www.lulu.com/owc Professional VSTO 2005 - Wrox/Wiley 2006 Blog: http://msmvps.com/blogs/Alvin/ ------------------------------------------------------- "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > the nodes of the TreeView is clicked, it should bring up a formatted text > output to its right (the fields on the text triggered by database table > values). Can someone advise me as to what controls to use for text output? > > Thankyou!! --
Show quote
Hide quote
Brad Thanks Alvin. How would I embed a word doc (which should have fields coming from database) into the code? Any examples (ASP.NET ver 2 web app C#) available? "Alvin Bruney - ASP.NET MVP" wrote:
> The choices are limitless here - anywhere from a multiline text box to an > embedded word document. It just depends on how much functionality and flash > you want to pack in. > > -- > Warm Regards, > Alvin Bruney [MVP ASP.NET] > > [Shameless Author plug] > The Microsoft Office Web Components Black Book with .NET > Now Available @ www.lulu.com/owc > Professional VSTO 2005 - Wrox/Wiley 2006 > Blog: http://msmvps.com/blogs/Alvin/ > ------------------------------------------------------- > > > > "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message > news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > > the nodes of the TreeView is clicked, it should bring up a formatted text > > output to its right (the fields on the text triggered by database table > > values). Can someone advise me as to what controls to use for text > output? > > > > Thankyou!! > > > A very simple solution is put Internet Explorer there - it can show Word docs
as well as bitmaps, pdf (if the acrobat reader is installed on your system), and more. Show quoteHide quote "Brad Law" wrote: > > -- > Brad > > Thanks Alvin. > > How would I embed a word doc (which should have fields coming from database) > into the code? Any examples (ASP.NET ver 2 web app C#) available? > > > "Alvin Bruney - ASP.NET MVP" wrote: > > > The choices are limitless here - anywhere from a multiline text box to an > > embedded word document. It just depends on how much functionality and flash > > you want to pack in. > > > > -- > > Warm Regards, > > Alvin Bruney [MVP ASP.NET] > > > > [Shameless Author plug] > > The Microsoft Office Web Components Black Book with .NET > > Now Available @ www.lulu.com/owc > > Professional VSTO 2005 - Wrox/Wiley 2006 > > Blog: http://msmvps.com/blogs/Alvin/ > > ------------------------------------------------------- > > > > > > > > "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message > > news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > > > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > > > the nodes of the TreeView is clicked, it should bring up a formatted text > > > output to its right (the fields on the text triggered by database table > > > values). Can someone advise me as to what controls to use for text > > output? > > > > > > Thankyou!! > > > > > > ps - the control you want is WebBrowser
Show quoteHide quote "Brad Law" wrote: > > -- > Brad > > Thanks Alvin. > > How would I embed a word doc (which should have fields coming from database) > into the code? Any examples (ASP.NET ver 2 web app C#) available? > > > "Alvin Bruney - ASP.NET MVP" wrote: > > > The choices are limitless here - anywhere from a multiline text box to an > > embedded word document. It just depends on how much functionality and flash > > you want to pack in. > > > > -- > > Warm Regards, > > Alvin Bruney [MVP ASP.NET] > > > > [Shameless Author plug] > > The Microsoft Office Web Components Black Book with .NET > > Now Available @ www.lulu.com/owc > > Professional VSTO 2005 - Wrox/Wiley 2006 > > Blog: http://msmvps.com/blogs/Alvin/ > > ------------------------------------------------------- > > > > > > > > "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message > > news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > > > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > > > the nodes of the TreeView is clicked, it should bring up a formatted text > > > output to its right (the fields on the text triggered by database table > > > values). Can someone advise me as to what controls to use for text > > output? > > > > > > Thankyou!! > > > > > > --
Show quote
Hide quote
Brad Thanks! I dont see the WebBrowser control in C# web form tool box. It comes up only for Windows forms.. Am I missing something? "David Thielen" wrote:
> ps - the control you want is WebBrowser > > -- > thanks - dave > david_at_windward_dot_net > http://www.windwardreports.com > > > > "Brad Law" wrote: > > > > > -- > > Brad > > > > Thanks Alvin. > > > > How would I embed a word doc (which should have fields coming from database) > > into the code? Any examples (ASP.NET ver 2 web app C#) available? > > > > > > "Alvin Bruney - ASP.NET MVP" wrote: > > > > > The choices are limitless here - anywhere from a multiline text box to an > > > embedded word document. It just depends on how much functionality and flash > > > you want to pack in. > > > > > > -- > > > Warm Regards, > > > Alvin Bruney [MVP ASP.NET] > > > > > > [Shameless Author plug] > > > The Microsoft Office Web Components Black Book with .NET > > > Now Available @ www.lulu.com/owc > > > Professional VSTO 2005 - Wrox/Wiley 2006 > > > Blog: http://msmvps.com/blogs/Alvin/ > > > ------------------------------------------------------- > > > > > > > > > > > > "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message > > > news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > > > > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > > > > the nodes of the TreeView is clicked, it should bring up a formatted text > > > > output to its right (the fields on the text triggered by database table > > > > values). Can someone advise me as to what controls to use for text > > > output? > > > > > > > > Thankyou!! > > > > > > > > > You have to add it - I don't remember where/how to do so.
Show quoteHide quote "Brad Law" wrote: > > -- > Brad > > Thanks! > > I dont see the WebBrowser control in C# web form tool box. It comes up only > for Windows forms.. Am I missing something? > > "David Thielen" wrote: > > > ps - the control you want is WebBrowser > > > > -- > > thanks - dave > > david_at_windward_dot_net > > http://www.windwardreports.com > > > > > > > > "Brad Law" wrote: > > > > > > > > -- > > > Brad > > > > > > Thanks Alvin. > > > > > > How would I embed a word doc (which should have fields coming from database) > > > into the code? Any examples (ASP.NET ver 2 web app C#) available? > > > > > > > > > "Alvin Bruney - ASP.NET MVP" wrote: > > > > > > > The choices are limitless here - anywhere from a multiline text box to an > > > > embedded word document. It just depends on how much functionality and flash > > > > you want to pack in. > > > > > > > > -- > > > > Warm Regards, > > > > Alvin Bruney [MVP ASP.NET] > > > > > > > > [Shameless Author plug] > > > > The Microsoft Office Web Components Black Book with .NET > > > > Now Available @ www.lulu.com/owc > > > > Professional VSTO 2005 - Wrox/Wiley 2006 > > > > Blog: http://msmvps.com/blogs/Alvin/ > > > > ------------------------------------------------------- > > > > > > > > > > > > > > > > "Brad Law" <Brad L**@discussions.microsoft.com> wrote in message > > > > news:D1DAE40F-5644-4BE6-9DAB-2DE913B668AB@microsoft.com... > > > > > Hi- I'm new to C#.NET ver 2; I have a TreeView control and whenever one of > > > > > the nodes of the TreeView is clicked, it should bring up a formatted text > > > > > output to its right (the fields on the text triggered by database table > > > > > values). Can someone advise me as to what controls to use for text > > > > output? > > > > > > > > > > Thankyou!! > > > > > > > > > > > >
DataGrid doesn't fire PageIndexChanged
Assign database value to a RadioButtonList control generating textboxes on the fly ASP.Net (2003) Intercepting the DataGrid Browse for file - on the server Inheritance FormView update parameter values GridView Constituents Footer row on a grid with no records? updating multiple tables from a formView |
|||||||||||||||||||||||