| Thread | Last Post | Replies |
|
| Returning Error Codes vs. Throwing Exceptions | 26 Oct 2004 21:04 GMT | 5 |
I've been struggling with this question for a while. What is better design? To design functions to return error codes when an error occures, or to have them throw exceptions. If you chose the former, i have a few questions that need to be
|
| VB.NET and object-oriented ?? | 26 Oct 2004 20:48 GMT | 6 |
Is VB.NET is Pure Object Oriented Language? If so, then how it is possible to write VB.NET Console Applications without classes? For Example: Module M1 Sub Main()
|
| Editable grid asp.net | 26 Oct 2004 20:09 GMT | 1 |
I have a webgrid in my asp.net application. Data is a grid is loaded from the database. There is edit/cancel update column to the edit the current row. When i click edit, the row becomes editable but the my column value is not shown in the editbox of the column which i need to
|
| Redirecting a Frameset main page from the server side. | 26 Oct 2004 16:47 GMT | 3 |
Would appreciate any solutions people could offer for this. Basically I wan't to use a frameset with an aspx page as the contents rather than a htm page and I'd like to be able to redirect the main page from the code behind the contents page.
|
| Showing variables in html | 26 Oct 2004 16:20 GMT | 4 |
I’m new to .NET- How can I get my html page to display the custID variable --- Customer <b><%# custID %> --- when the variable is declared in the code behind page? It works just fine when using a code render block on the same page.
|
| Delete items from an Arraylist and Datagrid | 26 Oct 2004 16:03 GMT | 4 |
I have got an event below to remove items from an arraylist and then to rebind the arraylist to the datagrid subsequently deleting the appropriate row. My problem is that my code makes sense and I think my logic seems fine but when I click the button on my datagrid nothing seems ...
|
| Developing role-based security question | 26 Oct 2004 14:43 GMT | 3 |
I am working on my first .NET development project that involves custom role-based security per the project requirements. This lead to a general design issue this week that really caused us some concern. I have described the situation below because we are very curious to see what ...
|
| Dynamic Help Stopped Working | 26 Oct 2004 13:45 GMT | 2 |
Dynamic help topic links show properly and search brings up links, but when any link is clicked I receive a "Page Cannot be displayed message in the Explorer window and the title bar of Visual Studio reports that it cannot find server. What server is this? The start page works ...
|
| Data Source Help Needed! | 26 Oct 2004 13:01 GMT | 1 |
I am trying to do a walkthrough on Visual Studio 2005 Beta 1. The Walkthrough in question is: Displaying Formatted Data in Web Pages with the FormView Control. The problem I am having is that everytime I click advanced options to
|
| Caspol | 26 Oct 2004 12:34 GMT | 3 |
I have to show a Windows Form user control in a web page using the object tag. Now i have configure the security configuration on the client side using Caspol.exe. Now i need to give all the assemblies downloaded
|
| WILL PAY YOU 10 BUCKS (desperate) to show me how to get color of a specified pixel point | 26 Oct 2004 11:24 GMT | 2 |
Given the coordinates of a point on the screen (such as 185,185), how do you get the color of said point using VB.NET 2003. I have looked EVERYWHERE for this, but to no avail. All the examples I've seen use old code that is no longer supported in .NET.
|
| SQL open error | 26 Oct 2004 10:12 GMT | 5 |
I reinstalled SQL 2000 server after reformatting my drive. Now I cannot open a database in my C## program as before. If I use "Provider=SQLOLEDB;Data Source=localhost; Initial Catalog=master;Integrated Security=SSPI"; I
|
| VB.NET Search | 26 Oct 2004 09:54 GMT | 4 |
Does anyone know how to create a search in VB.NET to search for a user in Active Directory? I am able to do a search if I enter the EXACT username, but I would like to create it so that if I type in a partial username it will return usernames that are like my inputted text.
|
| Assembly.GetCallingAssembly().GetType().Namespace | 26 Oct 2004 09:51 GMT | 3 |
Greeting, I'm working on a class managing resources (satelite). public CResMgr() {
|
| IIS + ASP.NET + Cold Fusion | 26 Oct 2004 09:25 GMT | 1 |
My boss asked my if is it possible run IIS + ASP.NET pages in a machine where today is running an web site built in cold fusion 4.xx ? Anyone has been passed trhough this experience? I think it will need more RAM memory, but anyone has observed some kind of conflict?
|