| Thread | Last Post | Replies |
|
| HttpCookie use in a code behind | 30 May 2004 09:58 GMT | 1 |
I'm struggling with using the HttpCookie object on a code behind. Used in the page works great I'm getting a: Type 'HttpCookie' is not define I've tried adding the namespace to the vb form but no luck Imports System.Data.Sqlclien
|
| The located assembly's manifest.... Solved, but something doesn't add up | 30 May 2004 09:18 GMT | 1 |
I have struggled for several hours with this issue until I've understood and solved my problem. However, my solution isn't necessarily an optimal one, and worse - I think that my understanding lacks something.
|
| smart client | 30 May 2004 05:43 GMT | 2 |
Which is the right news group to discuss about the smart client application? Thanks
|
| VB.Net | 30 May 2004 02:40 GMT | 1 |
How come My VB.Net environment does not contain the Smart Device Application Template to open the Smart Device Application Wizard. Any Ideas? Thanks Paul
|
| Whidbey and UML | 29 May 2004 22:28 GMT | 1 |
What kind of modelling tools will be available in next VS version?
|
| Digital camera | 29 May 2004 20:26 GMT | 1 |
I have a Panasonic digital camera that take videos in quick time version, did someone know if it is pssible to view thems on windows media players If so what did i have to do Thank in advance Benoit
|
| Event Log is Full | 29 May 2004 19:53 GMT | 1 |
Hi all .. i have an application that writes to the windows Event Log. and when it reaches a certain point, it gets full log. how can i solve this problem ( all by code )
|
| flushing user events | 29 May 2004 19:31 GMT | 1 |
Is there a way to flush the events generated by user? IE, having a user clicking like a fool, trap the first click, handle it on some way and then at the end of the processing flush away all the queued clicks netween the first click and the now.
|
| Generating HTML from an aspx page..... | 29 May 2004 19:22 GMT | 1 |
I have an .aspx page thats part of a site, its usually called by a user in a browser with an ID in the querystring from where it does lots of exciting things and database reads to produce the page - nothing too different or exciting there.
|
| Passing parameter to a current running process. | 29 May 2004 19:09 GMT | 1 |
How do I pass object to the current running process? For example my assembly is called program.exe. Once program.exe is running sometime I want to call it again ie: program.exe /m do_stuff
|
| referencing the page from a control | 29 May 2004 19:03 GMT | 3 |
I have an myPage.aspx with a myPage.ascx user control. The user control is the main header of the page. I have some conditional case code in the user control that I use which depends on a public variable "sectionID" set int he myPage.aspx's code-behind. How can I reference that ...
|
| Detect users on shared folders | 29 May 2004 19:00 GMT | 1 |
I know in .NET you can watch files and/or directories for changes. I forgot the namespace that does this. What I want, is to detect when a user is in a shared folder, know which one and what files it accesses.
|
| How start long-running application from a web page | 29 May 2004 18:29 GMT | 1 |
I want to write a C#/ASP.NET application where a user can go to a web page, start running a job, close their browser, and then come back later and see the results. The purpose for this application is for a user to be able to use a page on our intranet to start running a ...
|
| [newbie] Converting structures | 29 May 2004 18:01 GMT | 1 |
in my project, I make use of two namespaces and each of it uses the same structure (so that the same structure is defined two times). Now, when I try to call a function of the second namespace out of the first one, VB.NET throws a compiler error, saying that I can't convert from ...
|
| WebCam | 29 May 2004 17:36 GMT | 1 |
Hi, can someone help me. I want to capture a video from a webcam and see in a aspx page using c#?
|