| Thread | Last Post | Replies |
|
| Where can I find and open source standard compliant menu control? | 13 Sep 2007 11:36 GMT | 1 |
Does anyone know where I can find a decent standards compliant menu control to replace the .Net 2.0 Menu controls (and tree control for that matter!) At present the control renders as a table rather than the better ul.
|
| Wiki Parser | 13 Sep 2007 09:57 GMT | 3 |
Anyone know of a good WIKI parser library so I can provide my users with wiki editing facility. Cheers
|
| Visual Studio vs Visual Web Developer | 13 Sep 2007 09:42 GMT | 2 |
The Visual Web Developer is better than Visual Studio 2005 for web development? All the Ajax examples are developed in Visual Web Developer. Thanks
|
| [Tab char] how to have it in a Label ? | 13 Sep 2007 08:24 GMT | 2 |
How to insert a Tab char (or workaround) in a Label on an Aspx page (Fx2.0) ? So to have: Tim Willis
|
| CustomValidation Control | 13 Sep 2007 08:14 GMT | 1 |
I have a drop down list in my asp page. when I selectg an irem and click on a button it appears in the Grid view. But when I again come to the same page and click on the same item from Drop down list it and click on button it again add the same item onin the Grid view. So I ...
|
| Displaying images | 13 Sep 2007 08:11 GMT | 6 |
I have two problems with what I am working on and would appreciate suggestions. Problem 1: The images are not displaying. I see that small box placeholder. Problem 2: The hyperlink is doing nothing.
|
| Need books to help study and begin to learn ASP.net | 13 Sep 2007 08:07 GMT | 7 |
We are looking at slowly transitioning old ASP code and apps to ASP.net.... So before we begin, can anyone suggestion a good set of books to purchase that we can start reviewing? Some have mentioned Microsoft Press step by step books, which has helped us
|
| Why lost the text input by the user? | 13 Sep 2007 07:53 GMT | 1 |
I have a DataList that bind in the first page load (not postback). The datalist has two textbox that can be edited by the user. When I press the Save button (ImageButton) and I watch the textboxs they are with the original value.
|
| Bind to Roles.GetRolesForUser | 13 Sep 2007 07:20 GMT | 1 |
I have a GridView that I want to bind user roles to gvUserRoles.DataSource = Roles.GetRolesForUser("Username"); gvUserRoles.DataBind(); How can access the roles using
|
| ASP.NET Databound controls and connection pools --> How does it work? | 13 Sep 2007 06:34 GMT | 2 |
I try to do the following: Generate a pooled connection in a web application. I use the following code: In my Global.asax.cs protected void Application_Start(object sender, EventArgs e)
|
| Incorrect Server Error in config file | 13 Sep 2007 06:10 GMT | 3 |
running vs2005 I have a small test website called TestPublish which has default.aspx, ErrorPage.aspx and testpage.htm. The default page just says hello world and no other code and the errorpage has nothing yet (not sure how to make an error page yet...). After publishing the ...
|
| Passing data to aspx page from htm page via iframe | 13 Sep 2007 03:38 GMT | 4 |
I have a htm page where I need to pass some data to an aspx page as a means of sending data to the database. I don't need to see the aspx page so I was going to put it in a hidden iframe. This works real good. Since I don't need the aspx page to do any postback, is there a way ...
|
| Looking for ideas/samples for showing/hiding frames at run time. | 12 Sep 2007 23:24 GMT | 1 |
The client would love their app to work just like Visual Studio with auto-hide panels, but that's not realistic. I am, however looking for ideas or samples on how to make the user able to show and hide a frame on demand. The app is currently using HTML frames and any solution ...
|
| Where's the code?! | 12 Sep 2007 23:18 GMT | 12 |
I am an experienced .NET 1.1 developer, but am just now looking at .NET 2.0 with Visual Studio 2005 Professional (SP1). I set up a basic ADO .NET ASP .NET Web Application project and added a SQL Express database, an application data source (to that SQL DB) and then dragged my ...
|
| SQL Remote C# | 12 Sep 2007 23:14 GMT | 5 |
What do I have to change in the connection string to connect remotely to a SQL 2005 Server? (i.e. \\SQLSERVER becomes http://sqlserver.com:1433/) I am outsourcing the hosting and there is some information that references
|