Search

You searched for the word(s): userid:641612

Matching Posts

  • Re: Severe Web Application Project Problems

    Drawing at straws here, but make sure a component you are using is not turning off VS Intellisense. Check to make sure the following options are checked: Tools > Options > Text Editor > C# > General and check "Auto list members" and "Parameter information" checkboxes This will simply turn on VS intellisense if it has been disabled by another component.
  • Re: Severe Web Application Project Problems

    cbenard, Alot of people seem to have problems similar to the ones you list. http://west-wind.com/weblog/posts/6269.aspx is a blog post about such issues. Still looking for a solution to such issues. Dave
  • Re: Problems with updating a treeview.

    Danny, Thanks for your help. I actually found a solution to my problem earlier this morning. Since the Databind was happening at the very end of the buttonclick event, in the same postback that was modifying the sitemap, the treeview was not being updated before the page was rendered. Refreshing the page fixed the issue. This also explains why it worked on the 2nd+ insertions or deletions. It is not the sexiest solutions, but simply refreshing the page (postback) at the end of the button click event
  • Re: Problems with updating a treeview.

    Danny, Thank you for the response. Unfortunately, I am already explicitly calling DataBind() after I add or delete nodes from the data source. Unless a certain amount of time needs to pass before the databind will rebind the data, I am still at a loss. Again this works correctly after the first insertion/deletion. current pseudo code: 1) Open file stream to .sitemap file 2) load XMLDocument with file stream 3) Add/Delete Node 5) save modified XML to disk file (this part does work, the file is modified
  • Problems with updating a treeview.

    I am having an issue with updating a treeview in ASP.NET 2.0. I am trying to create a frontend so site administrators can modify data in a treeview. The first time I add or remove a node from the underlying data source, the treeview is not updated. However, when I remove the 2nd, 3rd, 4th, etc nodes durring a session, everything is updated perfectly. I cannot figure out why the treeview is not updated the first time the underlying datasource changes, but is updated in subsequent data source changes
  • Problem with dotText ".Text" 0.95

    First I want to say: I have added a few enhancements to dottext from the original release. I am currently using FreeTextBox 3.1.2 to allow firefox support. This however shouldn't cause the trouble I am experiencing. Basically when I make a post in dottext, everything works wonderfully as long as the post doesn't contain alot of HTML. If I have around 4 hyperlinks in a post, everything is golden. However, lets say I make a really long post, which is several paragraphs and contains 15 hyperlinks. In
    Posted to .Text (Blogs) (Forum) by DaveNCheez on 1/25/2006
Page 1 of 1 (6 items)