| Thread | Last Post | Replies |
|
| Regular Expression question | 29 Aug 2007 09:44 GMT | 4 |
I've got a textbox where I want to make sure the person has entered at least 3 characters before submitting (it's like a partial name lookup type of query), so I don't want them to just enter "a" or "e" in the box and bring back everyone with an "a" or "e" in their name.
|
| Clever ways to work around the fact that control breaks VS.NET design view? (replacing a literal?) | 29 Aug 2007 08:41 GMT | 8 |
I'm using ASP.NET and VS.NET 2008 beta. (This is not specifically a VS.NET beta question -- it IS an ASP.NET Q -- so please keep reading.) Scott M. made a very nice control to dynamically generate rounded corners: http://datawebcontrols.com/demos/RoundedCorners.aspx
|
| framework problem | 29 Aug 2007 08:12 GMT | 1 |
in my system .net framework 1.0 and 2 were installed. when i access my application through ip address result in "object excepted" java script error . the application developed in framework 1.. for 2 its working fine........ From http://www.developmentnow ...
|
| Problem with Upload Error handling | 29 Aug 2007 07:02 GMT | 3 |
Problem with Upload Error handling When the user uploads the file greater than the length specified in web.config/machine.config, I always see the DNS Error page eventhough I have handled the error Page_Error Event.
|
| Is it possible to programatically change the Meta Tag HTML | 29 Aug 2007 04:56 GMT | 10 |
I need to be able to create a new aspx file for new users that are specific and optimized for that user. For instance, Joe Blow clicks a button and Joe_Blow.aspx is created. I can create the file, no problem, by copying a template file and renaming
|
| Can't log in user having "must change password" flag set (Forms Au | 29 Aug 2007 03:34 GMT | 3 |
we've got a strange problem here: We've created an ASP.NET 2.0 web application using Membership.ValidateUser() to manually authenticate users with our website. The problem is: If the user has the "User must change password" flag set in
|
| Why couldn't I effectively refresh my aspx page in VS.NET when debugging? (clearing Javascript cache?) | 29 Aug 2007 03:13 GMT | 2 |
I wrote a small aspx page that used RegisterStartupScript and StringBuilder to display a bunch of nodes on a windows live local map. This involved a lot of client-side JS script. I got the dreaded "Operation Aborted" error in IE7 which has been discussed to death on places like ...
|
| LINQ , ORCAS , Silver light Interview questions Ebook downloads | 29 Aug 2007 02:32 GMT | 1 |
LINQ , ORCAS , Silver light Interview questions Ebook downloads 4000 Interview questions Ebook on http://www.questpond.com http://msdotnetsupport.blogspot.com/2007/01/net-interview-questions-by-dutt-part -2.html .NET Interview question book book http://www.questpond ...
|
| SessionStatic | 29 Aug 2007 02:18 GMT | 5 |
Writing an ASP.NET page that makes use of a static class in a Class Library and was.. [Short version] ..wondering, is it possible to make a static field, static per session.
|
| request.querystring | 29 Aug 2007 02:12 GMT | 4 |
I just started with Visual Web Developer, and see if you can help me out with this. I want to generate a gridview from a table in a database and each of the rows will be linked to the same page with the exception that the URL has a variable in it. I know how to retrieve the ...
|
| ActiveX Control on Web Page | 29 Aug 2007 01:21 GMT | 4 |
Does anyone have any thoughts about placing an ActiveX control on an ASP.NET Web page? Can this be done? Is it a pain? Does anyone know of anywhere I could read about doing this?
|
| How to validate that at least one text box has input | 29 Aug 2007 00:56 GMT | 1 |
I've created a page that allows employee to change their personnel information, like name, marital status, address, etc. When the user clicks the Send button to send the change requests via email to HR, I want to make sure that at least one of the text boxes has input. For
|
| Capturing a Client Cert and Passing it to a Secure Web Service | 28 Aug 2007 23:51 GMT | 2 |
I'm trying to capture a client cert in my ASP.NET application, and use that cert as the client cert for a call to secure web service. I've used the following code, but am getting a 403 error on the invocation of the service. All the service is supposed to do is
|
| Page lifecycle, specific events question. | 28 Aug 2007 23:50 GMT | 6 |
I have a page that inherits from a base page that is currently overriding all of the On* events. For the most part I'm accomplishing everything I set out to do with the inheritance, but I wanted to get a little more information to lock down what I think I know and also to
|
| Customize Error Message | 28 Aug 2007 23:18 GMT | 1 |
When an error occurs, is it possible to customize the message abit? For example, currently after Source Error and Stack Trace it shows Version Information, but can I add the Machine IP Address and Currently Logged In Username to this as well? Possibly even the Server IP? This ...
|