| Thread | Last Post | Replies |
|
| FreeTextBox problem with validate request | 28 Jun 2006 16:49 GMT | 1 |
to start off with the page the free text box (version 3) is on has validateRequest="false" in the page directive already... but even with that when I am in the page and then click on a link to another page (as long as its changing pages, not posting back) it says this
|
| Invalid Cast Exception | 28 Jun 2006 16:12 GMT | 4 |
Good afternoon, I have a very strange problem. When I execute the code below the program throws an InvalidCastException. When I debug the code I see e.Item.DataItem is an object from the type OrganisatieOnderdeel. When
|
| dynamic columns and datagrid items | 28 Jun 2006 16:12 GMT | 3 |
created 4 boundcolumns dynamically or programmatically and bind them to a datasource, when client click on a button before posting back to the server, i am trying to extract the data from the datagrid throught its datagrid.items, but nothing is there(count = 0). Does anyone have
|
| session state with user login | 28 Jun 2006 15:43 GMT | 1 |
a simple quetion from still a beginner in asp.net i have a simple webpage with username and password which is linked with database. now when user gives his username and password and if information is right he does move to
|
| How do i reference to the columns that are dynamically created? EOM | 28 Jun 2006 15:40 GMT | 1 |
|
| documentation question | 28 Jun 2006 15:28 GMT | 2 |
Can anyone point me to documentation showing which SQL data types (int, varchar, etc) correspond to which VB (asp.net) typecodes? TIA. -- Ned
|
| Always display decimals using UK/US format? | 28 Jun 2006 15:14 GMT | 3 |
Is there a recommended way (i.e. not a bodge) to get a GridView to always display decimal numbers using a dot as the decimal separator, regardless of the locale the user is viewing the page from? (I.e. 3.1415 not 3,1415)
|
| VS 2005 - The Project Location is Not Trusted Dialog Box | 28 Jun 2006 15:10 GMT | 4 |
When opening a VS 2005 project on a server i get the following message: "The Project Location is Not Trusted Dialog Box" I then cannot see the project. Im opening the project from a mapped drive and i have full rights on it.
|
| Literal control won't expand | 28 Jun 2006 14:27 GMT | 5 |
I am trying to use a literal control to past test onto a page from several buttons, so that each button displays something different. The problem I am encountering is that the text wraps according to the width of the literal, which is the width then it is put on the page. The ...
|
| Javascript and PostBack on one TextBox | 28 Jun 2006 14:05 GMT | 2 |
Hi, All I have a textbox for user to input SSN, I havea javascript to format what he input to SSN format, I also have a onChange postback function to retrieve other info based on the SSN.
|
| Refresh WebForm | 28 Jun 2006 13:42 GMT | 2 |
Hello, I have a problem :) I have a webform in which I have the event Onload that refers to a script that find in a database for an image and then show it in the WebForm. The problem is that I want to repeat the search automatically every 5 seconds. I
|
| Global.asax not allowing identity impersonation? | 28 Jun 2006 13:41 GMT | 8 |
Visual Studio 2005, SQL Server 2000, ASP.NET/VB.NET Not allowed to use the ASPNET machine account in SQL Server (very strict environment). Need to use Windows authentication, so we use "Identity
|
| Grid view | 28 Jun 2006 13:35 GMT | 1 |
i want to edit whole grid on singel button click
|
| How to add extra field(In stock/Out of stock) to a DropDownList ? | 28 Jun 2006 13:28 GMT | 1 |
I am developing a Garments shopping cart. On the single product page where the customer selects size and colour of a garment and if its ok for him, then adds to his basket, so every time he checks for Colour (dropdownlist) and Size (dropdownlist) I'm checking whether the Item is
|
| Interact with forms programmatically | 28 Jun 2006 13:18 GMT | 6 |
I have a webform with some functionality I need to use. But I need the page to render first. Is there any way to do this? I essentially need to instanciate an instance of the page get it to render without it showing on the screen and then call a method that is
|