| Thread | Last Post | Replies |
|
| session disable | 12 Apr 2005 04:37 GMT | 2 |
i got this error when click on Login button in web form. "Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive " in Line Session.Item("error") = "exception occured".
|
| session state | 12 Apr 2005 02:25 GMT | 1 |
Hey guys need some help on session state. I'm trying to create an ASP.NET page to add items to it. W.G. if your out there I could still use some help! I'm not quite sure how to get it to work.
|
| Fax server API version does not support the requested operation | 11 Apr 2005 23:38 GMT | 3 |
I am trying to send a fax programatically using the FAXCOMEx.DLL with .Net (C# and COM Interop). I have built a little class to encapsulate the logic for sending the fax - not much to it really. This works nicely when I include this class in a
|
| Regular Expression to Parse HTML | 11 Apr 2005 22:41 GMT | 26 |
Does anyone have a regex pattern to parse HTML from a stream? I have a well structured file, where each line is of the form <sometag someattribute='attr'>text</sometag> for example
|
| How to bind a CollectionList to a Dataset ???? | 11 Apr 2005 22:09 GMT | 3 |
Does anyone know how to bind a System.Collection.ArraysList object to a Dataset ? Thanks for your reply Regards
|
| VB .NET TCP CONNECTION WITH POCKET PC EMULATOR 2003 | 11 Apr 2005 21:37 GMT | 1 |
I need to make a application to communication with other devices by TCP connection, i can go on internet with EMULATOR, but when i try my program, i can't connect to my devices, i trying to connect to HyperTerminal program and don't work too.
|
| In .NET, EXCEL process still alive after quitting. | 11 Apr 2005 21:23 GMT | 1 |
In my .NET code behind, I open up an excel file, and process all the rows in the worksheet that I'm interested in. Problem is when I'm done and issue the quit method. The EXCEL process still exists in task manager (owner is ASPNET). Here is the code:
|
| tell in async way ,to other thread to execute method | 11 Apr 2005 21:14 GMT | 1 |
i have applcation in net. in that application i have 3 threads. 1- main thread with message loop and form 2. thread with message loop and form
|
| Internet Explorer appears broken after C# web development | 11 Apr 2005 20:42 GMT | 4 |
Is there a way that I can repair MS Internet Explorer? I seem to have broken it somewhere. I have been developing a .NET app. Three days ago I saw a message box in a web site that I visit saying "Syntax error; Line 14". I cleared that (hit button not to debug) and then the ...
|
| looking for local / remote directory path solution | 11 Apr 2005 20:39 GMT | 2 |
I'm looking for a "directory path" solution that will allows me to test my app locally and then test on remote web server without having to update my web.config file each time I modify the file. In other words I'm storing the paths (for centralizing purposes) as custom ...
|
| SalesLogix OLEDB Driver. | 11 Apr 2005 18:10 GMT | 1 |
I know this is more a Saleslogix issue than and .NET one. I thought I'll try my luck here. I'm trying to access Saleslogix database using SLXOLEDB driver in my .NET application. This seems to work fine when I have the whole Saleslogix client
|
| UI Standards | 11 Apr 2005 17:16 GMT | 3 |
I am not sure where to post this... I am commissioned in our group to develop a core set of UI Standards for both Web and Windows development. Can anyone direct me to an online or printed resources that would help me get started?
|
| nested listst | 11 Apr 2005 16:33 GMT | 3 |
Can anyone help me to get this code up and running ? It's a task about nested lists, and I don't understand it. Module Client Sub Main()
|
| Long form issue | 11 Apr 2005 16:32 GMT | 6 |
We have a very long form in .Net - issue comes in when a user wants to submit the form, and due some of error checking we perform, like required fields left blank the form is not submitted but at the same time the form doesn't jump to the location where the field is blank
|
| Error 0x80040154 class not registered | 11 Apr 2005 16:25 GMT | 1 |
The application used to work fine, but today, in this code: CType(Me.AxSSTab1, System.ComponentModel.ISupportInitialize).EndInit() .Net shows the next error: An unhandled exception of type 'System.Runtime.InteropServices.COMException'
|