| Thread | Last Post | Replies |
|
| electronic payment | 09 Jun 2007 17:05 GMT | 1 |
For an application that involves electronic payment process, I would like to ask how is the architecture implemented in Secure Socket Layer (SSL)? I am new to it and hope can give me some ideas on how to go about that...and also about the certificate and digital signature? Is it ...
|
| Reference another file from code-behind page...? | 09 Jun 2007 16:56 GMT | 7 |
I'm sure this is an easy question for most. I would like to create a class with a bunch of "library" functions... But I'm not sure how I would configure it so that I can call functions from one "code" file from another "code behind" file....
|
| Removing escape sequences from strings | 09 Jun 2007 16:56 GMT | 4 |
Is there a way of checking that a line with escape sequences in it, has no strings in it (apart from the escape sequences)? i.e. a line with \n\t\t\t\t\t\t\t\r\n would have no string in it a line with \n\t\t\t\thello\t\t\n would hve the string 'hello' in it.
|
| Viewstate error when adding user controls | 09 Jun 2007 15:25 GMT | 2 |
I am getting a viewstate error when adding dynamically user controls. SYSTEM_EXCEPTION:Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.
|
| Installation on Production Web Server | 09 Jun 2007 14:50 GMT | 2 |
I have developed a simple web project using WS2005. It works fine on my development machine and all the installation modes (discussed in the internet) work the way they are supposed to. Problem comes when I attempt to install it on a production machine.
|
| Closing a datareader | 09 Jun 2007 12:22 GMT | 4 |
I am looking at the starter kits from asp.net 1.1. I have read that a datareader returned from a DAL should be closed. In the code below, copied from the Commerce starter kit, how would the datareader be closed? I know there is a .close() command, but where would it go.
|
| Javascript files not updating when doing JS debugging | 09 Jun 2007 10:52 GMT | 5 |
1. When i have a webpage open and i change a source javascript file, then refresh the site and attach to IExplorer process, sometimes the old js code is running that i hook into (i set a breakpoint in the source file and then it puts a breakpoint in the running file and i see the ...
|
| Unable to retrieve cookie set via javascript | 09 Jun 2007 10:36 GMT | 2 |
As of now I am setting a cookie on my aspx page via javascript, function SetCookie(cookieName, value, minutesToExpire) { ClearCookie(cookieName);
|
| Problem with my format() functions... | 09 Jun 2007 10:26 GMT | 3 |
Due to the much of VBScript inhibition in my early years of website development, I exhaustively used the following code in my .NET console applications. oLog.setStartTime = Format(Now, "MM/dd/yyyy HH:mm:ss")
|
| urgent query | 09 Jun 2007 10:22 GMT | 3 |
hi every one! i have displayed a webpage "my_adserver" on my main webpage "client_browser" by using iframe.its working,but there is some problem with page load event of my_server.as i want to achieve some
|
| Best practises for using CSS with composite server controls. | 09 Jun 2007 07:08 GMT | 1 |
I am creating some ASP.NET composite server controls (inheriting from CompositeControl). Right now I have the styles for the various objects hardcoded, but what I would like to do is allow the user to use a stylesheet without actually knowing the internal structure of the ...
|
| Unable to install .NET 1.1 on my Vista 32bit | 09 Jun 2007 06:57 GMT | 2 |
A software I use requires .Net 1.1 to be instaled for it to work. However I am unable to install .Net 1.1 on my Vista Business. The installation will proceed smoothly until it reaches "Registering System.EnterpriseServices.dll" whereby the following window with the message
|
| User Timezone offset. | 09 Jun 2007 06:48 GMT | 1 |
I want to know what the user's time zone offset is on the *server*. What's the best way?
|
| WNetAddConnection2 call: "PInvokeStackImbalance was detected" | 08 Jun 2007 23:03 GMT | 2 |
I'm getting this message in Visual Studio 2005: PInvokeStackImbalance was detected Message: A call to PInvoke function 'Refresh!Refresh.Main::WNetAddConnection2' has unbalanced the stack.
|
| DotNetNuke Header | 08 Jun 2007 21:14 GMT | 10 |
On my main page (Default.ascx), when I right click and View Source, I get all this extra junk about DNN, how do I remove it? <!-- **********************************************************************************--
|