| Thread | Last Post | Replies |
|
| RegularExpressionValidator set case insensitive for both client and server ValidationExpression | 21 Nov 2007 09:54 GMT | 2 |
I've having trouble getting this expression to work in both javascript and server side. (?:^.+\.)(?i-msnx:((jpg)|(gif)))$ I'd like to apply a ValidationExpression which is case insensitive and works
|
| creating nested websites? | 21 Nov 2007 08:04 GMT | 5 |
I have 1 main website at www.eternityrecords.org. The files are layed out in the root of the webserver space. I need a folder in this root space to point to a subdomain. Any way to do that?
|
| remove the border=1 from GridView control | 21 Nov 2007 07:49 GMT | 6 |
I have a gridview control on my asp.net page and it generates <table ... border="1" > in the html i am using CSS to render the site, and everything is set up so that a plain <table> tag generates everything looking correct. this was great for normal
|
| CSS positioning cross-browser (well IE, FF) | 21 Nov 2007 04:45 GMT | 5 |
I've got html page with has a fixed height - there are five buttons on the page. The page has a fixed, known height - but the width can change. The five buttons should be arranged on the page as follows (all buttons should always be 3px from the top):
|
| Sample Apps? | 21 Nov 2007 04:07 GMT | 2 |
Where can I find sample ASP.NET applications for Visual Studio 2005? Thanks in advance, Mervin Williams
|
| Classic ASP vs .Net - validation | 21 Nov 2007 04:04 GMT | 1 |
I did my first web site/app recently using asp. Although I found the language easy, the end result compared to a typical client/server app v.messy. My inexperience probably contributed to messy code. I found the client side scripting for validation etc very tricky and time
|
| Passing a javascript array to a handler .ashx | 21 Nov 2007 03:19 GMT | 3 |
I am using a handler (processImage.ashx) to display an image. The image is displayed according to parameters passed in the querystring. The handerl is called via some clientside javascript. I want to send an array of unknown length to the handler. I am not sure
|
| Master Pages and Web Projects | 21 Nov 2007 00:57 GMT | 2 |
I have a a Website project which I converted to a Web Project in VS2005. Something seems to have screwed up with master pages. When I used to add a new page it would ask me what master page to attach but now that box is missing on the new page form.
|
| Membership Provider: how to create initial user acct. after deploy | 20 Nov 2007 22:38 GMT | 6 |
I have a web application that makes use of the SQL Membership and Role providers. My app has admin screens to manage users (membership), roles, and supplementary user data. I have just deployed the application to a production server.
|
| Role Based Connections Using SSPI / Impersonating Original Caller | 20 Nov 2007 21:56 GMT | 4 |
Background: I have created some extensive logic in my databases which take the credentials of the logged on user and grant appropriate data through a combination of views and AD group membership. This works great by using the original caller's identity however, my boss wants me ...
|
| My button_click function doesn't get current value | 20 Nov 2007 21:37 GMT | 2 |
I have an image button that I do an button_click with protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { stringt value1=TextBox1.Text;
|
| Windows authentication - disabling password | 20 Nov 2007 20:44 GMT | 5 |
I'm a new in ASP.NET Word. Just finishing writing my first web application (CMS). It should be available anonymously for all users, but some part (admin) should be available only for some (authenticated) users. For folder with admin pages I turned off "enable anonymous access" and ...
|
| MultiView stays at Initial View | 20 Nov 2007 19:34 GMT | 2 |
Has anybody seen this? I have three views in a multivew: <asp:MultiView runat="server" ID="multiView" ActiveViewIndex="0"> <asp:View runat="server" ID="loginView">
|
| how to keep debug info out of release builds | 20 Nov 2007 19:19 GMT | 5 |
How do you tell vs2005 to keep debug info out of your release builds? When I build a release and a debug version, there seems to be no difference in them at all...The release builds still have the debug databases with them...
|
| sample code gone bad | 20 Nov 2007 19:16 GMT | 1 |
hey all, the following syntax is a method declaration i found in an article: protected override void PerformDataBinding(IEnumerable data) well, i'm getting an error message saying the following:
|