| Thread | Last Post | Replies |
|
| UserControl, Radiobutton, Wizard : Problem in keeping the state of the Radiobuttons | 14 Nov 2008 09:12 GMT | - |
Hi group, I am kind of lost here. I have created a Usercontrol holding 2 grouped Radiobuttons. In one particular Wizardstep (the last one) they are dynamically (by
|
| Excecuting a dtsx file fails | 13 Nov 2008 22:34 GMT | - |
I create a package in SSIS, this works fine (is just a file that update and isert records). But when I add this in my vb.nat project this fails, the resultcode is 0 (successfuly) but nothing happend.
|
| XML files | 13 Nov 2008 22:05 GMT | - |
I want to post a whole load of *.xml files on my asp.net website. When I tried adding a few it slowed down VS2008 as it looks for them each time the IDE opens a page even thoug they are totaly not relevant to the pages or asp.net code
|
| Problem using AJAX Control Kit | 13 Nov 2008 20:46 GMT | - |
Visual Web Developer 2008. I've downloaded Ajax Control Kit ("AjaxControlToolkit-Framework3.5SP1-NoSource") and installed it: I created a new tab in the toolbox and added the controls (selected the dll file in
|
| XML files | 13 Nov 2008 19:01 GMT | - |
I want to post a whole load of *.xml files on my asp.net website. When I tried adding a few it slowed down VS2008 as it looks for them each time the IDE opens a page even thoug they are totaly not relevant to the pages or asp.net code
|
| Mainstream support for ASP.NET v1.1 | 13 Nov 2008 18:11 GMT | - |
Just in case anyone missed it, mainstream support for ASP.NET v1.1 officially came to an end last month: http://blogs.msdn.com/jonbox/archive/2008/10/16/net-1-1-support-coming-to-an-end.aspx Extended support will continue for five years - an extended support contract
|
| AJAX Treeview How to keep expanded nodes expanded during AJAX postback | 13 Nov 2008 16:02 GMT | - |
In my website the treeview is placed in the update panel of AJAX. Clicking on the nodes, the server side code is getting the childnotes and shows the details on the right site of the treeview. just like an normal exploere would do. After clicking on several nodes, I'll got deeper ...
|
| problem using DropDownList in EditItemTemplate | 13 Nov 2008 13:35 GMT | - |
asp.net 2.0 I'm getting this error message: DataBinding: 'CarDetail' does not contain a property with the name 'Description'.
|
| Clearing the cache | 13 Nov 2008 00:46 GMT | - |
I'm looking at some code that tests whether an object is in cache or not, and if not inserts it. I had to made a change to an object, but it looked like an old instance kept getting retrieved from the cache.
|
| Changing files after "Click once deploy" approach | 12 Nov 2008 21:50 GMT | - |
I am using Click Once Deploy to deploy an application.(this application has an .exe, .config, .xml files) and after deployment to a location, I checked for the files and all the files are stored as (.exe.deploy, .config.deploy and .xml.deploy).
|
| Is there a method of making a sitemapnode not visible | 12 Nov 2008 20:08 GMT | - |
Is there a method of making a sitemapnode not visible and still have it's title appear in the bread crumbs? The reason for the invisible sitemapnode is so the page appears in the breadcrumbs (even though the page was accessed otherwise than with a
|
| How to use existing tables in Personalization | 12 Nov 2008 11:29 GMT | - |
I have a database which contains a user table and some other tables which are dependent on the User table. I am implementing web parts functionality in my site. I do not want to create new tables for users. So is there a way that I can use existing user table and create
|
| bind a data access page textbox controlsource property at | 11 Nov 2008 19:09 GMT | - |
Is it possible to bind a data access page textbox controlsource property at run time? I've tried using the BeforeInitialBind event to set the controlsource for textboxes, using syntax like
|
| ItemDataBound/CurrentPageIndex and DataGrids | 11 Nov 2008 17:21 GMT | - |
I have a Web Server App which colors the row based on a selection from a listbox (ie the data is expanded and highlighted on the grid from the listbox). This works OK except when the DataGrid has several pages, and then the
|
| FilterExpression via code doesn't work... | 11 Nov 2008 16:16 GMT | - |
I'm trying to filter an objectdatasource based on words in a textbox. Here's how I'm doing it... With odsProjects .FilterParameters.Clear()
|