| Thread | Last Post | Replies |
|
| Menu Control and Sitemap, eliminate the home column on the menu display | 11 Jan 2007 03:30 GMT | 1 |
My menu and sitemap: home foo bar foo1 bar1 foo2 bar2
|
| Overriding GridView | 11 Jan 2007 02:54 GMT | 1 |
I am overriding the GridView component... public class NewGridView : Gridview ... the class is defined in NewGridView.cs in the App_Code folder.
|
| Custom control that can contain other controls | 11 Jan 2007 01:10 GMT | 11 |
How can I create a custom control which will wrap its content in a header and footer? eg: Is it possible to create a .NET user control which can surround other
|
| Sort ListBox | 11 Jan 2007 00:52 GMT | 4 |
Can the items in a ListBox be sorted by the name of the items? The ListBox actually lists all directories & files existing in a directory on the server. Note that all the directories should be listed first followed by the files.
|
| Change to web.config and restarting application. | 11 Jan 2007 00:39 GMT | 7 |
I am not convinced and need your opinion. My understanding is that if bin directory's content is changed then the ASP.Net application recycles (Applicatin is restarted). Is it also true for the web.config file.
|
| Compression - need help asap!!! | 11 Jan 2007 00:24 GMT | 1 |
I've created a little compression class to be used by asp.net. Simple really, no heavy code anywhere. Have a looksee (it's in VB.NET): #Region "Imports" Imports System
|
| ObjectDataSource: Value of session variable never passed to defined SelectMethod | 10 Jan 2007 23:57 GMT | 1 |
On a page I am using a repeater which is linked to an ObjectDataSource (same page): <asp:Repeater ID="VideoListNewestRepeater" runat="server" DataSourceID="VideoListNewestDataSource">
|
| System.Net.Webclient screen scraping: how to gracefully handle 403 (and other) errors? | 10 Jan 2007 23:40 GMT | 6 |
I've written a very small ASP.NET page to scrape thousands of pages of content based on database IDs. It loops through a dataset to get the IDs. It worked well in testing but now I am getting an annoying 403 error that causes the script to abort halfway through my download.
|
| embedding *.flv file into aspx page | 10 Jan 2007 23:17 GMT | 1 |
How do I embed a *.flv file (Flash Video) into an aspx page similar to embedding windows media player active x control? Cheers Ollie Riches
|
| Anyone Interested? | 10 Jan 2007 23:14 GMT | 1 |
I have an idea for a very cool social networking site. I have been in the software industry for 10 years but on the sales end. I need some help with some web development. Anyone interested?
|
| Application | 10 Jan 2007 23:10 GMT | 1 |
Hello can some one please help me, its been a while that I've been having this problem. I have trying to write web application in vs2005.The application work fine in vs2005 ie while running by pressing F5, however when i type
|
| DataFormatString does not work in Boundfield | 10 Jan 2007 23:09 GMT | 1 |
question says it all - any ideas?
|
| Session restarting for every page | 10 Jan 2007 22:10 GMT | 2 |
I have an ASP .Net 1.1 app where I am trying to store some values in a session object. The problem I am encountering is that the Session appears to restart for every page loaded and also for every page refresh. I have enableSessionState="true" set in the page directive of each of ...
|
| placement of dynamic control depends on VALUE of dynamic control | 10 Jan 2007 22:07 GMT | 1 |
A dynamic control (A dropdown) is created in PageLoad, but the value of the dynamic control dictates where it's added (such as which cell in a table) on a postback. Seems like a catch-22. I need to retrieve the value of it, before it's
|
| How to Handle a SQL Statement with Quotes | 10 Jan 2007 22:01 GMT | 1 |
To any who might be able to help this is the situation.I have a dropdown list that gets populated from SQL. It contains both single and double quotes. It populates the dropdown list just fine. I create a variable and assign its value to whatever is the selected value of the
|