| Thread | Last Post | Replies |
|
| VALIDATION CONTROLS WITH MOZILLA | 15 Sep 2006 14:37 GMT | 2 |
I used some validation controls in my page. It works well with IE6.0 But when i try to open my page with mozilla validation controls dont work ? How can i fix it ?
|
| ApplicationId | 15 Sep 2006 14:34 GMT | 6 |
How can I get the applicationID of the asp.net application? I am using c# . JJ
|
| membership, SQLExpress and/or SQLServer | 15 Sep 2006 14:26 GMT | 2 |
I'm using the standard provider for membership which is SQLServer Express. After deploying the app to our server, login fails because of an SQL problem. I'm guessing that the problem is that the server has SQLServer 2005 but not express.
|
| mouse over and new page | 15 Sep 2006 14:10 GMT | 4 |
I have a mouseover event on a control, is there a way of opening another asp.net webform and having it close automatically when the mouseoff even occurs? I can easily open a new window but cant figure out how to make it close
|
| File upload | 15 Sep 2006 14:05 GMT | 2 |
I have a problem with a page that i have, on this page i'm downloading a file and after i download the file i proced to upload on file. the download works fine but when i upload load the file i get the following error:HTTP/1.1 200 OK Date: Mon, 11 Sep 2006 09:31:52 GMT Server: ...
|
| Poor NG Support.... | 15 Sep 2006 14:03 GMT | 40 |
Is this a holiday week? There are way too many unanswered posts! I dont' care if the person asked a dumb or un-comprehensible question, they deserve a response even if it is to clarify or re-state their question and
|
| iis install after vs2k5 | 15 Sep 2006 13:20 GMT | 2 |
hey all, i'm installing iis on my dev machine which has vs2k5 on it. will this be a problem? thanks,
|
| Diagram for Asp.net | 15 Sep 2006 12:41 GMT | 5 |
Hello coders! Does someone knows a free or low cost component to create diagrams or graphs in asp.net 2.0?
|
| Request.Cookies? | 15 Sep 2006 12:25 GMT | 3 |
An ASPX page has the following code: Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs) If Not (IsNothing(Request.Cookies("AuthCookie"))) Then Response.Write(Request.Cookies("AuthCookie").Value)
|
| Strange IIS connection error | 15 Sep 2006 11:20 GMT | 8 |
While developing a web app in visual interdev.net 2003 i get this error when i try to run the app: There are too many people accessing the Web site at this time. --------------------------------------------------------------------------
|
| Exclude files from asp.net 2.0 project | 15 Sep 2006 10:23 GMT | 1 |
I am struggling with what I thought would be a very basic concept. I have a web application which I have migrated to .NET 2.0. Now I understand that there is no such thing as excluding files from the project, so when you publish the site all files in the website are
|
| Server.Transfer | 15 Sep 2006 09:59 GMT | 3 |
Quick question.... Can I user Server.Transfer between two different web sites on the same server? And pass data via the Context object?
|
| Debugging SSL pages | 15 Sep 2006 09:04 GMT | 1 |
In VS 2005, how can I debug pages that need to be served via SSL? Thanks, Mike Ober.
|
| Anyone have examples of the MenuClass in 2.0? | 15 Sep 2006 09:01 GMT | 1 |
Hi, all! Does anyone happen to have a functioning example of programmatically building a Menu using the Menu Class under 2.0? I'm having a dickens of a time getting it working... Any suggestions welcome! Thanks!
|
| Creating a Right-To-Left Page | 15 Sep 2006 08:29 GMT | 1 |
I'm confused about what settigns I have to make to create a plage that will be primarily a right-to-left language page. This would mean that text would be aligned right by default, table cells would be too. And controls like a Checkbox would, by default, have their text to the ...
|