| Thread | Last Post | Replies |
|
| ? How to - Stream audio and/or video via windows media player ? | 11 Dec 2006 15:01 GMT | 4 |
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is populated with
|
| namespaces | 11 Dec 2006 14:38 GMT | 3 |
How can i refer to a namespace (imports statement) or class from a custom user control (ascx) when i am not using codebehind in my usercontrol? thanks B
|
| CS0006 Compiler Error - but none of the usual causes | 11 Dec 2006 14:32 GMT | 2 |
I'm getting the CS0006 compiler error in my asp.net 2.0 web project everytime I make any uncompiled change to the app. Compiled changes are fine as the web site is rebuilt, but if I for example add a space to an aspx, them I get a compiler error saying a temporary internet file ...
|
| invalidcastexception | 11 Dec 2006 14:08 GMT | 4 |
I have developed a webservice with OTA compliance using WSCF 0.6. Now eveything works fine but the soap messages with paymentcard node is giving me following error. (70, 29). ---> System.InvalidCastException: Operator '<>'
|
| Prevent page from automatically being sent to browser? | 11 Dec 2006 14:02 GMT | 1 |
I have a multithreaded ASPX page. I launch a thread in the Page_Load event and this causes the page to continue execution to the end of the Page_Load method where it then sends the output to the browser. What I would like is for the page to only be sent to the browser when I
|
| Encryption of Connection String | 11 Dec 2006 13:12 GMT | 1 |
Environment: .Net Framwework 2.0/SQL Server 2005 - Windows XP SP2/Windows Server 2003 My web application is a mix of ASP and ASP.Net. My "ASP" web application uses a serviced COM+ component written in C# 2.0 for authentication. The
|
| Global.asax | 11 Dec 2006 12:58 GMT | 1 |
i'm using asp .net v1.1, when i publish my application on the server using xcopy, i find that the global.asax file is still there, shouldn't it be compiled and assembled?? what if i deleted it, will the assembly files contain any data for
|
| Enforcing https. | 11 Dec 2006 12:16 GMT | 4 |
Hello gurus, We have a site that need security upgrade to run over https. We want people to be redirected to https:oursite when the type what the know, http:oursite.
|
| DropDownList 2 always returns Selected = 0 for all items - even selected item | 11 Dec 2006 11:07 GMT | 3 |
I have 2 DropDownList boxes on a page. The first (id= "Operation") is populated on PageLoad with the contents of a database table. The second id="WorkStations" will not be populated until the first has
|
| clear text password in login control in ASP.Net 2.0 | 11 Dec 2006 06:32 GMT | 1 |
I am using Login control in ASP.Net 2.0. I have also done settings for Membership class in Web.Config file. Now I want to know that how can I hash the password travelling from the Client Side to the Server Side. Do I have to call server Side Functions from the Client ...
|
| How to write ASP.NET trace message to a file that rotate daily ? | 11 Dec 2006 05:15 GMT | 2 |
I am new in ASP.net programing. I want to send all trace message to a file as follow: <system.diagnostics> <trace autoflush="true">
|
| Membership provider does not connect to db | 11 Dec 2006 05:08 GMT | 3 |
I am trying to figure out how to deal with the membership provider. I used the aspnet_regsql to create the aspnetdb database in my sqlserver2005 instance of my server. I noticed that the web.config file got updated with the
|
| drop down selected index | 11 Dec 2006 04:51 GMT | 9 |
In my web app i have a drop down on my pages. I pass the selected item in the drop down from page to page. The issue is when I go back to page one I see the data in there twice. How can I have the data item once but selected? example:
|
| Security Error LogonUser | 11 Dec 2006 04:43 GMT | 1 |
I use LogonUser for user authentication against AD. When I run this in XP is works fine. But it gives me a Win32 Error 1314 (ERROR_PRIVILEGE_NOT_HELD) in Win 2000. Any idea why and how do I solve it?
|
| Displaying Entire Page at once | 11 Dec 2006 04:06 GMT | 6 |
I've noticed that some of my pages take a little while to load. So, the page loads from left to right as it comes 'online'. Is there a way of delaying the display until the entire page is ready? Thanks for any help!
|