| Thread | Last Post | Replies |
|
| kill HTML Frames | 01 Nov 2007 22:49 GMT | 1 |
I have only one page in my asp.net app that requires frames. How can I navigate away from the page with frames and load a page with no frames? I have tried with javascript. In the past I have been was successful, but
|
| Checking Sessions Timeouts | 01 Nov 2007 21:59 GMT | 1 |
When a user submits a page, I want to make sure their session has not expired. I am using the code below to check, but it seems that Context.Session is always null. Am I doing something wrong? I have this code in the page load event on a base page that is being inherited by all ...
|
| Validation of viewstate MAC failed | 01 Nov 2007 21:57 GMT | 3 |
I come from an ASP background, and I am currently working on a .NET project, so please excuse me if this is a dumb question ... I have written a dynamically generated menu that uses the following structure (looping through for each menu item needing to be
|
| Best practice for combining typed DataTables for display in GridView | 01 Nov 2007 20:09 GMT | 2 |
I need to search a number of DataTables within a DataSet (with some relationships) and then display the filtered results in a GridView. The Columns that need to be displayed come from 2 of the tables but the search needs check 3 or 4 tables. Do I need to create a new DataTable ...
|
| HELP: Moving projects to another drive | 01 Nov 2007 20:06 GMT | 2 |
All my ASP.NET websites/projects are in my C:\Work drive. I want to move them to F:\Data\Work For each project I have a web deployment project as well, such as: C:\Work\Project1
|
| Filling C:\Windows\Temp! | 01 Nov 2007 19:33 GMT | 6 |
We have a web service that gets quite a few hits. We are noticing that C:\Windows\Temp is filling up with temporary DLLs that never get cleaned up. They certainly appear to be related to the web service. I need to know either 1) how to prevent all the DLLs from being created,
|
| Published VS2005 service to IIS server (win 2003) gets 404 error | 01 Nov 2007 19:21 GMT | 3 |
I am trying to publish a web service project that works on my local machine just fine. I can access it by going to: http://localhost/service1.asmx and get the properties page.
|
| Event | 01 Nov 2007 19:17 GMT | 1 |
I have a custom control, named Table, with a property name Rows of type Generic.List(Of Row). Row control can fire an event named RowEvent. How can I detect when one of the Rows that was added to Table control
|
| Javascript w/My AJAX Callback - Why Doesn't This Work Correctly? | 01 Nov 2007 18:30 GMT | 1 |
Hey guys, here's what I have... To help manage browser windows with session state on the server, I have some javascript code in one of my master pages that gets planted into most (content) pages on my site...
|
| WebControl with VS2008 | 01 Nov 2007 17:51 GMT | 2 |
I have a webcontrol that works perfectly in VS2005, but breaks during design-time in VS2008. The error message is: Unable to cast object of type Microsoft.Web.Design.DocumentDesigner to System.Web.UI.Design.WebFormsRootDesigner.
|
| form remembers previous text-field values | 01 Nov 2007 17:36 GMT | 6 |
I've got a small problem using 2 asp pages..... The first page has a button to go to the second page. On the second page, when the page is loaded, a check is excecuted to see if a session exists. If so, some values will be used to fill some textfields.
|
| Diferences? | 01 Nov 2007 17:30 GMT | 8 |
Any diferences between: for (int i = 1; ds.tables[0].rows.count; i++) { do something
|
| How to get the type of a control | 01 Nov 2007 16:32 GMT | 4 |
I created 3 custom controls: A, B and C. Given a control how can I get its type and check if it is of type A, B or C? Thanks,
|
| Publisher to asp.net | 01 Nov 2007 15:35 GMT | 1 |
Someone in our company created web pages in Microsoft Publisher 2003. Is there any way to get them into VS 2005 asp.net pages? Thanks. David
|
| Checkbox = null, Specified cast is not valid. | 01 Nov 2007 15:04 GMT | 15 |
<edititemtemplate> <asp:CheckBox ID="giChkBox_bln_removed" runat="server" Checked='<%# Bind("bln_removed")%>'></asp:CheckBox> </edititemtemplate>
|