| Thread | Last Post | Replies |
|
| Different Assemblies At Runtime | 09 Aug 2007 18:20 GMT | 3 |
We have a serious problem here with a 1.1 web app that has been upgraded to 2.0! Our web app can optionally use Crystal Reports. This means that it must be compiled on a machine with the Crystal runtime installed on
|
| date rendered differently on two computers with same regional settings | 09 Aug 2007 17:59 GMT | 12 |
the same application runs independantely on two computers: the first is an Windows XP prof. sp2 IIS 5.1, dutch version with regional settings = French (Belgium). So the short date notation is e.g. 13/08/2007. The date (datetime) in sql server installed on this computer is also
|
| Regex match excluding search string in result: | 09 Aug 2007 17:49 GMT | 2 |
I have a string that looks like this: 'ACCEPT - The transaction succeeded. Merchant Reference Code:OrderId Request ID: 1865550982350176174087 Authorized Amount: 10.00 Authorization Code: 123456 Authorization Time: 2007-08-09T14:18:18Z
|
| Validation Groups - Server side | 09 Aug 2007 17:36 GMT | 2 |
Ok, so I'm working through examples in the apress book "Pro ASP.NET 2.0 in C# 2005". The Validation groups example doesn't work the way I thought it should. It consists of 2 textboxes and 2 buttons and 2 required field validators. One set of controls is set to validation group ...
|
| Working on a server other than localhost | 09 Aug 2007 17:04 GMT | 2 |
Where I work at, we have a development machine with Vista. We have a project we must develop in ASP.NET 1 We can't debug the application due to an issue with IIS in Vista with MSDEV 2003
|
| A DropDownList control updating Gridview Control | 09 Aug 2007 16:33 GMT | 3 |
A web form has a DropDownList control and GridView control. Both are data binding. I expect that selecting an item in the DrowDownList will update the GridView visually. But, extra step is necessary by selecting any item in the gridview, the gridview then refreshes. the ...
|
| Programmatically Modify Value In Web.Config | 09 Aug 2007 16:32 GMT | 1 |
Is this possible? I have an app where we are using forms authentication and are allow editing/changing of security role names. Since I have set permissions with <location> tags in web.config (i.e. allow roles="Administrator"),
|
| GridView - Retrieve invisible column information | 09 Aug 2007 16:04 GMT | 9 |
I have 10 columns total. 3 of them are invisible. The rest are read- only BoundFields, 3 of which are editable fields using TemplateFields. Upon editing, I want to validate what the user enters against one of those invisible columns. How do I accomplish this?
|
| 2nd Chance Exception System.NullReferenceException: Object reference not set to an instance of an object. | 09 Aug 2007 16:00 GMT | 1 |
We have recently deployed our application with the addition of AJAX.net for the last two weeks we have been suffering deadlock issues with the application pool. We are in a farmed environment and our application uses impersionation on a domain security account. We are
|
| Code in Page_Load executes twice | 09 Aug 2007 15:17 GMT | 5 |
I spent the last four hours trying to figure out why Page_Load would execute twice. Even stranger was that everything within if (! IsPostBack){....} executed twice as well. There is no rhyme or reason for that.
|
| Problem sorting a Datagrid with Checkbox columns (checkboxes not following sort) | 09 Aug 2007 15:07 GMT | 2 |
I am trying to sort a datagrid which contains 5 checkbox columns. All other columns sort properly except these 5 checkbox columns which dont sort at all. I am using ASP.NET 1.1 and this code is located in a user control.
|
| Going back to the same location on page after postback or reload. | 09 Aug 2007 14:28 GMT | 3 |
I have a page and if a user posts back data the page would open at the top. This is not a problem if the user was looking at the content on the top of the page , but if the page is long and the user was at the bottom of the page then it looks ugly.
|
| Datagrid blank on postback. | 09 Aug 2007 14:06 GMT | 6 |
I tried all the things I know am out of ideas now. Can you guys help me out with this? I have 4 grids on a page with I load on the Page_Load event. One of the grids has paging. When I move to different page on one of the
|
| How to get repeater cell values without using ID | 09 Aug 2007 13:52 GMT | 1 |
I needed to get each values of a particular cell ..i.e cell value is integer and add each value of the column and display it in the footer..can anyone suggest
|
| EnableViewState strange behaviour ??? | 09 Aug 2007 13:35 GMT | 1 |
I have a listBox listed with colornames and a panelcontrol that takes the color of selecteditem from the listbox whenever I click a different item: protected void lstColors_SelectedIndexChanged(object sender, EventArgs
|