| Thread | Last Post | Replies |
|
| Page_Load called twice? | 24 Oct 2007 19:45 GMT | 4 |
I have a problem with asp.net 2.0 I've never seen before. On loading the page it loads twice and IsPostback is false both times. This happens if I use: Response.Redirect("somepage.aspx"); I've never had this problem on a page before.
|
| Dynamically Setting Runat = Server on ButtonField? | 24 Oct 2007 19:25 GMT | 3 |
How do I add the runat=server attribute on a buttonfield link dynamically? thanks!
|
| Lost reference to control/div | 24 Oct 2007 19:13 GMT | 2 |
I am having a bad Javascript day. I am using the following code (at the end of the post) to obtain a div and then populate it with some text for debugging purposes. On the first time thru the variable nowplay is found and is populated. For
|
| Creating Reports with custom objects | 24 Oct 2007 18:28 GMT | 3 |
We have a N-Tier framework and we now create a Web Site App to wotk with this architecture. I add reference from my libraries in the project and creating page and controls is very easy, using my objects. But, it's seem that I cannot create
|
| IIS Management and ASP.Net Impersonation | 24 Oct 2007 17:39 GMT | 4 |
I am attempting to write a web application that will allow various users (under very tight security) to control IIS. I am using Microsoft.Web.Administration.dll to do this. If I try the following:
|
| user control or no user control | 24 Oct 2007 17:34 GMT | 2 |
hey all, i have a cold case here: my original question was this: "hey all, when i create my user control (not custom control) how do you
|
| I need help adding "onclick" event to anchor tag dynamically | 24 Oct 2007 17:07 GMT | 4 |
I am trying to add an "onclick" 'event to an anchor tag and this is proving harder than I imagined. The anchor HAS NO ID. And, there will be tons of them on the page. So,
|
| Problems with IE - Security - High | 24 Oct 2007 16:22 GMT | 1 |
I have a web application that had been working fine. Now some of the users are reporting having problems. Opon investigation I discovered that if increase the Security Settings to 'High' the application starts to behave abnormal.
|
| AJAX and Downlevel Browser Support | 24 Oct 2007 16:01 GMT | 4 |
Approximately how far back can we go (in browser versions) before we start losing the ability for browsers to support AJAX? Thanks!
|
| AJAX Problems After VS 2008 Beta Install | 24 Oct 2007 15:37 GMT | 2 |
All my AJAX extensions seem to now be broken after installing the beta for VS 2008. I seem to remember seeing a link for a script I need to run to fix this, but for the life of me I can't find the link. Any one know where this script is at?
|
| VS2005: Events from User Control Stored in Session Do Not Fire | 24 Oct 2007 15:21 GMT | 2 |
I am exploring converting my web app (current Framework 1.1) to Framework 2.0. Everything went smoothly save for one item. To reduce the trips to the database, when loading user controls (like a large datagrid or form), we store the grid or form in Session Object. On
|
| Session state Expiring | 24 Oct 2007 14:51 GMT | 1 |
Im currently going round in circles with a session state issue on an asp.net vb application. Basically session state is constantly expiring after about a few clicks through my website in IE7- the funny thing is that i have just
|
| I need help adding "onclick" event to anchor tag dynamically | 24 Oct 2007 14:45 GMT | 1 |
I am trying to add an "onclick" 'event to an anchor tag and this is proving harder than I imagined. The anchor HAS NO ID. And, there will be tons of them on the page. So,
|
| Problem with Excel reports ::::Excel 2003 Migration To Excel 2007 | 24 Oct 2007 14:34 GMT | 15 |
We are in the process of Upgrade Excel 2003 (Office 2003) to Excel 2007 (Office 2007) for one of web application. This web application is using Excel (Pivot Table) reports. With Excel 2003 application (Reports) works ok.
|
| Login control FailureTextStyle ForeColor NOT SETTING | 24 Oct 2007 13:33 GMT | 3 |
This is just odd. I've removed all codebehind. The above should work, but does not. I am using a Login LayoutTemplate. My failure message come out in blue?? Which is my CSS default color. But I am not instructing the use of any CSS anywhere here.
|