| Thread | Last Post | Replies |
|
| .NET 3.5 and VS 2008 | 14 Dec 2007 02:13 GMT | 4 |
Anyone using .NET 3.5 in production applications? Is it stable enough? How about VS 2008? Is it ready to work with. I do not want spent days troubleshooting VS problems like I happened to do when switched to Vista. Thanks
|
| master pages - is it just me not comfortable with them? | 14 Dec 2007 01:36 GMT | 7 |
I'm an experienced web developer - but haven't used master pages much. I find that I'm not really comfortable with them - so perhaps I'm missing something..... When I first read about them I was shocked that the content
|
| CascadingDropDown and IsPostback | 14 Dec 2007 00:37 GMT | 1 |
Is it possible to populate CacadingDropDowns if !IsPostback and preserve the content in postback senarios? My two CacadingDropDowns call my WebService and get populated regardless of IsPostback condition.
|
| how to get the dropdown feature when using AutoCompleteExtender | 13 Dec 2007 23:49 GMT | 8 |
If you have a look at this site below you will notice that after typing some text and the list is too long the textbox will give you like a dropdown list http://www.tuyr.net/AutoComplete/AutoComplete.aspx
|
| Unable to add reference to Microsoft Practices libraries | 13 Dec 2007 22:30 GMT | 5 |
In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are ...
|
| LINQ and ListView problem | 13 Dec 2007 22:24 GMT | 1 |
I have a ListView where I use LINQ for data, for example, selecting, and deleting. In the ListView item template I added a DataPager. When I click, for example, "Next Page" or a page number in the
|
| ClientScriptManager.RegisterClientScriptBlock vs ClientScriptManager.RegisterClientScript | 13 Dec 2007 22:14 GMT | 2 |
What is the difference between ClientScriptManager.RegisterClientScriptBlock and ClientScriptManager.RegisterClientScript Thanks
|
| Advise book on JavaScript | 13 Dec 2007 21:55 GMT | 2 |
Advise book on JavaScript http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| UTC Time, but how? | 13 Dec 2007 21:13 GMT | 3 |
In our project management software, we just noticed an issue. If team members are across the world, then there is an issue with due dates being consistent. (even though we have not yet had such customers, but we want to address this)
|
| Entering a path in a text box | 13 Dec 2007 20:43 GMT | 1 |
I'm developing a front end for one of our internal apps that populates a simple table of 4 or 5 columns. One of the columns is to contain a destination path for another process to copy files to on a daily basis.
|
| formatting exception message | 13 Dec 2007 20:40 GMT | 2 |
Is there a way to format (or atleast insert line breaks) to the exception output. In the catch block I do something like as follows, but it does not add line break after the custom message, rather displays <br> in the text :
|
| Is there a way to tell if a user is leaving the page? | 13 Dec 2007 19:51 GMT | 4 |
I am working on an ASP.NET application utilizing .NET 3.5. One page is using a multi-view with 10 views. UpdatePanels are used to navigate from one view to another. There are hundreds of fields and I want to be able to prompt the user to save if they are leaving the PAGE, not the ...
|
| Checkbox in a Datagrid, how to handle PostBack | 13 Dec 2007 19:28 GMT | 1 |
Does any one have an example of using Checkboxes in Datagrid? I want to have postback enabled for each single checkbox and then execute the code accordingly. Instead of having a button and looping through the list of checkboxes to check if its clicked.
|
| Error in remote connection to SQL Server | 13 Dec 2007 18:52 GMT | 4 |
Hi. I am having an problem connecting to a remote SQL Server. Other applications (using access) are connection to it but I cannot get it to work through ASP.Net. Here is my connection string:
|
| DataTable and Repeater Control, performance question? | 13 Dec 2007 18:37 GMT | 3 |
I am trying to display a dynamic checkboxlist. I have a datatable with 4 columns. ItemId, ItemTitle, ItemDescription, ItemUrl. Two of these columns are required. ItemId and ItemTitie.
|