| Thread | Last Post | Replies |
|
| Validating Dates In GridView | 21 Mar 2008 22:10 GMT | 2 |
Hi people. I am attempting to determine how best to prevent a users date entry in an update action from causing a format exception. The dates are UK, but the user may try to put in a 'US' format.
|
| Day Of Week | 21 Mar 2008 21:26 GMT | 3 |
.NET enumerates the day of the week as 0-6 ( Sunday to Saturday ). This seems to remain the same regardless of the culture settings. Just wondering if this is alterable is some way, and if not how you guys work out for example, next Sunday. I mean sure, I can create a function
|
| Debugging A Thread | 21 Mar 2008 21:04 GMT | 3 |
I'm getting a "TypeLoadException" error soon after I invoke a thread. It is identifying a Enum member is a class for which there is a "reference to". Anyway I am trying to step through the process to see the exact instruction which is causing the process to fail, but for some ...
|
| How do I insert data into an Adobe form? | 21 Mar 2008 18:56 GMT | 3 |
I have a problem in which I have to insert data from an ASP.NET form into an Adobe (.pdf) form. How can I do this? Thanks. Steve
|
| postback resetting checkbox state | 21 Mar 2008 18:15 GMT | 2 |
I've got a gridview with a column of checkboxes. If I check off any number of them, and perform a postback, they all go back to being unchecked. What options do I have for getting around this?
|
| Need Javascript for mm/dd/yyyy format | 21 Mar 2008 18:03 GMT | 2 |
I need to dispaly 'mm/dd/yyyy' on a text box(aspx page) by default. When the user enters the date(only numerics) in the text box it should take the date in that order. eg.. if the user enters 01012008 on that text box, it should display
|
| new line in tooltip | 21 Mar 2008 16:12 GMT | 1 |
hey all, is there any way to do a carriage return in a tool tip? thanks, rodchar
|
| Nested controls and BLL question | 21 Mar 2008 14:46 GMT | 2 |
I wish to display a Gridview with master data and associated child data "underneath" each gridview row. The child data will be displayed using a Repeater. There are plenty of examples of nested web controls online but they all use what I call a ".NET 1.1" style of coding. In ...
|
| ObjectDataSource and GridView | 21 Mar 2008 14:24 GMT | 1 |
I am using the gridview with a business object ( just a function which updates using a stored proc on sqo2005 ). Anyway. Basically, the reord displayed in the grid is simple ExpenseWeekID WeekEndingDate AmountPaid.
|
| Developer Environment Setup Opinions // Seeking your opinion | 21 Mar 2008 13:24 GMT | 11 |
I was having a discussion with a colleague earlier today about the development environment. I am seeking opinions, and to avoid slanting the input one way or the other, I am not even going to label which opinion I hold.
|
| HyperLink | 21 Mar 2008 05:57 GMT | 1 |
Hi, I have a grid with a HyperLink and the hyperlink needs to link: SomePage.aspx?ID=CodeID coming from some column on table on SQL Server, the grid is already binded with the DB, but I dont know how to code the hyperlink
|
| Update based on SQ LDynamic Stored Proc Problem | 21 Mar 2008 05:22 GMT | 2 |
I'm using Visual Studio 2005 with SQL Server 2005 ASP.NET 2.0 VB I have a Catalog table and I created a form with textboxs and Submit button to call stored procedure to updated existing records My stored procedure looks like this (Dynamic Stored Procedure)
|
| Copy project to sharepoint services 3.0 IIS | 21 Mar 2008 04:28 GMT | 2 |
I've copied a project from a non-sharepoint IIS server to a sharepoint services 3.0 IIS server, in a virtual directory similar to how the source project was layed out as. When I copy it over it seems to copy fine until the end where it
|
| css selections | 21 Mar 2008 04:13 GMT | 2 |
hey all, i have a 4x4 table where each cell has a cssClass assigned. there's a range of cells in a column that i'd like to align center. i know i can get each cell and do align center on it but i was wondering if there was other ways to
|
| security context | 21 Mar 2008 04:10 GMT | 1 |
I am building an add user website. I have several asp scripts in this website such as, query for username, create user, etc. Ideally I would like to have users logon to the website, and have these scripts execute with their individual security context. Can anyone point me in the ...
|