| Thread | Last Post | Replies |
|
| asp & asp.net on the same server | 30 Oct 2005 18:04 GMT | 3 |
I installed the .net framework, ado 2.8, and SDK on my 2000 server and I can no longer open access databases with asp 3.0 and ado. I get an unknown error when the open method is called. Is there a way to fix this?
|
| auth_user is lying ? | 30 Oct 2005 16:57 GMT | 2 |
trying to achieve windows authentication on the fly (without the file configured to deny anonymous access in IIS) i returned a 401 status if the Request.ServerVariables("auth_user") = ""
|
| vs2005 b2 prob - CSS just stopped working! | 30 Oct 2005 16:20 GMT | 4 |
I've just started having a play with VS2005 again ready for the switchover. I created a master page, and a content page - all fine. I then created a CSS file and linked it to my master page by just dragging across into the code window. WOrked perfectly. I carried on making tweaks, ...
|
| Threads: how to kill | 30 Oct 2005 16:12 GMT | 7 |
foreach(Thread t in clsStaticVARS.threadHolder.Values) { If (t.Name == Name ) {
|
| How to call VB.Net components from user control | 30 Oct 2005 15:36 GMT | 2 |
How to call VB .NET components from user control? My folder structures are: the upper folder called Bon and then there are two sub-folders. One is called UserControls which is used to store .aspx files and another one is called Components which is used to store
|
| ASP.NET 2.0 Membership question | 30 Oct 2005 14:56 GMT | 1 |
I am working on a site that uses the new Membership stuff. This site will be accessed sometimes from our corporate network where users are already logged on to the network. Does anyone have any ideas on how I could just auto-log a user on if they are already logged on to the ...
|
| Conditional label within DataList? | 30 Oct 2005 10:05 GMT | 3 |
I've got a DataList that's bound to a datasource with two columns (well, two that matter). One is called GigDate, and one is called RescheduledFromDate. GigDate doesn't allow NULLs, but the RescheduledFromDate does. In general, only a GigDate will be supplied, but if a Gig is ...
|
| Multiple files download: Is there a way? | 30 Oct 2005 09:16 GMT | 5 |
Thanks in advance for any replies... Now, my question is: Is it possible to do a multiple files download for a single response event on an aspx page? If there is, please give me some directions/sample code or anything.
|
| Debug.Assert( False, "Why wont I display ??") | 30 Oct 2005 08:56 GMT | 5 |
Debug.Assert( False, "Why wont I display ??") I am trying to use this in my code but it wont display. The app is running on my local machine and the above code under a button click event. What am I missing ?
|
| coding to comunicate with serial port using c# | 30 Oct 2005 08:24 GMT | 3 |
to whom may concern...im final year student doing a project usin handphone to create wireless communication. im finding difficulties t get the codes to connect to serial port using c#(visual studio .ne 2000)...kindly guide me plz...
|
| google like search syntax parsing (also posted in sql programming group) | 30 Oct 2005 06:46 GMT | 4 |
this is more of a text parsing/regex kind of question, but i figured i'd start here. please let me know if this should go somewhere else. I'd like to implement google-like search syntax, a la http://www.google.ca/help/refinesearch.html
|
| DataBinding | 30 Oct 2005 03:44 GMT | 5 |
Are there any disadvantages of Databinding?
|
| Template Columns Controls | 30 Oct 2005 02:48 GMT | 3 |
I have datagrid , i edited the template column by adding checkbox on in templateheader and one in templateitem the problem i have i can not get access to the checkbox at runtime , i did this to get them but not worked:
|
| Accessing Remote Components | 30 Oct 2005 01:36 GMT | 1 |
I'm developing one application with scenery Webfarm. (ASP.NET with VB.NET) I need have a access a one or more methods that they are inside of one Class. Which is the best way to have access this component that is in another server who my apllication is running? I need of the ...
|
| just install visual web developer express 2005 | 30 Oct 2005 01:01 GMT | 2 |
hey all, how do i switch the instance that was installed with visual web developer to mixed mode and/or how do i assign sa a password and/or does sa have a default password when first installed?
|