| Thread | Last Post | Replies |
|
| asp.net pages not taking style formatting from themes | 28 Mar 2006 18:34 GMT | 2 |
I have a themes css file that has the following settings: .leftpane { color:Navy;
|
| Cache problem? | 28 Mar 2006 18:33 GMT | 2 |
I've uploaded my website to the hosting, and every time that join to the website the images are downloaded again. Is problem of machine.config or top level web.config ?? How can i solve this?
|
| Help with Dll | 28 Mar 2006 17:34 GMT | 2 |
I have a bit of a problem, I created a Dll called SecureQueryStringDll.dll and I had the dll put bin folder of my application first and it did not work so I then put it in the bin folder of c:\inetpub\wwwroot and it still does not work. Here is the error I get from it:
|
| Newbe: Redirect and QueryString HELP PLZ | 28 Mar 2006 17:33 GMT | 4 |
We have a page which, after inserting a record ID to our database via stored proceedure, redirects the user to a URL on a thrid party site which as passed to that page via QueryString. In other words this is an intermediate counting page between the user's click and their ...
|
| the easiest question for any one of you! | 28 Mar 2006 17:23 GMT | 2 |
can anybody tell me what do i have to do to start working with ASP.NET ... .NET framework 2.0 ... some developing tools...? which is best and why...? (i curently work with ASP through dreamweaver) Thanks!
|
| problem in rendering the calendar control | 28 Mar 2006 17:22 GMT | 4 |
I want to create custom control by using Web.UI.WebControls.Calendar, in which I want to set few days with different color. I had created two property to set the color and storing in viewstate. I had created 4 methods to Add/Remove my special dates in viewstate.
|
| 1->n relation display question | 28 Mar 2006 17:19 GMT | 4 |
I'm a little bit confused as what is the bes way to achieve the following: I have 2 database tables, table 1 product en table 2 image. For every product record there can be 0-1 or more image records. My question:
|
| Setting focus to a text box on page load | 28 Mar 2006 17:11 GMT | 3 |
All of a sudden code that had been working at my websites to set the focus to a particular text box on page load now produces an error. The code is: 'put the focus on the first text box
|
| Invalid postback or callback argument. | 28 Mar 2006 17:09 GMT | 2 |
Anyone see this error that appears to have cropped up with the RTM version of .NET: BASE EXCEPTION:: System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages
|
| How to remove Annoying Refresh Message | 28 Mar 2006 16:57 GMT | 3 |
i develped a web application and sometimes user of the my application update the page by clicking on the refresh button but a message appear every time they refresh the page : "the page can not be refreshed without resending the information click
|
| How to convert VB.Net code to ASP.Net ? | 28 Mar 2006 16:46 GMT | 3 |
How to convert VB.Net code to ASP.Net ? Is it possible or is there any tool for that ? Best Regards, Luqman
|
| HELP: Convert 1 ASP page to ASP.NET | 28 Mar 2006 16:22 GMT | 4 |
I need help converting a ASP page to ASP.NET. I have a ASP page that is in the form of: <% Sub Start() Call DrawPage1() Call DrawPage2() End Sub Sub DrawPage1() %>
|
| Deleting Problem | 28 Mar 2006 16:21 GMT | 2 |
I have set up a GridView control bound to an SQLDataSource control. Depending on which option a user selects in a DropDownList Each datasource is a sethe select command retrieves a list of key/value pairs from a spefied table. I am using a select query in the form of
|
| ASP 1.1: DataGrid - Showing/Not Showing Buttons | 28 Mar 2006 15:49 GMT | 2 |
I have a collection of Invoices that I bind to a datagrid. Some of these invoices have been processed and you can tell this via a property in the invoice class called DateProcessed. If an invoice has been processed I do not want a button to display for this invoice but all
|
| AJAX.net vs. Atlas | 28 Mar 2006 15:25 GMT | 8 |
I'm going to be diving into ASP.net 2.0 on a small project. I'd also like to use it as an excuse to start playing with some AJAX techniques. So, that leads to the obvious question: AJAX.net vs. Atlas? Anyone have any opinions on that?
|