| Thread | Last Post | Replies |
|
| Left and Right hand splitting and resizing | 21 Sep 2006 03:30 GMT | 5 |
I have a .aspx with a TreeView in the left hand and a GridView or a FormView in the right hand. I would like to resize the two sides like in http://msdn.microsoft.com/library/default.asp, but I didn't find the solution. Can I get any help? Just a sample or a link to where I can ...
|
| Different colors in a DropDownList | 21 Sep 2006 02:15 GMT | 6 |
Is there a way to set one item in a dropdown list to a different color? I have a case where I might have 15 items and one is a default and would like to set the default as green where all the rest are black. I looked at the examples from
|
| How to write a control that doesn't require a closing tag | 21 Sep 2006 02:13 GMT | 4 |
I've built a custom control that won't contain any inner content. If I derive the control from Control, then the VS editor will always add the closing tag when I use the control. I can derive from UserControl and it doesn't do this, but I'm not sure whether is the best way to do
|
| The parameter is not correct from SqlDataAdapter control | 21 Sep 2006 01:01 GMT | 2 |
I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. I'm using a web form. During testing, i guess i installed and deleted an SqlDataAdapter control on my web form one too many times. When i try to add one now, ...
|
| Master has a Master? | 21 Sep 2006 00:48 GMT | 3 |
My site has a header and footer that is common to all pages on the site. It makes sense that this should be stored within a master, and have everybody go off of this one. However, one part of my site (20 pages) has a nav bar, and I'd like to
|
| Object from Master Page? | 20 Sep 2006 23:14 GMT | 5 |
I have created an object within my Master Page. I would like to use this object in my content pages. What would I need todo to achieve this? Alternatively, what is the best way of handling a global object (in this case, a shopping cart object).
|
| SQL timeout error | 20 Sep 2006 22:12 GMT | 6 |
I am trying to perform a very long query on an MSSQL database, using ASP.NET, and making the code behind in VB.NET. I have been receiving timeout error, so I thought I would add Connect Timeout to my connection string. However this appears to have no effect. The connection string is ...
|
| Dynamic Articles from a Database | 20 Sep 2006 22:05 GMT | 1 |
Dynamic Articles from a Database Hi, I have a website containing one webform (default.aspx) and a database containing one table (articles) the table contains only 4 field's id, tittles, articletext, date. By simply dragging the table to my page I have a
|
| Redirect non-existing sitemap.xml file to ASPX page | 20 Sep 2006 21:31 GMT | 3 |
Okay, this is driving me nuts now. I spent all last night researching newsgroup postings, web articles, etc. Running multiple sites off the same shared hosting service, I want to be able to redirect a non-existing siteinfo.xml and sitemap.xml to appropriate ASPX pages that will ...
|
| Need To Output and Image From a URL | 20 Sep 2006 21:14 GMT | 4 |
Hey all. I need to output an image via an .aspx page and hope someone here can help. I would like to display an image like this: <img src="displayImage.aspx?categoryID=1">
|
| SessionState Mode=SQLServer and Session.Abandon | 20 Sep 2006 21:02 GMT | 1 |
I am trying out SessionState with Mode=SQLServer. I have my code run Session.Abandon, but the session entry in the table ASPStateTempSessions is still there? I was expecting that Session.Abandon would remove the Session from the table. Is their a different method I
|
| Cache Object | 20 Sep 2006 20:52 GMT | 1 |
I wonder if storing data in the Cache object will be visible to all Session or only to the one where it was assigned? Thanks, Samuel
|
| how'd they do that | 20 Sep 2006 20:49 GMT | 13 |
hey all, you know when you log in to msdn and go to subscription downloads, the header of the page is fixed and the body of the page scrolls, is that done with frames?
|
| How to removing Run time generated controls id. | 20 Sep 2006 20:41 GMT | 2 |
I am working with new web based control tool. To make a new tool of accordion of mulitpanel. What happen when i creating any sub panel under top panel. then system create a run time generated contraol id . with My given given Id Like Ctrl01_subAccordionPanel11. The
|
| Optimising Database Calls | 20 Sep 2006 20:23 GMT | 7 |
I have an ASP page that makes a vml/svg graph out of data. In order to extract all the necessary data I have to perform 68 SQL queries, which is unfortunatley a bit slow at the moment. For each of the procedures I go through code of this form
|