| Thread | Last Post | Replies |
|
| Simple Back button | 20 Dec 2007 17:40 GMT | 5 |
I have a search page which display a grid of master records. Those records that have children have a hyperlink that takes the user to the Details page for that record. How can I implement a Back button on the Details page that will take the
|
| Problem with modalpopupextender | 20 Dec 2007 16:42 GMT | 1 |
Hi I am using Ajax control toolkit modalpopupextender and I use it to popup a form that allows me to select certain controls and submit using a button. Problem I have is that whenever the page refreshes due to submit or any similar behaviour I see the form quickly popup and ...
|
| Button-click's client-side alert shows only once per page load, why? | 20 Dec 2007 16:41 GMT | 1 |
I have a gridview, in which people can click on a delete button to try to delete something from the database. But, if that selected row cannot be deleted (because, for example, it is referred to by some other table in the database), I show an alert
|
| webresource not working in asp.net 2.0 beta | 20 Dec 2007 15:32 GMT | 8 |
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs file (present under the
|
| Retrieving the COM class factory for component with CLSID... | 20 Dec 2007 15:22 GMT | 3 |
I've written a .NET class that needs to be used in an ASP page I've done all the normal com-interop stuff but it keeps bombing out so I tried putting the code in an ASPX page with a try catch to see if that made a difference but when it gets to the line:-
|
| Searching for Happiness ? | 20 Dec 2007 15:18 GMT | 2 |
Searching for Happiness ? Dr. Saleh Abdul Azeez As Sindee Happiness is a common goal that everyone strives to attain. Philosophers, intellectuals, doctors and artists alike have all
|
| Website or WebApplication? | 20 Dec 2007 15:02 GMT | 1 |
I wonder wish I should choose. If I understand correct so is the website interpreting code and webapplication is compiled code? Which is best in performence and security.
|
| How to determine the tbody index value | 20 Dec 2007 14:52 GMT | 1 |
I need to know for a particular tbody, what index that tbody has in the collection of tBodies[i] This is quite urgent I understand this. Cheers
|
| SeletedIndex change charset on Gridview | 20 Dec 2007 12:47 GMT | 2 |
I have a very strange problem. I populate a gridview control with a list containing swedish cities and that looks fine. But once I click on one of the rows in the gridview to select that specific row the swedish characters å,ä,ö are translated into rubbish such as ## and
|
| Dynamically Duplicatingh and Adding Rows | 20 Dec 2007 12:26 GMT | 1 |
Hi Peeps, Im now trying to code client side to add html table rows. So Basically, I need to copy all the attributes from the preceeding row and add it. I am able to create the row using
|
| Page constructed and processed twice!? | 20 Dec 2007 10:39 GMT | 3 |
I have a weird problem, which is quite hard to debug: An ascx-Control seems to be constructed and processed twice. The AutoEventWireup attribute is set to true. Looking at google, I found a lot of hints about OnInit and Page_Load called twice. So I set AutoEventWireup to
|
| ASP.net Login Page with Active Directory | 20 Dec 2007 10:37 GMT | 2 |
i need to program an ASP.net Webapplication. This application should be only used by members of a specific group. So I want to write a Login-page like this: Username:
|
| Access to a web.config from another project | 20 Dec 2007 07:31 GMT | 4 |
I have a Solution that contains a website and its web.config and another project named testWebSite. I need to access to the web.*config located in the website project from testWebSite like this:
|
| Developing auction site? | 20 Dec 2007 05:46 GMT | 2 |
Where can I find information (books/links/webcasts, etc) that'll give me the basic architecture of developing a site? It won't have all of the advanced functionality of sites such as ebay, but it would include the basic functionality of an auction site: the user registration, ...
|
| Newbie Q: Using the session state object | 20 Dec 2007 05:02 GMT | 1 |
I'm experimenting with the session state to see how it works. I'm trying to increment with every page load. When I try to do this, I get an error indicating that the page state object is either null or not instantiated. I can't seem to get around this.
|