| Thread | Last Post | Replies |
|
| Unable to retrieve contents on RowEditing (to cancel editing) | 01 Feb 2008 20:05 GMT | 2 |
Hi. This is getting extremely frustrating. I have struggled for more than three hours now with this: I have a gridview, GridView1, which works great reading/editing/ deleting the data from a table. I need, however, to block editing and
|
| MSDN Magazine Subscription // Good place to get it | 01 Feb 2008 19:16 GMT | 6 |
Does anyone know where a good ($$$ wise) place is to get a MSDN Magazine Subscription? As in, cheaper than the microsoft.com offering? ..
|
| allowing uploads of greater than 10MB | 01 Feb 2008 18:21 GMT | 1 |
I read that asp.net 2.0 doesnt allow uploads bigger than 4mb. How do you change this?
|
| Visual Studio 2005 Team edition for Software Developers and Web Site | 01 Feb 2008 17:19 GMT | 3 |
I have run a same problem couple of times. Visual Studio 2005 is installed from Visual Studio 2005 Team edition for Software Developers dvds and after installation Creating Web Site is missing. Doesn't Visual Studio 2005 Team edition for Software
|
| Find treenode by DataPath, not ValuePath | 01 Feb 2008 17:11 GMT | 2 |
i use xml sitemap, several big parent node groups. In each parentnode tag i want to specify url as initial 'selected' url to go to when loading the page. So i have the following structure
|
| Send xml from javascript and recive it from aspx page | 01 Feb 2008 17:11 GMT | 1 |
Programming web pages to Microsoft Online Print Wizard. OPW creates xml file from transfer manifest of files u select to print var xml = window.external.Property("TransferManifest"); // this is xml so to discribe photos on my aspx page i need to post xml to my page
|
| Basic AJAX Question | 01 Feb 2008 16:56 GMT | 7 |
I'd like to implement some AJAX features on an existing ASP.NET site. I have one example of doing this but, otherwise, don't know much about it. I have one question, though, about getting started: I notice that there are project templates for creating AJAX this and AJAX that. I'm ...
|
| Coping with slow SQL Servers in ASP.NET | 01 Feb 2008 16:52 GMT | 4 |
We have situations occasionally where the SQL server is extremely slow to respond. The problm is that the user is left with loading page and has no idea what in heaven is going on. Does anyone have any ideas how the DAL can be confiured to timeout and throw
|
| vs2005 | 01 Feb 2008 16:50 GMT | 3 |
Has anyone installed vs2008 alsong side vs2005 If so can both be installed on the same machine Thanks in advance Roger
|
| Cool or Uncool Menus in ASP.NET 2.0 | 01 Feb 2008 16:49 GMT | 1 |
Remember those gradients you used to be able to use in web pages. I want to know if I can get a similar effect in the menus in .net. OR how I can get images to swap on hover, and selected mode.
|
| VisualStudio 2008 and AJAX problem when using IIS | 01 Feb 2008 16:46 GMT | 1 |
On my work computer I had VisualStudio 2005, AJAX 1.0 and AJAX toolkit installed. 2 days ago I installed VisualStudio 2008 and every AJAX test that I do (IIS), does a postback. When I open my test web
|
| Large dropDownList slow in UpdatePanel | 01 Feb 2008 16:20 GMT | 1 |
I have a large DropDownList that is very slow when it's in an UpdatePanel. The initial loading of the page is not slow, only the PostBack is slow. When I do not use the UpdatePanel PostBacks are very fast. I have EnableViewState set to false for this DropDownBox.
|
| format gridview | 01 Feb 2008 14:59 GMT | 2 |
Is there a way to show my data in my gridview as such? Used Salesman Q1 Q2 Q3 Smith Bones
|
| DropDownList & Viewstate | 01 Feb 2008 14:02 GMT | 2 |
I've been working on minimizing the use of the ViewState in my asp.net applications because of its overhead. The problem I am having is that I keep losing SelectedIndex in the DropDownLists. I don't lose the SelectedIndex when the ViewState is enabled, only when it is off.
|
| ASP.NET session state question | 01 Feb 2008 11:03 GMT | 1 |
When clicking a hyperlink in an application that is hosting the WebBrowser control, a new page opens in Internet Explorer. In this scenario, the session cookie seems lost, and I have to log on again. Could anybody tell me how to maintain the ASP.NET session state under this ...
|