| Thread | Last Post | Replies |
|
| Best ways of seo | 25 Jan 2007 15:04 GMT | 1 |
Just a quick question, does ASP.Net 2 have anything in built to help or aid SEO? Thanks
|
| PostBackUrl Dynamic? | 25 Jan 2007 15:03 GMT | 2 |
I have the property "PostBackUrl" set on a LinkButton set to "~/page.aspx". I tried to change this value in the Page_Load as well as the Render event to a different page based on some flow/business logic. Nothing worked.
|
| Sys is Undefined | 25 Jan 2007 15:02 GMT | 4 |
Following the instructions from the latest distribution of the AJAX framework from Microsoft, I modifed my web.config like the below. I get the "Sys' is undefined error message in my aspx page. What could be wrong?
|
| Alternating Row style in DataGridView | 25 Jan 2007 14:58 GMT | 4 |
how can I change the font color for an alternating row where the column data is formatted as a link? setting a style in the stylesheet for a {
|
| Data Object | 25 Jan 2007 14:28 GMT | 1 |
I have some data in various variables such as arrays, lists, etc. I want to create a data object to be linked to a GridView. Which ASP.NET 2.0 data object should I use? Thanks,
|
| Table or Div | 25 Jan 2007 12:51 GMT | 4 |
Table or Div Is there a common rule or "best practice" concerning when to use TABLE and when to use DIV tag's when designing a master page? I am designing a master page with a header and footer and in between I have a menu area to the left
|
| UpdatePanel, Postback | 25 Jan 2007 12:41 GMT | 2 |
I have a question concerning UpdatePanel. For example, I have two linkbuttons at the UpdatePanel. I want the Button1 linkbutton to update controls within panel (the TextBox1 control in this case), and the Button2 linkbutton perform redirect to
|
| Technical question: VS2003 and VS2005 | 25 Jan 2007 12:07 GMT | 5 |
I have a pc with visual studio 2005 working well. I tried to install VS2003 along with the VS2003 so I can work on an old project built with VS2003 and FW1.1. The problem is that when I'm tring to create a new asp.net project I'm
|
| Accessing value from SqlDataSource | 25 Jan 2007 12:02 GMT | 2 |
I have a SqlDataSource that returns a list of companies and their details by ProductID from a stored procedure. It also returns the name of the product associated with the ProductID as the final column (which means it appears for every record returned). I already have a way of ...
|
| Syntaxe error in the @Application directive in global.asax | 25 Jan 2007 09:54 GMT | 4 |
Using VS2005, when I open the global.asax file, the editor underlines in blue all the line with a tooltip saying 'Syntaxe error '. <%@ Application Language="C#" Inherits="MyApp.Core.Global" Codefile="Global.asax.cs" %>
|
| Error in asp.net application | 25 Jan 2007 09:45 GMT | 2 |
Could anyone pls guide . I am getting this error : Thankx in anticipation Server Error in '/webpdms' Application. --------------------------------------------------------------------------------
|
| i want a cms please | 25 Jan 2007 08:40 GMT | 4 |
i am student in university that my last project is a cms for web in asp.net c# i began to make but i want one or more samples to compare my project with them
|
| Data disappearing on postback in GridView with Dynamic columns | 25 Jan 2007 08:20 GMT | 2 |
I have a web app that I have been working on for the last couple of weeks trying to solve this problem. One page contains a GridView with four base columns, and an unknown number of columns to be added depending on the data source chosen. I create some TemplateColumns based on ...
|
| Problem using OdbcDataAdapter | 25 Jan 2007 07:31 GMT | 1 |
I am a newbie at dotnet. Been going through someone else's code and here's a problem: I am loading a csv file into the database. When there's more than one record, it works fine, but when there's only one, it fails.
|
| Invoke Javascript | 25 Jan 2007 07:21 GMT | 1 |
Is there anyway to invoke a javascript function after page is loaded? Thanks
|