| Thread | Last Post | Replies |
|
| NullReferenceException | 14 Aug 2007 15:32 GMT | 2 |
I have a problem in my code that generates an error with no line numbers. I know the type of problem that can cause this exception, but can you think of what could cause it to not return specifically where in the code the error occurs?
|
| Another Check box question... | 14 Aug 2007 14:28 GMT | 7 |
Can't get null into the database. I'm trying to achieve... if displayedQues = "Y" then I want nondisplayedques to go into the database as null. What do I need to do? This is what I have thus far.
|
| Making an entire cell of a table respond to a click. | 14 Aug 2007 13:58 GMT | 7 |
I have cell that I want to be able to have the user click the cell anywhere and it will link to somewhere else. I want to use a cell because I want it to be 25% of the width of the screen ( I have 4 'buttons' to do this.) I don't want to use a graphic because I want it to be able ...
|
| downloading files from filesystem | 14 Aug 2007 12:58 GMT | 3 |
My app needs to provide download of files (in this case .doc files) that exist on the file system. I have the physical filestring i.e. c:\myfilesdir\smith resume.doc. but if I load that into a navigateurl it doesn't work. Nor does
|
| accessing files on NAS from IIS6 | 14 Aug 2007 12:57 GMT | 1 |
My IIS6 is running on my Win2K3 Active Directory. My file server is on Win2K3 R2, it's not in my AD, but it's in my LAN. Is it possible to create a virtual directory in my IIS so that users can access the files from the file server by the web?
|
| master page refresh | 14 Aug 2007 12:20 GMT | 4 |
I've couple of button on master page, based on user login from default.aspx i control visibility of controls. I thought once i hide the button from default.aspx it should be same for other pages aswell. but it doesn't. it works only for default.aspx only.
|
| Deadlock detected? | 14 Aug 2007 12:09 GMT | 1 |
Does anyone know what this means? Olav ISAPI 'c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'.
|
| Retrievel Hyperlinks for a web page in code | 14 Aug 2007 11:56 GMT | 2 |
I am retrieving a website for a site using httpWebRequest. What I want to do with the retrieved webpage is list all the hyperlinks in the page. If I do a simple regex search for <a then I get links that are commented out in code and I don't want that. I want links that are ...
|
| DLL, GAC, and Multiple Web Sites | 14 Aug 2007 11:56 GMT | 2 |
Just wondering if it is perfectly straight-forward and safe to have a .dll installed in the GAC on a Web server - and have multiple Web sites make use of the .dll. Until now I've been XCopying all files for each Web site - including
|
| ajax pagemethods | 14 Aug 2007 11:36 GMT | 2 |
I am trying to get AJAX pagemethods working. Are there some good examples in asp.net VB Thank you
|
| Problem with Dataset.WriteXML | 14 Aug 2007 10:40 GMT | 2 |
This is the code: Try Dim con As New SqlConnection("server=comwirsql;database=comwirdirect;Trusted_Connection=yes")
|
| Page.FindControl | 14 Aug 2007 09:03 GMT | 4 |
I was wondering if you can help. I have the need to find a control on the page for which I don't know all of the ID, this is because it is made up from several id's forming one new id. Is there anyway to find this control with only part of the information (the part I have will ...
|
| Validation Controls in .NET | 14 Aug 2007 09:01 GMT | 1 |
I have a problem with the display part of validators in .net. I have my page in which the layout of the fields dont give me enough space to display the error messages on the page itself. I want individual error alert messages to be dispalyed for each of my
|
| scriptaculousdotnet? | 14 Aug 2007 01:38 GMT | 1 |
I've been working on a ASP.net 1.1 app using the scriptaculous javascript library. Digging around on the scriptaculous pages, I've found a couple of dotnet implementations using it.
|
| dot net and sql server-2 quetion | 14 Aug 2007 01:00 GMT | 1 |
1)when i call to a Stored Procedure and for exampe i do : myCommand.Parameters.Add("@flag", Data.SqlDbType.Int) myCommand.Parameters("@flag").Value = DEAULT
|