| Thread | Last Post | Replies |
|
| ADO.NET query execution much slower than SQL Management Studio | 23 Feb 2008 13:16 GMT | 2 |
I have a stored procedure that when called from SQL 2005 Management Studio takes less than one second to execute. The same SP, when called from .NET code takes about 13 seconds. I am using a SqlCommand object with CommandType set to StoredProcedure and I am passing arguments ...
|
| Add child records in a collapsable DIV under every gridview or dat | 23 Feb 2008 12:42 GMT | 1 |
I have a table that is a master table from which the user views ~300 rows at a time (rarely changing rows in a day). What I want to do is, when the user clicks on a row, to show related records from two tables, as 2 HTML tables side by
|
| XmlNode ParentNode??? | 23 Feb 2008 12:35 GMT | 1 |
I am trying to retrieve title of the parent (post) by the id of the comment, Why doesn't this work? XML <root>
|
| 2.0 to 3.5 | 23 Feb 2008 10:52 GMT | 3 |
So let me get this straight - - I have a 2.0 site I'd like to change it to a 3.5 site (having been told my 2.0 code won't break) I found this article at 4guys from Rolla about changing Web.config items:
|
| what is the app_data folder really for? | 23 Feb 2008 06:15 GMT | 5 |
hi folks I'm working on reverse engineering TheBeerHouse by Marco Bellinaso which appears to have 100% unanimous approval on Amazon. I got the book and downloaded the code and I opened the solution.
|
| IE saving popup window. Why it will not be show the "MHT" as the default option after i submit the data to self page. Urgently! Thanks. | 23 Feb 2008 06:04 GMT | 2 |
In the following source. If we don't submit the data in the same page. Then the function for save will be working fine. it will save the page to mht extension automatically. (please see the combo box of file extension.) but i don't know why, once i submit the data to self page. ...
|
| Wizard Control questions | 23 Feb 2008 04:11 GMT | 1 |
In my wizard, the user is 'creating' a new project - really only inserting into a master table in the database. Once they've done this, I don't want them to be able to come back to that first page. At the very least, depending on the step they're on, I'd like to
|
| Stumped with Javascript and FireFox | 23 Feb 2008 00:53 GMT | 6 |
I'm developing the site at http://www.medicorpmap.com. I created a warning that javascript is disabled and then registered a start-up script to hide the warning. This way, users will see the warning if javascript is not working.
|
| Image verification of input | 22 Feb 2008 22:10 GMT | 5 |
Does anybody know how to/have an example of using image verification of user input (i.e. the user has to enter the digits in an image as well as the normal input)?
|
| Layout Advice | 22 Feb 2008 21:47 GMT | 7 |
Our company currently has a client/server based app. Now the need has arisen to tap some of the functionality from a webpage. This means the client will disappear and a subset of functionality will be needed from the web.
|
| C GetParentFolderName | 22 Feb 2008 20:13 GMT | 3 |
Is there an example of how to get the parent folder name within a C# ASP.NET page? ... Thom ___________________________________________________
|
| Specify Image location in Web.Config | 22 Feb 2008 20:12 GMT | 7 |
Just curious over the fact if i can store Image Location in Web.Config and then how can i extract that location in HTML <td style="width:1%" align="left" valign="middle"> <img alt="" src="<%# image Location'
|
| New to Master Pages using VS 2008 Web Developer | 22 Feb 2008 18:52 GMT | 5 |
I have made a Master Page that basically consists of a table with 2 rows and 3 columns. The first row spans all 3 cols to form a header. The first column in the 2nd row is being used as a vertical menu. The 2nd & 3rd columns of the second row are joined to make one large cell.
|
| Namespace Question - Asp.Net 2.0 | 22 Feb 2008 18:35 GMT | 2 |
i've currently moved from asp.net 1.1 to 2.0 and i don't get the new namespace thing: all pages, controls etc. in my web application are not wrapped into a any namespace as it was in 1.1. now here is my problem. i've got quite a
|
| Problem with Large data | 22 Feb 2008 18:34 GMT | 1 |
I posted the following code two days ago when I face problem that my code could not upload large data or to be prices more than 4 MB. The code are : Dim arrayImage As Byte() = FileUpload1.FileBytes
|