| Thread | Last Post | Replies |
|
| CSS & pane trouble | 26 Sep 2006 20:36 GMT | 3 |
ASP.NET 2.0 I have a webpage which is based on a nested master page. The problem is that I've applied a theme to the webpage but the CSS settings isn't applied to the panes.... As you will see in the link, a label market "rightpane" is
|
| Need help figuring out rendering issues... | 26 Sep 2006 19:23 GMT | 1 |
Hi, all! Using Win2k3 Server & IE 6 (all patches) on one box (web server), and XP/Pro & IE7 on another (workstation)... Project is a basic on-screen calendar with dynamically created table rows and columns (server side) and styles.
|
| Where are my images? | 26 Sep 2006 19:02 GMT | 2 |
I have a strange problem. I have a login.aspx web form i use for logging in to my app. It uses the asp:LoginView and asp:Login controls respectively. I have this strange bug i can not figure out. When the user initially hits the page, the styles are not applied and no images show ...
|
| weird behaviors | 26 Sep 2006 19:00 GMT | 1 |
I recently upgraded to VS2005 and converted some projects from 1.1 to 2.0 and am seeing two weird behaviors I can't seem to resolve, and am wondering if they are bugs or something I'm forgetting to do or add. (issue 1)
|
| Role of the web.config file with UserControls [2.0] | 26 Sep 2006 18:56 GMT | 2 |
Most of the configuration information for a web application exist in the web.config file. We're planning on writing a set of compiled UserControls that could be used by "any" web site. Of course, we're not going to be aware what information
|
| RTF to html convertor | 26 Sep 2006 18:03 GMT | 1 |
I need to create a class that can convert rtf text to html tags. For example bold text should be converted to <b>mytest</b>. Are there any good examples out there? Or is there such as thing as a html text box control? Any help would be greatly appreciated.
|
| Button Click event | 26 Sep 2006 17:29 GMT | 4 |
If there are, say, three buttons on an asp 2 page. User clicks on one of them. The page is posted back. What is the easiest way to determine which button was clicked. thanks
|
| I can see the Oracle database but I cant see the tables. | 26 Sep 2006 17:19 GMT | 1 |
Can somebody help me please?! I'm using MS Visual Studios 2005 and in the Server Explorer I can see the Oracle database but when I click on the tables link I don't see any tables and the "+" sign next to the tables link disappears. What is the
|
| GridView: Retrieve a value via ImageButton | 26 Sep 2006 17:11 GMT | 1 |
in GridView1 I have following code: <ItemTemplate> <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl='<%# Eval("airport_active", "images/icons/ico_airport_active_{0}.gif") %>'
|
| Is it possible to list sessions and terminate one? | 26 Sep 2006 16:54 GMT | 1 |
Does anyone know if there is a way to list the current sessions, and any way to kill a session other than your own? I suspect that for security reasons there isn't a way, but if there is a way it would be nice to know.
|
| Trying to send MSMQ messages from ASP.NET: "The queue does not exists or insufficient permissions..." | 26 Sep 2006 16:49 GMT | 2 |
I'm trying to send a message from ASP.NET to another PC by using MSMQ. I created my ASP.NET project by using Visual Studio 2005 but I initially set the project to be located on the File System. Then I could successfully send, receive and purge the public queries I use to exchange ...
|
| random 401.2 and 500 error | 26 Sep 2006 16:49 GMT | 1 |
I have software in tens desktops, the software is developed in c# and it trying to send XML stream to a server by POST mode to aspx file that exist in some VD. The sending is with the Httpwebrequest class, and the software is
|
| Asp.Net 2.0 RSS. Need advice. | 26 Sep 2006 16:31 GMT | 1 |
First of all let me say I never worked with RSS as a developer. I am working on a web site where I am displaying news from a database. This part is done. Basically, I need to make those same news available as through RSS.
|
| Retrieve SortedList from Class (App_Code) | 26 Sep 2006 16:19 GMT | 4 |
I have a method in my codefile that builds a sorted list (see CodeFile). I am trying to create a class that does the same thing (see App_Code). CodeFile ===================================
|
| Where to find help with ASP.NET... | 26 Sep 2006 16:09 GMT | 10 |
... when no one here has an answer? Does MS offer support for its programming products where that support doesn't cost an arm and a leg, but where you can at least get a response? I'm not trying to be a jerk, I know that support on these newsgroups is
|