1
Answer

Establish a new intranet using Share Point Server 2003 ???

Photo of gicio

gicio

21y
1.8k
1
Hi! We need to establish a new intranet for one of our customers using Share Point Server 2003. We are looking for exemplary intranet sites where we can see what are the main areas that are commonly covered by “todays” intranets to have an idea what is the typical content in nowadays big intranets. Links would by appreciated. Thank you gicio

Answers (1)

0
Photo of itsme
NA 26 0 20y
.................................... richTextBox1.LinkClicked += new LinkClickedEventHandler(Link_Clicked); ................................................ protected void Link_Clicked(object sender, LinkClickedEventArgs e) { ................................................. } Could someone tells me how: when click on an item in the richTexBox1 to display a specific area of the richTextBox1 ?