| Thread | Last Post | Replies |
|
| Define control visibility | 13 May 2008 20:00 GMT | 1 |
What is the difference of adding a control to a page and setting its visible property to false or not adding it? Is it not the same in terms of the generated layout? I suppose the difference is that the added control is added to the
|
| LinkButton & Postback | 13 May 2008 19:34 GMT | 4 |
I have a linkbutton on a form that executes a script, it works fine except that it posts back to the calling form first. Is there a way to prevent this? I tried setting the PostBackURL property to the form the script launches but that resulted in some strange behavior.
|
| Tracking user logins with Session_End or other | 13 May 2008 19:04 GMT | 5 |
I would like to keep track of users when they are 'on'. On Session_Start I can write a DB record about them, but there does not seem to be session variable information during the Session_end event which I could use to update the record that they are logged out. This would also be ...
|
| Authenticate against Active Directory | 13 May 2008 17:54 GMT | 4 |
I am modifying an app for a customer in ASP.Net 1.1. The app is running on a server outside their network, yet they want to authenticate users against their internal active directory set up (they will open the necessary ports). So, I have a simple login page with username and ...
|
| How to Create Drill Down on Web Page | 13 May 2008 15:17 GMT | 7 |
Can anyone provide any help on how I would create a drill down on a web page? I want to create something like when you search for car parts the user can navigate the drill downs and at the top of the page is says something like this:
|
| Question About Design | 13 May 2008 15:16 GMT | 3 |
I am currently working on a fairly complex asp.net project using C#, VS2005, and several third-party components. I have a question about how to remedy a problem with it and maybe about how to redesign it... Okay, so I originally set things up like this...I have about 50
|
| LoginView cant find controls... | 13 May 2008 14:40 GMT | 2 |
With in my login view I have some labels and a button with a onclick event. However when I click the button I can only access my controls by declaring a new control and using the FindControl method of my
|
| .Net 2.0 issue with HttpWebRequest/Proxy breaking WebService | 13 May 2008 13:56 GMT | 2 |
Our WebDev team seems to have found a problem that exposes a bug in .NET 2.0. This problem can be shown when trying to access a WebService using SSL and through a proxy server after using the HttpWebRequest object. Under normal circumstances I am able to use the webservice without ...
|
| Ajax Question | 13 May 2008 10:30 GMT | 2 |
I have a table inside and ajax update panel. I have a mouseup event which is triggered from the cells in the table. However, then I do an ajax call which updates the table, sometimes if I click in the cell, the parent elemtn is missing. I guess this is simply the time at which ...
|
| Newbie - postback/javascript problem. | 13 May 2008 10:09 GMT | 1 |
working on someone elses code ! I have a javascript call at the end of the <BODY> tag, which sets up a calendar utility connected to an image button. This works fine. However there is a drop-down combo on the form, which does a server-side
|
| ASP.NET discrete querystrings | 13 May 2008 09:29 GMT | 2 |
Is there a way to use querystring links that don't look like typical querystrings? E.g. say I have a blog where the unique title of an article is "Dollar set to strengthen", and which has a PostID of 101. I can obviously
|
| Designer files rewrite custom control when markup changed. | 13 May 2008 02:04 GMT | 1 |
asp.net 2.0 I recently converted a website project to a WAP. I the process I have moved our composite controls into their own subfolder. I have removed the Register directives from the individual pages to the web.config.
|
| Visual Studio 2008 terribly slow in Design view | 13 May 2008 01:33 GMT | 8 |
Is anyone having the problem where Visual Studio 2008 hangs for minutes when switching to Design view of an aspx page? I know there's a hotfix, but it has been no help. My co-worker might have hit on something that it is related to Office 2007. This is because we have
|
| How rename table thru VS2008 Server Explorer? | 13 May 2008 00:26 GMT | 3 |
How do you rename a SQL database TABLE thru the Server Explorer in VS2008? I cant find a way....
|
| HelperFunction\Image | 12 May 2008 23:26 GMT | 3 |
I am using VS 2008. There datalist hase a filed, STATUS, that is 0, 1, or 2. Depending on the value I want to set the Image source. I also have a field with a description that I would like to concantenate to the image, as the hyperlink or use a hyperlink filed for everything ...
|