| Thread | Last Post | Replies |
|
| Can my links and linkbuttons have two different css styles? | 19 Sep 2006 19:14 GMT | 1 |
Hi! I'm trying to make it so that my basic links have the default style (blue text, underlined) and my asp link buttons always be white. I need this because I am only using linkbuttons in my sidebar which is dark so they need to be white. Can this be done by only making changes to ...
|
| Datagrid and SQL Count | 19 Sep 2006 19:11 GMT | 2 |
Hey all. I have one question here regarding a datagrid. I have a datagrid with one hyperlinkcolumn and some boundcolumns. I want to add one more column, filled by how many subprojects are under that project. To find
|
| Using Dynamically Adding Controls on PostBack | 19 Sep 2006 18:53 GMT | 3 |
Okay, so I have a base Page class called ArticlesPageBase. This base class has reads in an overridable ArticleId and Loads the data into a Panel object in the ContentPlaceHolder of the Master. The article that it loads from the Database is a xml field that contains
|
| Input Form | 19 Sep 2006 18:36 GMT | 2 |
Does anyone know how to ensure that my textbox edit mask is set to Uppercase? When a user types in a certain textbox, I want the case to be Upper. Is there a setting for this?
|
| non-existent non-aspx file requests not getting passed to ASP.NET? | 19 Sep 2006 18:28 GMT | 1 |
If a non-aspx file is requested, like "domain.com/school", IIS is not passing this on to ASP.NET 2.0 so that urlMappings can take place in Web.Config. IIS is simply returning a 404 and not passing the request on. <urlMappings enabled="true">
|
| Webparts dll? | 19 Sep 2006 18:13 GMT | 6 |
I'd like to know which dll I have to reference when I use the System.Web.UI.WebControls.Webparts namespace. Thanks, Brian
|
| url mapping works differently in Cassini than in IIS?? | 19 Sep 2006 17:53 GMT | 2 |
I've gotten url mapping to work perfectly while running in VS 2005 Cassini debug mode. I simply added this to web.config <urlMappings enabled="true">
|
| Efficient use of DataReader | 19 Sep 2006 17:49 GMT | 3 |
Wound't be wise and efficient to copy the rows into a collection list ArrayList, close the connection and then process the data? (Rather than do the processing while the connection is still open). ArrayList data_array = new ArrayList();
|
| Cookie Problem | 19 Sep 2006 17:07 GMT | 5 |
I am using cookies to keep track of users' sessions. If the cookie is disbaled or browser do not support cookies we show an appropriate page to the user saying that upgrade to such and such browser or enable the cookies. Now, one of my users just install some latest windows patches
|
| Mixing ASP Controls in .Net Projects | 19 Sep 2006 17:06 GMT | 3 |
Hi and thx for take a litle time to reply me. My question is: Supposing that i have a Control built in ASP 3.0 (a Calendar Control in this case) and I want to make it work in a .Net project Built with ASP .net (
|
| Formatting Multiline Text | 19 Sep 2006 16:52 GMT | 3 |
I have read several posts regarding formatting multiline text for rendering becuase vbCrLf needs to be converted to <br/> tags, and i need to do the same. My question is the best way to achieve this - One of my pages is using a detailview control on a Description datafield; what ...
|
| Populating data in classes | 19 Sep 2006 16:44 GMT | 3 |
I have 2 classes, for example. I have a Company class and a contact class. each class has the following properties Company
|
| Weird cookie problem | 19 Sep 2006 16:36 GMT | 2 |
I'm writing a cookie in one asp.net page, then trying to read that new value in another. Problem is, the saved value disappears when the cookie code calls it! Here's the code...
|
| aps.net can't run in window2003 | 19 Sep 2006 16:36 GMT | 1 |
I find that my asp.net can't run in window2003, I had already install .net framework 2.0 (x 64 bit), but the program still cannot be run. html ->> login.aspx When I click the button in html, it said "The Page cannot be found"
|
| What is the best practice to have a user control placed multiple times on a page? | 19 Sep 2006 16:32 GMT | 9 |
I created a user control that has a ListBox and a RadioButtonList (and other stuff). The idea is that I put the user control on the ASPX page multiple times and each user control will load with different data (locations, departments, etc.).
|