| Thread | Last Post | Replies |
|
| vs2005 reformating my html - Why | 28 Feb 2008 02:48 GMT | 1 |
I've been using vs2005 a long time and today, all of a sudden, it begings to reformat the code in my aspx page. It removes all of my carriage returns so my whole page is one line and it capitalizes all of my tags - causing them to flag as errors. but the project still compiles ...
|
| hide javascript | 28 Feb 2008 02:18 GMT | 3 |
I'm using AJAX and creating dynamic javascript for an iframe. I want to hide the javascript. What is the best way?
|
| Slow site using Firefox | 28 Feb 2008 01:04 GMT | 2 |
I am new to ASP.NET. I have created a web form with just two controls on it a label and a button. When the button is clicked, the label's text is updated with current time. It runs normaly when I view the page in IE 7 on Vista. But when I use firefox it takes much longer to
|
| can't set a session variable from a user control | 27 Feb 2008 23:41 GMT | 1 |
I've got a master page. under a content page is a user control. I attempt to set a set session variable under a grid row command event, but it does not take..
|
| Handling events triggered by dynamically created controls | 27 Feb 2008 23:05 GMT | 1 |
I have a series of LinkButtons that I need to be able to handle the postback events for. The controls are created dynamically, and how many there will be will vary. I was previously told to create them in the Page's Init event and to make sure the same ID is used. Here are the ...
|
| Global.aspx, maybe I don't understand? | 27 Feb 2008 22:08 GMT | 11 |
Hi all. I have a webservice that calls a class, does some processing, and returns some XML. I would like to have a global exception handler to catch any misc exceptions. From what I understand, I can create a global.aspx file
|
| Microsoft Access vs XML | 27 Feb 2008 21:48 GMT | 1 |
I usually use SQL server with ASP.NET and lately LINQ for my clients web sites. However, now and then I have clients where an SQL database is to much for their web sites.
|
| Property missing value | 27 Feb 2008 21:33 GMT | 4 |
I have a control with the following property: Private _Sections As New List(Of FormSection) Public Property Sections() As List(Of FormSection) Get
|
| Validation and popup window question | 27 Feb 2008 20:26 GMT | 3 |
After a user clicks the submit button I want a window to come up telling them your entry has been submitted. I have this code in my page load section which works well. Submit.Attributes.Add("onclick", "return window.confirm('Your entry
|
| Highlighting he current page | 27 Feb 2008 19:56 GMT | 3 |
I've read several examples of how to create CSS to highlight the current page- particularly the following example: <ul id="navlist"> <li><a href="index.html" id="homenav">Home</a></li>
|
| [HELP] Global.asax doen't execute OnBeginRequest | 27 Feb 2008 17:22 GMT | 3 |
Yesterday I posted about Url-Rewriting. Now I have solved this kind of problem but now I have troubles deploying on Win2003 my application. I develop apps on VS 2005 and XP pro. To manage Url-Rewriting i insert code in the OnBeginRequest method in Global.asax. It works fine on dev ...
|
| Delete database | 27 Feb 2008 16:52 GMT | 2 |
I created a connection to my SQL Server in Visual Studio 2008. How can I delete a database? I tried: Drop database MyDb It didn't work.
|
| single-click button / ajax | 27 Feb 2008 16:44 GMT | 6 |
anyone know how to write a single-cilick button? [after click button is being disabled while the method is executing] I use this: <asp:button id="ButtonAdd" runat="server" text="Anuluj"
|
| Noob question - Need variable from DB field | 27 Feb 2008 15:11 GMT | 2 |
I have some data returned via a SQL statement (from MS Access) to a datagrid on an ASPX page. One of my datagrid columns is a hyperlink column. Everything works fine, but I need to pass the variable my user clicks to another page.
|
| Adobe Contribute & ASP.NET 2.0 Master Pages | 27 Feb 2008 15:03 GMT | 2 |
I have a problem with getting Adobe Contribute to view the content of the master.page file. I have done a fair amount of research into why and have come up with the fact that Adobe Contribute CS3 was released before ASP.NET 2.0 and therefore wouldn't have known about master pages ...
|