| Thread | Last Post | Replies |
|
| Re-instating state when using Ajax | 15 Feb 2008 20:27 GMT | 2 |
HI, I have a page that contains a series of Ajax driven user controls that include grids. A hyperlink on each grid enables users to jump to different pages. Question: How can I keep track of the user controls' states (page index, sorting order, etc. ) when the user returns back
|
| Changing the imageurl of an imagemap control upon postback | 15 Feb 2008 19:57 GMT | 1 |
Is there a way to change to swapimages for an imagemap in asp.net upon postback on the server? Thanks!
|
| Free MS E-books // Linq, Ajax and Silverlight 1.0 // Downloadable Books | 15 Feb 2008 19:33 GMT | 16 |
This is a FYI, and a complaint. http://csna01.libredigital.com/?urvs5cn3s8 Introducing Microsoft LINQ by Paolo Pialorsi and Marco Russo
|
| VWD - Error logiing in to db | 15 Feb 2008 17:58 GMT | 2 |
I'm brand new to dotnet...when I press F5 on a webpage with a gridview connected to the pubs db, I get an error [SqlException (0x80131904): Cannot open database "pubs" requested by the login. The login failed.
|
| credit card payment | 15 Feb 2008 17:45 GMT | 6 |
I am looking for some documentation about integrating credit card payments with dotNet web applications. I have found tons of information about setting up on line credit card payments, but I would like to find some more specific information relating
|
| 2-column list with break on change in value | 15 Feb 2008 17:36 GMT | 1 |
I want to create a list as shown here http://www.zartorv.com/default.asp?id=45 It's a 2-column list with item's sorted on a date value. When the data value for the items break a header showing the new date is displayed.
|
| Check difference between two vectors | 15 Feb 2008 16:38 GMT | 1 |
Is it possible given two vectors, A and B, create a third vector, C, using the following conditions, without a loop? D = A - B If D(i) * D(i-1) < 0 and D(i) > 0 then C(i) = 1
|
| XML data in aspx | 15 Feb 2008 16:30 GMT | 2 |
Is there a VS2005 control that can use an XML file as its source and show the resulting XML file contents? Similar to opening the XML file in a new browser window, but the file data is actually shown within the control that is on an aspx page.
|
| e-mail and ASP.NET 2.0 | 15 Feb 2008 16:27 GMT | 3 |
I need to send e-mail from and ASP.NET 2.0 application. I have been reading the docs on how to do this. It seems that it is a requirment to have an username and password for the SMTP server. Here are some questions: 1. What account do the mean? a domain account? an account ...
|
| Override Skin file in CheckBoxList item | 15 Feb 2008 15:20 GMT | 2 |
I have a need to set the formatting of the checkboxes dynamically added to a checkboxlist on my website. The problem is that we use a master.skin file that overrides any classes I add to the listitems as they are added to the checkboxlist.
|
| VALIGN Problem in IE Only? | 15 Feb 2008 13:56 GMT | 2 |
Again, my oppologies if this is not *exactly* on topic. But please help if you can: I am having trouble with the VALIGN property of a table cell (<TD>) only in Internet Explorer. In FireFox, it works exactly as expected. When I set <TD valign="bottom">, in FireFox, the image that ...
|
| Seperate Databases and Business Logic.. SQL vs. .NET code?? Design Ideas/Differences | 15 Feb 2008 13:40 GMT | 2 |
RE: Seperate Databases and Business Logic.. SQL vs. .NET code?? Design Ideas/Differences Afternoon. Say a particular shop has a few critical SQL Databases that are not
|
| Framework 3.5 | 15 Feb 2008 11:48 GMT | 1 |
I installed microsoft framework 3.5 but I can't find tools for caching sql, regiis, and so on: aspnet_regiis.exe, aspnet_regsql.exe,... This tools were instaled in framework 2.0 in the following directory:
|
| Setting the ContentType for content published using a VirtualPathProvider | 15 Feb 2008 10:33 GMT | 2 |
Is it possible to set the ContentType for the VirtualFile-descendant that a custom virtual path provider returns in response to a call to its GetFile method? Right now, web browsers tend to misinterpret the XML-data I return, because I cannot specify that the content type is ...
|
| document.object not working | 15 Feb 2008 10:21 GMT | 1 |
I have some code from before that worked with: document. PictureDisplay.src="c:\\uploads\\" + opener.document.getElementById('CompanyPicture').innerHTML; Now it doesn't.
|