| Thread | Last Post | Replies |
|
| URL Unchanged Regardless of Page Viewed | 26 Jun 2007 21:22 GMT | 1 |
When you click on the various links in the site menu, (at the URL below), the URL in the browser's address bar does NOT change. It stays "richardgrimes.com" regardless of which page you are on. http://www.richardgrimes.com/
|
| Compile warning Access of shared member will not be evaluated | 26 Jun 2007 21:16 GMT | 1 |
I'm in the process of migrating from VS 2003 to VS 2005. One of the compile warnings I am seeing is: "Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. "
|
| Should I use a Role or Personalization | 26 Jun 2007 20:54 GMT | 2 |
We have a time and project tracking system. In short, only certain users will be entering time, while everyone has access to the project listing side of things. I need to make sure those who enter time actually have entered it for each week... sooo..... how would you
|
| help using assemblies from GAC | 26 Jun 2007 19:28 GMT | 5 |
I have an asp.net application and a number of assemblies in GAC. These assemblies have to be in GAC because they are used by other services. I figured out how to get ASP.NET to reference them in web.config using <system.web><compilation><assemblies>
|
| How do I display an image in a panel | 26 Jun 2007 18:50 GMT | 4 |
If I place a Panel into a TableCell how do I display an image in the panel? Do I need to draw it in the Paint event or can I tell the Browser to do it? Thanks
|
| Password Answer | 26 Jun 2007 18:43 GMT | 2 |
How can I get the Password Answer string on Asp.NET 2.0 Membership? I want to display it but I can't find the function to get it. Thanks, Miguel
|
| DotNetGraph Color | 26 Jun 2007 18:40 GMT | 1 |
I have a DotNetGraph and I have two bar graphs. I would like to make each bar a different color. How do I do this?
|
| Create Enum at runtime | 26 Jun 2007 18:40 GMT | 1 |
I have an enumeration, A, with 10 items. I want to create a second enum, B, at runtime having 5 of the items of enum A. Is this possible?
|
| GridView doesn't refresh schema after changes were made in bounded stored procedure | 26 Jun 2007 18:35 GMT | 1 |
I am creating an ASP.NET 2.0 web site and have the following problem : 1. I have a GridView which bound to the object data source. 2. This object data source is SQL Table adapter that I added to the data set via IDE .
|
| FormView Button not working | 26 Jun 2007 18:08 GMT | 1 |
I have a FormView that I put into Insert mode and entered data fields. The Insert button has code in the OnClick event to insert the record. I ran debugging and it does not even run the code. Below is my FormView button code. Can anyone help please? Thanks.
|
| CheckBoxField returning string? | 26 Jun 2007 18:03 GMT | 1 |
I am using a datagrid and have a column which should consist of checkboxes. The datafield that generates the checkbox-column is bit, but I am getting this format error: System.FormatException: String was not recognized as a valid Boolean.
|
| DropDownList ... What is going on? | 26 Jun 2007 18:01 GMT | 3 |
I created a DropDownList in runtime and added to a panel: Private Sub ddlCity_Init(ByVal sender As Object, ByVal e As EventArgs) Handles ddlCity.Init ddlCity.ID = "ddlCity"
|
| Moving listbox items from one to another | 26 Jun 2007 18:00 GMT | 3 |
I search on codeproject and google but didn't find what I was looking for. Anybody know of a good implementation where you have 2 listboxes and you want to move items between the 2. I.e.
|
| Hyperlink Repositions to top of screen | 26 Jun 2007 17:05 GMT | 2 |
I have a Hyperlink... <asp:HyperLink id="HyperLink1" runat="server" CssClass="LinkButton" href="#">Add Item</asp:HyperLink></TD> Which when clicks calls a javascript function AddItem. This linkage is
|
| How to cope up with .NET | 26 Jun 2007 17:00 GMT | 20 |
I am working on Vistual Studio since last 10 yrs. Working from VC++ 1.x and VB 3.x. Currently I am working in VS 6.0, classic ASP, COM, ADO. Today its called as old technologies. I have very novice++ expereince with .NET. Recently I appeared for one intvw and that guy just ...
|