| Thread | Last Post | Replies |
|
| Double apostrophe in SQL Problem | 12 Dec 2006 20:35 GMT | 1 |
I'm working with an Access 2002 database. Whenever I entered information from a from into the database, I replace every apostrophe with a double apostrophe as everybody has suggested. However, at least with Access 2002, it doesn't save as one, but saves as two.
|
| onItemDataBound event not firing on first go thru since moving to .net 2.0 | 12 Dec 2006 20:33 GMT | 8 |
I have this custom data list control and i override the onItemDatabound event. After upgrading to vs 2005, this event is not always getting called, though it does at other times. No changes were made when upgrading to 2.0 is there any reason for this because of .net 2.0?
|
| Why are my validators refusing to work? | 12 Dec 2006 20:33 GMT | 2 |
Hi guys, this is really driving me crazy, any help appreciated. using ASP.NET 2.0 in VS 2005 and reviewing with IE7. I have some fields with validators attached to them. If I drag a summary field onto my page everything works. If I then set each indiviual validator
|
| calling javascript function from asp.net | 12 Dec 2006 20:30 GMT | 2 |
I have a piece of code that calls the clientside it works ok when no values are passed ie window.alert ('this is a test'). But I have a value from a textbox example: function openemail()
|
| Is ActiveX best option? | 12 Dec 2006 19:19 GMT | 3 |
Does anyone know what would be the best way to have a website have access to the clients computer (with his permission ofcourse when ) so he can save and upload files by the click of a webform button (without getting save as dialogs)
|
| Choosing whitch button will act as submit button | 12 Dec 2006 18:53 GMT | 7 |
There maybe an simple answer to this, but sometimes one get a strange blindness when working intensely on one single problem. I'm using ASP.NET 2003, building pages that include 3 user controls (banner, top-menu and sub-menu). The top-menu contains like five asp:buttons.
|
| Different same machine browser sessions intefering with each other with Forms Authentication and asp.net 2.0 | 12 Dec 2006 18:11 GMT | 3 |
Hi All. I found several threads about this specific issue here, but could not find a solution to my specific problem. Most of the threads suggested that there would be a difference between launching two separate IE processes and starting two windows in the same IE process
|
| Dropdown in ASCX, when to databind? | 12 Dec 2006 17:27 GMT | 2 |
A common situation I come across is an ASCX control that being used as a lookup control. The ascx might be called "StatusLookup" or something, and it consists of 1 dropdown list that populates itself from cache/database list.
|
| Disable asp.net button | 12 Dec 2006 17:11 GMT | 2 |
I'm using a asp.net button for postback purposes. Since the postback might take some time i would also like to disable this button. On reload the button will be enabled again.. fine..
|
| Session Madness !!! | 12 Dec 2006 16:55 GMT | 1 |
I have been trying to implement a 'Whos On' table in my sql backend so that I can see at a glance who has active sessions ( Potentially ) on my asp.net application. I am using windows integrated security. On Session Start, I create an entry
|
| Post to another page from several submit buttons | 12 Dec 2006 16:45 GMT | 8 |
On a form I have several submit-buttons, each of which should post its own set of variables (e.g. price and name of a product) to another page, e.g. an orderpage. There can only be one form, so what can I do now? I know I can do it using a Javascript function that sets the variables ...
|
| Measre Distance using the PostCode | 12 Dec 2006 16:15 GMT | 3 |
I need to measure the distance using 2 postcodes (UK) How can that be done? Thank you, Samuel
|
| Gridview binding on Page_Load | 12 Dec 2006 15:56 GMT | 1 |
Hi, for kicks in Studio 05 I have set up a small site using all built in controls, so I configured a connection and gridview with editing enabled. The goal is the user loads the page selects from a drop down and fills the gridview on postback. Because I'm not useing any code to
|
| Form Upload Test Utility? | 12 Dec 2006 15:33 GMT | 4 |
Anyone know of any form upload utilities which will allow me to upload files to an ASP.NET page without the need of a web browser? I like to test a form upload page I wrote (no GUI, it only accepts a form post).
|
| vs2003 aspx project to 2005 | 12 Dec 2006 14:49 GMT | 4 |
i had errors in my 2003 project, but 2003 allowed me to ignore them and carry on, it displayed my page fine, (even on build) since converting to 2005 i have hundreds of errors and it wont allow me to
|