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 / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XHTML & frames22 Jan 2007 15:00 GMT1
I am working on a page with frames. I used to get warnings "Validation
(XHTML 1.0 Transitional): Element 'frameset' is not supported." so I
changed the <!DOCTYPE> element:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
Understanding New on the List-object22 Jan 2007 14:23 GMT2
I find it difficult to understand the difference between
Me.cmbChoose.Items.Add(New ListItem("hi"))
and
Me.cmbChoose.Items.Add("hi")
Is anyone using .NET 3.0?22 Jan 2007 14:06 GMT20
It is production, so I wondered why more people aren't using it.  Is
there any advantage to 2.0 developers to use 3.0?
RSS Feed22 Jan 2007 13:35 GMT3
Does anyone know of a good RSS Toolkit (and setup) for VS2005?
Problem with Login Control and Custom Membership provider22 Jan 2007 13:30 GMT1
I have custom Membership and Role providers for an ASP.NET application,
the problem comes when the Authentication gets done ( and i'm using the
Login control, it finished properly ) but looks like the user is not
really logged in ( Verified using the LoginView control )
Problem Retrieving Cell Value From Datagrid22 Jan 2007 13:18 GMT2
Using Delphi 2006 developer - C# Project
I have the following 2 event handlers for the datagrid - see botton of
page
Both events will fire off correctly but i have a problem collecting the
Mail Sending Error22 Jan 2007 12:52 GMT2
I am facing the error while executing the mail sending application:
The "SendUsing" configuration value is invalid.
The error is in the line:
SmtpMail.Send(msg);
cookies in asp.net22 Jan 2007 12:34 GMT2
I'm creating a cookie in the http context as follows:
Dim objCookie As HttpCookie = New HttpCookie("UserDetails")
objCookie.Values.Add("UserName", rRow("UserName"))
Response.Cookies.Add(objCookie)
virtual directory22 Jan 2007 12:10 GMT1
I want to get the file names from another virtual directory in IIS, please
let me know how can I achieve this....
The web application from which I will be accessing another virtudal
directory folder will be in the same IIS server.
I am bypassing the print spooler?22 Jan 2007 10:33 GMT1
In my commercial financial application I run a deposit report.  I use an
option to copy the report to the Clipboard.  I then run a .NET consol app to
“grab” the Clipboard and format the data and print laser deposit tickets.  I
use the following to set my printer:
How to prevent duplicating webpage?22 Jan 2007 10:04 GMT5
I have a webapp that allows users to delete/add content on a webpage.
The webpage is accessed like this:
www.abc.com/app/user1/
www.abc.com/app/user2/
General "previous page" feature saving state22 Jan 2007 10:01 GMT1
I need to place a "Previous Page" link on every page within my site and
a simple javascript:history.back() will not work because I need it to
capture the state of the page when I left it.  For example,  if I have
a page with some date controls so I can choose a date range and
Ajaxulation question22 Jan 2007 09:59 GMT1
I want use ajax. I want to swap out my images smoothly without getting stuck
between pages.
Do I need to add ajaxulate on each picture, or ajaxulate on the whole
website?
Reference error!22 Jan 2007 09:58 GMT5
I have this project it has a folder that it's supposed to read but when
I run an error occurs the type or namespace name src could not be
found(areyou missing a using directive or an assembly referrence?).
This folder is src it contains a folder called controls and in controls
Get directory name With browse22 Jan 2007 08:27 GMT7
I would like to give my user an option to find a directory and choose
it.
Its just like the FileUpload control but the fileupload control choose
only files (if you choose a directory and press enter it open it and
 
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.