| Thread | Last Post | Replies |
|
| Publisher to asp.net | 01 Nov 2007 15:35 GMT | 1 |
Someone in our company created web pages in Microsoft Publisher 2003. Is there any way to get them into VS 2005 asp.net pages? Thanks. David
|
| Checkbox = null, Specified cast is not valid. | 01 Nov 2007 15:04 GMT | 15 |
<edititemtemplate> <asp:CheckBox ID="giChkBox_bln_removed" runat="server" Checked='<%# Bind("bln_removed")%>'></asp:CheckBox> </edititemtemplate>
|
| How to make this? | 01 Nov 2007 14:45 GMT | 1 |
I am creating a custom control named Parent. Parent has: 1. a child control named Send that has a button inside it; 2. Up to 10 child controls all of them having one textbox.
|
| Static variables on IIS 5 | 01 Nov 2007 14:33 GMT | 3 |
I have an ASP.NET (.NET 2) application with a something similar to the following: public static class A {
|
| Thumbnails | 01 Nov 2007 14:23 GMT | 5 |
I have a gallery-like application. (The gallery will be actually presented in Flash, but the management (cms) of the images will be in asp.net. ) My question is, is it ok to create Thumbnail images on the fly by resizing the original sending it to the output stream (i.e. Response ...
|
| How to show a pop-up window on the page? | 01 Nov 2007 14:05 GMT | 3 |
How to show a pop-up window on the page? Thanks for your answer and discussion.
|
| New browser window | 01 Nov 2007 13:20 GMT | 8 |
I have done this loads of time, but need a reminder - how do i load up a new browser window from code? (Brain is fried - i have been doing Winforms!) Guy
|
| Valid appraoch to State management? | 01 Nov 2007 12:53 GMT | 4 |
Is this a valid approach to State Management? What I do is define a class 'State' which holds all the objects etc. that I need to store in the Session. I can then get my state object and reference all the objects that I need .
|
| Passing variable between asp login page and the redirected page | 01 Nov 2007 12:32 GMT | 2 |
I have an asp.net 2.0 web with a standard login control I want to pass some extra variables to the redirected page after the successful login I just can't get it to work. help much appreciated -------------------------------------------------------------------------------------
|
| Static variables in ASP .NET/VB .NET | 01 Nov 2007 12:09 GMT | 16 |
Hi clever people :-) I've noticed a lot of people stating not to use static variables with ASP.NET, and, as I understand it, the reason is because the variable is shared across user sessions - which is Very Bad (tm) for reasons I
|
| Unable to use Activex control in Asp.Net 2.0 | 01 Nov 2007 11:52 GMT | 2 |
I have an activex control which I am able to place in a Windows Application without any problems. But when I include the same control in ASP.Net page, whenever I try to access the page the browser (IE 6.0) crashes. I have lowered the security settings of IE to load unsigned
|
| 2 dropdownboxes and datagrib | 01 Nov 2007 11:21 GMT | 5 |
1st dropdown box is main category when 1st dropdown box is clicked, 2nd dropdown box list the sub category when 2nd dropdown box is clicked, the datagrib show the data according it 2nd dropdown box
|
| HttpContext.Current.User returns null (forms authentification); how to use custom role and membership providers together? | 01 Nov 2007 10:56 GMT | 4 |
There are tons of articles about custom role and provider membership, but they just tear me apart and confuse :( The situation is following: I use DB2, so I wrote custom role + membership providers.
|
| Debugger not working in copy of VS 2003 ASP.Net | 01 Nov 2007 10:17 GMT | 3 |
After making a copy of a working ASP.net solution I am able to run the debugger in the original solution, but not in the new one. The project builds and runs in the new solution but ignores any breakpoints. I checked the typical debugger problems such as in the following article
|
| Adding a client event handler to tags other than the tagkey | 01 Nov 2007 09:31 GMT | 1 |
I want to add a client-side onchange event to the input tag generated by a CheckBox Control. However, because the CheckBox generates the following set of tags: <span><input/><label></label></span>
|