| Thread | Last Post | Replies |
|
| RegularExpressionValidator - (.Net 2.0) | 20 Dec 2007 03:37 GMT | 3 |
I have a text field, where i want the user to add only numbers. The minimum value should be 1 and there is no limit on maximum value. I cannot use RangeValidator, because it requires a maximum value as well. Can i use RegularExpressionValidator for this purpose? Could someone give ...
|
| Content type for file handler | 20 Dec 2007 02:45 GMT | 1 |
Hello. I have simple file handler. public void ProcessRequest (HttpContext context) { context.Response.WriteFile(FullRealPath);
|
| Add Control | 20 Dec 2007 02:31 GMT | 1 |
I have a custom control as follows: Public Class Section Inherits Control Implements INamingContainer
|
| REALLY FRUSTRATING, Please help!! | 20 Dec 2007 02:26 GMT | 4 |
I riepilogate with corrections and updates: I've an Ajax Accordion that gets data from a database, in its content there is a Repeater that gets data from another table, depending which header is selected in the accordion.
|
| COMs OnPageStart() Not Firing when using ASP.NET/C# | 20 Dec 2007 01:17 GMT | 2 |
Hello. I posted this problem in the microsoft.public.dotnet.languages.csharp origionally but moving it here since I think it probably belongs here now. I have a blank ASP.NET/C# page with a code behind file. I made the
|
| vs2008 web app vs web site | 20 Dec 2007 00:24 GMT | 3 |
Can anyone point to an article or blog that describes the *functional* differences between a "Web Application" and a "Web Site" in VS2008.... caveats, gotchas? I'm aware of the compile differences as it was in VS2005 (one dll, vs multiple), but is there anything else to keep in ...
|
| After building, where is object and temporary files | 19 Dec 2007 23:28 GMT | 1 |
I am using VS2005 to build an ASP.net2.0 web site. After buidling from VS2005, where is the generated object files and temporary files? I cannot find anywhere. --?
|
| submit button shows very wide in IE | 19 Dec 2007 23:04 GMT | 3 |
I've placed a standard asp.net button at my page. For a reason which I don't know, Internet explorer shows the button very very wide. It begins at the left of the page and it stops at the right of the page. It looks like a sqeezed image.
|
| Web application disappears | 19 Dec 2007 22:44 GMT | 2 |
I installed the service pack for Visual Studio 2005 on my main computer and my backup computer. My web application project ran ok after installation. However, when I copied the project over to my backup computer it treated my web application project as a website which screws ...
|
| ASP.NET 2.0 / 3.5 / AJAX support for browsers other than IE | 19 Dec 2007 22:03 GMT | 6 |
I am a rookie web developer and faced with an important decision of choosing the development platform and language for a brand new software my company is about to build. Whereas I am leaning towards ASP.NET simply because of my familiarity with
|
| Membership.CreateUser without Question/Answer | 19 Dec 2007 21:44 GMT | 2 |
In my application, new accounts must be created by an administrator--users will not create their own. Ideally, the user could then log on and specify their own password question and answer, and the administrator doesn't even know what that question and answer is.
|
| Accessing Powerpoint | 19 Dec 2007 21:12 GMT | 4 |
I have developed an application that opens a powerpoint template, inserts data from our database into it, and displays it to the user. It works great on my local development box. Problem is, when I run this from our server, I only get a blank window, not the powerpoint ...
|
| Script Errors from LinkButton | 19 Dec 2007 20:54 GMT | 3 |
Hey guys, In IE7 where I am tesing my Web Apps written with VB in VS 2005 I have set the IE option: "Display Notification of all script errors" to be active.
|
| How to convert? | 19 Dec 2007 20:43 GMT | 3 |
Hi, I'm asp.net newbie and converting a old classic asp system, and on classic asp we had: <table> <% While rs.eof %>
|
| Some asp.net solution question | 19 Dec 2007 20:40 GMT | 3 |
I have some newbie questions regarding ASP.Net 2.0 web sites under VS2005. 1. Whenever I create a ASP.net web site application, the default solution file is in the Documents and Settings\%USER%\My Documents
|