| Thread | Last Post | Replies |
|
| How to keep state of treeview control | 20 Sep 2006 05:55 GMT | 2 |
I've created a web application using Visual Studio 2005. I have a treeview control there. When the user expands it and clicks on the link, the treeview collapses automatically. Is it possible to keep it expanded to the level the user expanded it? In
|
| Diff. B/w Imports & Inherits? | 20 Sep 2006 05:00 GMT | 1 |
What's the difference between "Imports" & "Inherits"? For e.g. both the codes below work without any errors: Imports System Imports System.Data
|
| looking for a free dual list control | 20 Sep 2006 03:39 GMT | 3 |
Does anyone know one? Needs to work with 2.0 Thanks Dave
|
| Could not load file or assembly * | 20 Sep 2006 01:59 GMT | 2 |
I have checked around and could not find anything here that exactly matches my issue, which is odd since I have found numerous posts on this in other news groups. I have a ASP .Net 2.0 site that is distributed as code (the pages are not precompiled, but code behind is used). ...
|
| Visual Web Developer express - Client or Server code in source view? | 19 Sep 2006 23:20 GMT | 2 |
This is a question on the first walkthrough "Walkthrough: Creating a Basic Web Page in Visual Web Developer" http://msdn2.microsoft.com/en-us/library/k4cbh4dh.aspx It shows that when you first create an ASP.Net web site, the left-hand
|
| Please help: "Specified cast is not valid" error when binding the Visible propery of a hyperlink control | 19 Sep 2006 22:22 GMT | 3 |
Using a GridView, I get a "Specified cast is not valid" error when binding the Visible propery of a hyperlink control to a DataTable text field. The error goes away if I replace the data binding statement with "true" or "false". This code causes the error:
|
| Out-of-memory error: sample app | 19 Sep 2006 22:04 GMT | 3 |
I'm seeing some unexpected behavior in Framework 2.0 / IIS 5.1 in high memory usage situations. The first problem I had is that the default machine.config for Framework 2.0 does not include a memoryLimit entry - Framework 1.0 was set to 60% by default. But even after adding a
|
| Get the exact URL host name | 19 Sep 2006 21:07 GMT | 1 |
Is there a way to know what exactly a hostname is? Per example, we can have the domain « domain.qc.ca » and it could come in one of those forms: www.domain.qc.ca
|
| Filling a String variable with a single entry from a database | 19 Sep 2006 21:00 GMT | 3 |
Is there an easy way to just get a single value from a database and put it into a string? This is as far as I can get: Dim TKEY As String
|
| Asp.Net Menu control and Firefox | 19 Sep 2006 20:54 GMT | 2 |
I have been experimenting with the menu control in VB.Net and find that it displays well in Internet Explorer. But when viewed with Firefox, using what Firefox terms the normal font size, the first item in the menu is not clickable. If I decrease the font size by one, then it ...
|
| Dynamic Controls, Postbacks, ViewState, Oh My! | 19 Sep 2006 20:21 GMT | 1 |
I am loading several user controls dynamically in OnInit() like this: ucListBoxSelections ucLocation = (ucListBoxSelections)LoadControl("UserControls/ucListBoxSelections.ascx"); ucListBoxSelections ucDept =
|
| vb.net code for inserting vbcrlf every 80 characters | 19 Sep 2006 20:07 GMT | 3 |
Here's the thing. I am downloading a tiff image through an http stream, then I am converting it to a byte array, then I convert it to a string which I place in an XML file. When I place the string in the xml file it is super long (slows down all editors when opening), so I
|
| can't create web app in visual studio | 19 Sep 2006 19:56 GMT | 3 |
I have seen several post with people with the same problem, but nothing fixes my problem. I have a web app on my desktop and I want to transfer it to a laptop to travel to the customer site. I have loaded IIS 5.1, visual studio 2003. When I try and create a project, I get
|
| .NET 2005 | 19 Sep 2006 19:46 GMT | 13 |
How can I debug javascript code on a page while the page is running? Thanks, Victor
|
| Which control caused cross-page postback? | 19 Sep 2006 19:15 GMT | 3 |
I have a page that has two seperate buttons that have the same PostbackUrl. How can I tell which button cause the cross-page postback?
|