Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Publisher to asp.net01 Nov 2007 15:35 GMT1
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 GMT15
<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 GMT1
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 501 Nov 2007 14:33 GMT3
I have an ASP.NET (.NET 2) application with a something similar to the
following:
public static class A
{
Thumbnails01 Nov 2007 14:23 GMT5
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 GMT3
How to show a pop-up window on the page?
Thanks for your answer and discussion.
New browser window01 Nov 2007 13:20 GMT8
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 GMT4
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 page01 Nov 2007 12:32 GMT2
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 .NET01 Nov 2007 12:09 GMT16
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.001 Nov 2007 11:52 GMT2
  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 datagrib01 Nov 2007 11:21 GMT5
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 GMT4
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.Net01 Nov 2007 10:17 GMT3
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 tagkey01 Nov 2007 09:31 GMT1
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>
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.