| Thread | Last Post | Replies |
|
| Errors when I put my app live | 11 Sep 2007 20:32 GMT | 1 |
Every time I use the Copy Web Site option in VS2005 to copy my site from my dev box to my live box, the new code won't run. Usually, it's a "The compiler failed with error code 128" error. If I use IISReset it fixes that but then one of my DLLs has a problem talking to a
|
| Read file once | 11 Sep 2007 20:20 GMT | 2 |
I have a Web application. i need to read a file once during the startup and preserve the read data throughout the life of the application. i will to access the data often during the page_load of the default.aspx page. what is the best way to do so? do i need to implement a ...
|
| Column name = "System" in dataset | 11 Sep 2007 18:52 GMT | 5 |
There is a database table with one of the columns named "System". When creating a new Dataset for this table, the project gives a huge number of compile errors. If I change the column name to be anything else than "System" and
|
| Calculation in datagrid | 11 Sep 2007 18:25 GMT | 1 |
My boss wanted to create a datagrid which should calculate the formulas which is entered in one of the textbox of the grid For example if first textbox in grid is given the name A with the value 10
|
| Drop Down list | 11 Sep 2007 18:24 GMT | 3 |
I have a dropdown list. It has following items admin@sam.ca.gov Admin Miller bobby@sam.ca.gov Bobby Gill
|
| workaround for FCN/directory delete bug | 11 Sep 2007 17:56 GMT | 6 |
I have come across the problem mentioned in this blog http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx it's basically the fact that in ASP.NET 2.0, the File Change Notification is uses causes the application to unload every time a directory underneath the
|
| MaxLength doesn't seem to work | 11 Sep 2007 17:28 GMT | 1 |
The MaxLenght property doesn't seem to have any effect
|
| Hyperlink in Grid view | 11 Sep 2007 16:28 GMT | 1 |
Using ASP.Net 2.0 and VS 2005. One of the GridView columns is a bound HyperLink that sends me to a new aspx page. I bound it's DataText property with some field in the database.when I click this hyperlink it should redirect me to anothr page and
|
| Keyboard event | 11 Sep 2007 16:26 GMT | 2 |
I am using asp.net 2.0 and I want to add keyboard shortcuts to my application. For example if I hit ALT-A it will pop up a new window or my other webform. Cheers!
|
| js and validation | 11 Sep 2007 16:24 GMT | 1 |
Hi, I have a webform wich already has some validation controls, some required fields, etc, and I have a external .js file wich does crc verification on 1 field, and I would like to put that file together with the validation generated by asp.net... How can I do that?
|
| AJAX Modal Popup | 11 Sep 2007 15:40 GMT | 4 |
I am trying to use the AJAX modal popup on a click event from a gridview. Any ideas on implementing this? The AJAX control is looking for a TargetControlID that will trigger the popup but the button field in the grid does not have an ID.
|
| GridView update using ObjectDataSource | 11 Sep 2007 15:15 GMT | 1 |
I have a problem in which I'm using a GridView with an ObjectDataSource as a data source. The problem is that when I use the ObjectDataSource UPDATE routine I must have the key column displayed (and editable) in the GridView! This is a problem because this key
|
| Display An Image In A Datagrid Dynamically | 11 Sep 2007 12:59 GMT | 1 |
Hope someone can assist. Using Borland Developer Studio 2006, C# .Net Application. I have a datagrid the source of whioch is a database table. I can populate the datagrid with no problems.
|
| website work on localhost but not on the server | 11 Sep 2007 12:46 GMT | 7 |
I have a project and I upload it to the server but it dosn't work. On my local host it is work fine. I try to write simple page just hello world and upload to the server it same thing , and I cannot know the error from the client side it is
|
| Borderless DropdownListBox/HTML Select on IE | 11 Sep 2007 12:19 GMT | 10 |
I managed to remove the border round the textbox in ie/firefox but not the dropdown list box in IE (in Firefox it works) <select name="select" id="select" style="width:100%; border:0px" > <option>Query Qry_Schedule</option>
|