| Thread | Last Post | Replies |
|
| newbie: need help with this css/html code | 23 Sep 2006 00:02 GMT | 1 |
asp.net 2.0 Please, I need some help with the layout of my webpage. this link shows my problem: http://home.online.no/~au-holme/pub/66707/divtrouble.PNG Instead of fieldname and value are displayed like this:
|
| Nested Looping with DataReader | 22 Sep 2006 23:10 GMT | 4 |
I am trying to use a DataReader to read a table (that was attained from JOINing two other tables) with the following format: questions answers 1 1
|
| Convert from Web Site to ASP.NET Web Application in VS2005 | 22 Sep 2006 21:51 GMT | 1 |
Howdy, I've created an entire ecommerce site as a Web Site project (WSP) in VS2005. Now that i'm trying to publish it I'm finding that I should've used the ASP.Net Web Application (ANWA) project instead. I created a new ANWA and
|
| Windows Control config file in ASP.NET | 22 Sep 2006 21:23 GMT | 2 |
I have developed a windows control that I am using in an ASP.NET application. When I go to use the ConfigurationSettings.AppSettings[] function inside of the windows control nothing is returned. Is it possible to access a web.config or any other kind of configuration file
|
| ASP.NET 2.0 won't let me put my user controls in the same directory as Web.config | 22 Sep 2006 20:15 GMT | 2 |
When I put my *.ascx files in the same directory as Web.config and my user controls are registered in Web.config it gives me an error. Putting my *.ascx files in another directory is not hard, but it can cause another annoyance: relative directories. For example, that means that ...
|
| Problems with div and Panel with VS | 22 Sep 2006 20:13 GMT | 4 |
I am trying to hide and show certain parts of my code (which I have no problem doing with DW). In VS 2003, it won't let you use <div runat="server"> to section of parts of my code in a table. This is during compilation (build).
|
| Dynamic control creation in datagrid based on data in that column | 22 Sep 2006 20:06 GMT | 1 |
I am creating a dynamic datagrid. The controls in some of the template columns will have to be generated based on the data contained in them (i.e. the data for that respective DataField column). For example, if I have a column called Available, the possible values for it are Yes or
|
| removing button1_onclick functions | 22 Sep 2006 19:57 GMT | 2 |
Is there any way to execute a page object function without going to the code behind. Eg: <asp:Button ID="Button1" runat="server" Text="Save Page"
|
| ASP.NET 2.0 Session State | 22 Sep 2006 19:22 GMT | 4 |
Can both ASP.NET 2.0 Session State and ASP.NET 1.1 co-exist in SQL Server?
|
| System.Web.Mail | 22 Sep 2006 18:49 GMT | 3 |
I build up a string for the body of my email. I also want to display an image within the email itself(not as a background image) at any place in the email. This seems simple but I am unable to do it.
|
| specified cast is not valid | 22 Sep 2006 18:43 GMT | 1 |
I wish I can solve this problem not having recode the sub. Here is goes: I got this error' specified cast is not valid' at the second line. from the code Sub ChkDelete_OnCheckedChanged(ByVal sender As Object, ByVal e As
|
| Best way to check for first Login | 22 Sep 2006 18:08 GMT | 1 |
I am comparing the 'lastloggedin' and 'createddate' fields of the membership table to see if this is the first time the user has logged in. (if they are within 1 second on each other I presume this is the first login).
|
| Disable Button With Javascript | 22 Sep 2006 17:40 GMT | 11 |
In my C# asp.net 2.0 application, I have a webform with a button server control on it. The webform, like most others in the site, subscribes to a master page. I have determined that the button always renders with an id of "ct100_ContentPlaceHolder1_btnContinue" in both the IE and
|
| HyperLink from GridView | 22 Sep 2006 17:38 GMT | 7 |
Using ASP.Net 2.0 and VS 2005. I have a search page that has server controls, (textboxes, dropdownlists, etc.) that are used for searching and returning data in a GridView. One of the GridView columns is a bound HyperLink that sends me to a new aspx page.
|
| Create CSS StyleSheet at runtime | 22 Sep 2006 17:37 GMT | 6 |
How to create a CSS StyleSheet at runtime and added it an Asp:Label? I am using Asp.Net 2.0. Thanks, Miguel
|