| Thread | Last Post | Replies |
|
| Authentication question | 29 Sep 2006 19:55 GMT | 2 |
We have (will have) a business-2-business eCommerce system. This means that the end users are grouped together by the companies that employ them. As part of the authentication screen, I'd like the following 3 fields to be completed as part of the log-on process:
|
| Problem with Virtual directory on my local machine. | 29 Sep 2006 19:31 GMT | 2 |
I am trying to use my IIS web server on my local machine for testing my web site. The problem is that periodically it will not use the virtual directory for the root.
|
| Button Click- Server and Client | 29 Sep 2006 19:28 GMT | 1 |
I have a Question. I have a button "Submit". If the user is not logged in I want to him to Login. So I show him a div tag which asks him if he wishes to login. I want this to implement on the client side. If the user is not logged in I dont want any postback
|
| url rewriting | 29 Sep 2006 19:00 GMT | 3 |
I am using ASP.NET 2.0 and know about the static list in the web.config for URL rewriting, but my list is dynamic and I am running into some problems... 1) How do you get URL rewriting to work in the file based website in ASP.NET 2? I tried and every path I go to comes back as ...
|
| URL Mapping | 29 Sep 2006 18:57 GMT | 4 |
In my app I have a page that shows articles something like showarticle.aspx?articleid=xxxx, I want that it looks like: /showarticle/article-one-title.aspx and so forth, so I was thinking to use the “new” asp.net 2.0 URL Mapping instead of write a http module to handle
|
| Validate group of checkboxes | 29 Sep 2006 18:03 GMT | 1 |
I need to validate client-side a group of checkboxes to make sure at least 1 ic ticked. Does anyone have any examples please? Thanks. Jon
|
| Bubbling up exceptions | 29 Sep 2006 18:01 GMT | 11 |
When bubbling some exception up to some interface handlers - what is most recommandable: Try 'some code
|
| SSL and IE not working | 29 Sep 2006 17:52 GMT | 1 |
I have a site with SSL connected and in my IIS 6 properties window the port is set to 4434 and it was working OK. I then accidently put 4434 in another site on a machine and it quit working. I took the 4434 out of the incorrect site and it still doesn't work.
|
| gridview row programatically set to edit mode | 29 Sep 2006 16:59 GMT | 2 |
How can I set a row in a gridview programatically to edit mode (rather than having to have the user click the edit row command), so the fields can be edited and the Update and Cancel buttons display instead of Edit? Thanks.
|
| How can I search in this forum? | 29 Sep 2006 16:42 GMT | 3 |
How can I search in this forum? There is only one field to enter search terms, however it report 'searching has been disabled... I don't expect to browse each thread one for one to find thread
|
| app_offline.htm DOESN'T go away | 29 Sep 2006 16:41 GMT | 5 |
everyone talks about how cool this file is, and I imagine it would be if I intentionally put it there. However, I just want to publish my page. Thus far, I have been successful publishing it to the test server.
|
| Problem using Web User Control | 29 Sep 2006 16:38 GMT | 2 |
I have a web user control 'control1.ascx' which is used on page 'default.aspx'. The control renders fine. But I would like to get new values in the control based on the submit button. So if the control had a value and I click the submit button. I want the control to load based on ...
|
| site redirect? | 29 Sep 2006 16:38 GMT | 2 |
Say I have one site that has this structure http://localhost/ <- public side http://localhost/internet <- private part of same site protected using NT Authorization
|
| Encrypting query strings | 29 Sep 2006 16:22 GMT | 2 |
I cannot get an answer as to why my session state no longer remains active between webpages after working for 2 years. So I want to try to pass data thru query strings in my url. I tried to use SecureString to encrypt the sensitive data but cannot figure out how to encrpyt data ...
|
| CompositeControl's children are interleaving with other controls on the page | 29 Sep 2006 15:58 GMT | 1 |
I've developed a CompositeControl in C# for ASP.NET 2.0. In this control I am simulating Edit and View modes by hiding or showing appropriate controls (setting Control.Visible). Basically I'm simulating the functionality of the DetailsView or a GridView cell,
|