| Thread | Last Post | Replies |
|
| DAAB and Connection to SQL 2000 | 31 Oct 2007 22:27 GMT | 6 |
I'm having difficulty connecting my .NET web app to my SQL2000 database via the DAAB. I'm using VS2003 with .NET 1.1. I'm currently trying names such as Initial Catalog, Data Source, User ID and Password. But i have previously attempted server, database,
|
| Deny Access to MP3 folder | 31 Oct 2007 21:55 GMT | 2 |
I have an Audio folder under WWW on my website. My site is hosted with an online company. Inside the Audio folder I have bunch of mp3s. I want to embed these mp3s using flash, but I do not want to allow users to simply browse to the mp3 file and be able to download it. Here is
|
| Gridview Refresh Problem | 31 Oct 2007 20:57 GMT | 1 |
ASP Nub having problem. I have two sets of gridviews on my page, (using SQlDataSources to bind). Pairs of PO and PO Items. The first set represents a current Purchase Order (Grid1)and the LineItems (Grid2). The second pair represent a new PO (Grid3) and its LineItems. Grid4) ...
|
| GAC'd library not loading due to different versions of .NET | 31 Oct 2007 19:41 GMT | 3 |
Trick Or Treat! I have a web server setup to host both .NET 1.1 and .NET 2.0 web applications. The applications are isolated by virutal directories (VirtDir1 points to C:\Inetpub\wwwroot\app1, VirtDir2 points to C:
|
| Catch... try block | 31 Oct 2007 19:34 GMT | 4 |
If I enter a new topic I don't get your topic was submitted... If I enter in a duplicate I do get teh duplicate error message. What am I doing wrong? Catch ex As Data.SqlClient.SqlException
|
| Can we inject rows in a repeater control? | 31 Oct 2007 19:24 GMT | 7 |
OK, I am still trying to achieve something like what is shown in the following PNG image. http://farm3.static.flickr.com/2066/1808692173_ea202973a3_o.png I thought about doing this with a plain Table server control, but the
|
| formview with a dataset - cannot modify records | 31 Oct 2007 19:22 GMT | 3 |
I am trying to do something that to me sounds simple, but yet I have struggled over it for several days. My goal is to use a formview to edit a record. The datasource of the formview is a simple dataset with 1 table and several records. I have no problem getting the data to
|
| Problem with Listbox having dynamic content with a minimum width | 31 Oct 2007 18:42 GMT | 2 |
Hello Everyone, I am having problems with a listbox control. I have a page with a couple of labels and drop-down lists at the top, and then below there is a table with two columns, the first column contains a listbox and the second column contains some buttons. I am trying to
|
| Nested Repeaters Question | 31 Oct 2007 18:28 GMT | 1 |
Is it possible to share controls inside a child repeater? Here's the situation: I have a web page that needs to display data grouped by A, and alternatively by B (only one grouping displayed at a time through Panel.Visible). A and B both share common child data: C. I have 2
|
| Create user within the Login Control | 31 Oct 2007 18:26 GMT | 1 |
I have a problem with existing customers from an old site, coming to my new asp.net 2.0 site with the user roles and membership, and trying to login with their old details. As you know, the new built in membership encrypts passwords (I know
|
| Custom Control | 31 Oct 2007 18:08 GMT | 3 |
I have a custom control named Parent where I used the following: Protected Overrides Sub CreateChildControls() ... MyBase.Controls.Add(MyTextBox)
|
| treeview in master page loses state when new page is selected | 31 Oct 2007 17:21 GMT | 1 |
I have a master page that contains a simple treeview populated using a SiteMapDataSource so the data is static. Here is my problem. When I expand the menu to show the 2nd level treeview items and then click on one to move to the selected page, when the new page is displayed the ...
|
| Adding a custom header to the response | 31 Oct 2007 16:53 GMT | 1 |
How can I add a custom header value to the response? I try: Response.Headers.Add("MyHeader", "Value"); Response.AddHeader("MyHeader", "Value"); Response.AppendHeader("MyHeader", "Value");
|
| Regarding Drop down list. Need to set Max size | 31 Oct 2007 16:48 GMT | 1 |
I need to populate a dropdownlist control with values. Number of items for that list exceeds 100. I am using Html select list option. When I drop down the list control, it shows the item list to the top of the
|
| Ajax-ly updated controls lose their viewstate | 31 Oct 2007 15:35 GMT | 2 |
I have a label control, which is wrapped up by <asp:UpdatePanel><ContentPlate> etc. The Text property of the label is set upon a button click. This works fine. But if I navigate to another page and then come back
|