|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
web controls installI'm very new in ASP.NET Web Controls. Looking for a TreeView control I found
I should download it from internet. I found and downloaded a setup program from http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1-- I'm using VS2005 and programming in VB.NET 2005. I have problem with a build.bat command asking for a csc.exe I don't have on my coumputer. I would like to use standard installations. Is there a way to get and use a Treeview control, without modifying my standard installation of VB.NET 2005? Many thanks. bruno Hi Bruno,
Thank you for your post. csc.exe can be found at %windir%\Microsoft.NET\Framework\<version>\ which normally is not in your PATH environment. When you installed Visual Studio 2005, you can use "Start\Programs\Microsoft Visual Studio 2005\Visual Studio Tools\Visual Studio 2005 Command Prompt". Also, Visual Studio 2005 (to be precise, ASP.NET 2.0) has built-in support for TreeView web control, you can find it at Visual Studio 2005 Toolbox's "Navigation" tab. Hope this helps. Please feel free to post here if anything is unclear. Regards, Walter Wang (waw***@online.microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. thanks
-- Show quoteHide quotebruno "Walter Wang [MSFT]" wrote: > Hi Bruno, > > Thank you for your post. > > csc.exe can be found at %windir%\Microsoft.NET\Framework\<version>\ which > normally is not in your PATH environment. When you installed Visual Studio > 2005, you can use "Start\Programs\Microsoft Visual Studio 2005\Visual > Studio Tools\Visual Studio 2005 Command Prompt". > > Also, Visual Studio 2005 (to be precise, ASP.NET 2.0) has built-in support > for TreeView web control, you can find it at Visual Studio 2005 Toolbox's > "Navigation" tab. > > Hope this helps. Please feel free to post here if anything is unclear. > > Regards, > Walter Wang (waw***@online.microsoft.com, remove 'online.') > Microsoft Online Community Support > > ================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== > > This posting is provided "AS IS" with no warranties, and confers no rights. > > Hi Bruno,
Appreciate your update and response. If you have any other questions or concerns, please do not hesitate to contact us. It is always our pleasure to be of assistance. Have a nice day! Regards, Walter Wang (waw***@online.microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
Other interesting topics
selectedindexchanged event not firing in custom control derived from datagrid
Advice Needed: Three Web controls talk to each other? maintaining viewstate in web user control SQLDataSource Values is this possible? ITemplate OnBubbleEvents CheckBoxList Control column width Treeview Width. Using a custom server control declaratively in a user control Multicomlumns Combobox |
|||||||||||||||||||||||