| How do I disable client-side events on tree view? (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a treeview that contains a large number of nodes which causes it to take about 15 seconds to load. I am changing it so that it only adds sub nodes when a node is expanded. This works fine and speeds up the initial load, but when the user clicks on the node, it appears to expand first and then do a postback. How do I keep the node from expanding on the client side prior to the postback? |
|
| Question about Web Browser Control (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a very simple question. Does Web Browser require client site browser must be IE and must be version 5.5 and up ? According to the definition of server side control, which means Browser independent? Web Browser control like many other controls is a server site control. I am confused here. Peter Original Message From: "IE WebControls Q & A (External)" iewcqa@microsoft.com To: "aspngwebcontrol... |
|
| IE WEb Controls with RC1 (8 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Does anybody know if the web controls are compatible with the .NET RC1???? I can't seem to get them to work. I get this error message: Could not load type Microsoft.Web.UI.WebControls.BasePostBackControl from assembly Microsoft.Web.UI.WebControls, Version 1.0.1.824, Culture neutral, PublicKeyToken 2ef346dcb349f7c9 because the format is invalid. Can anybody get them to work? Frederic Gaudet The Exo... |
|
| tabstrip samples (3 replies, VIP) |
| ASPFriends.com 'aspngwebcontrols' list |
| Are there any other resources besides: http://msdn.microsoft.com/library/default.asp?url /workshop/webcontrols/webc ontrols entry.asp I'm just trying to get a basic tabstrip working. I cut and pasted one of the samples and it shows all of the tab bodies as the same time :(. Source code follows. Brian "We tend to scoff at the beliefs of the ancients. But we can't scoff at them directly, to their fa... |
|
| Tieing a SQL statement to the TreeView control help (5 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| There is an example of tieing a sql query to the treeview control. The example is at the documentations on MS. http://msdn.microsoft.com/library/default.asp?url /workshop/webcontrols/webc ontrols entry.asp Anyone know of complete examples of using this method. I can get the sql submitted in a querystring but can't seem to tie to the TreeView server control. I even tried tieing the xml generated on... |
|
| Finding ID of the Tab that caused Postback (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Friends, I am using Tab Controls, but I am adding tabs and tab seperators at run time based on services that are enabled or disabled in the config file. Each service represents a server side page, for example: Tab 1: Books (Books.aspx) Tab 2: Electronics (Electronics.aspx) When the user clicks on Books, it redirects the user to Books.aspx. The tab strip currently has 11 Items (5 Tabs and 6 Tab Sep... |
|
| TreeView.TreeNodeTypeSrc (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Hi People, I'm trying to set the 'TreeNodeTypeSrc' property of the TreeView control in a script runat "server" block. However, it's not working. I have the XML file (test.xml) in an xml folder and it doesn't work when I go. myTreeView.TreeNodeTypeSrc "xml/test.xml"; However, myTreeView:TreeView TreeNodeTypeSrc "xml/test.xml" ..... Other stuff goes here .... / works. How come I can't set this prope... |
|
| Creating Templates dynamically in code? (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I am creating a composite control and I need to dynamically create templates (ItemTemplate, EditItemTemplate,.) for a DataGrid. All the MS Examples show templates being defined declaratively, not in code. I can create a TemplateColumn and add it to the Grid, but I can't figure out how to define the Templates in code that are assigned to the TemplateColumn.xxxTemplate properties. I have found refer... |
|
| Internet Explorer WebControls (6 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| This message, which was originally sent to "aspngbeta", has been moved to "aspngwebcontrols" mailing list by the List Master Over the weekend, I started playing with the new Internet Explorer WebControls which are available at http://msdn.microsoft.com/Downloads/samples/Internet/ASP DOT NET ServerContr ols/WebControls/sample.asp These controls are pretty cool, especially the tree control. However,... |
|
| Treeview control and postback (3 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have two methods of building a treeview control from data in a database. The first method is to programatically add a set of child nodes to a parent node by retrieving the nodes from the DB and then adding them in code. This caused a slight problem for me as the navigation through the tree was too slow (although quicker than expected). My second attempt was to set the treeview's TreeNodeSrc prop... |
|