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
How to display original size of picture within image control?26 Nov 2007 03:19 GMT3
I've added an Image control to a page within VS2005.
In case the image is too large for the image control size it sqeezes the
picture in order to show the whole picture.
How can I have the picture not be sqeezed at all?
Byte Array to String26 Nov 2007 03:11 GMT13
I have a file that contains ASCII and Extended ASCII characters.
I need to get the file contents into a string, but the Extended ASCII
characters (dec 128 and 129) are being changed to dec 63.
I have tried several methods, but here is the one I thought would have
"Manage Styles" and "CSS Properties"?26 Nov 2007 02:31 GMT1
I have just installed VS.NET 2008 Pro.
According to Scott Blog at
http://weblogs.asp.net/scottgu/archive/2007/07/25/vs-2008-web-designer-and-css-s
upport.aspx

I can't find how to add the "Manage Styles" and "CSS Properties" to Solution
Why? //<![CDATA[26 Nov 2007 01:29 GMT1
Why when I register some Javascript code to the page I get //<!
[CDATA[ before it?
<script type="text/javascript">
//<![CDATA[
using global.asax.vb for defining global parameters26 Nov 2007 00:59 GMT5
I use Global.asx.vb for declaration of my global paramaters such as the
Employee number of an Employee who logged into the website. I found this as
the only way to handle these parameters in another aspx pages. Anyting works
good up to now.
SqlException: "Generating user instances in SQL Server is disabled"25 Nov 2007 23:43 GMT1
I have started programming ASP.NET application using SQL Server 2005 Express
Edition. The problem is that when C# code tries to access aspnetdb database,
for example:
System.Security.Principal.IPrincipal user = HttpContext.Current.User;
to logging into our account25 Nov 2007 21:44 GMT1
I have an account in a website.Suppose,If i will give the details such
as username and password,it wants to submit and automatically redirect
to the next page and shows contents in our page. Is it possible? If
any,kindly help me.......
Referring to public variables in asp.net vb25 Nov 2007 15:33 GMT1
How can I access public variables of an aspx.vb page within the code of
another aspx.vb?
Imagine the following :
Test.aspx.vb holds a public variable Mode 1:
Image caching question25 Nov 2007 14:35 GMT1
I have a masterpage that has an image in it. Whats the best way to
cach the image to stop it from being reloaded each time a new page is
displayed?
Will the masterpage take care of this for me or do I have to manage
Why can't I set the GridView column width?25 Nov 2007 12:22 GMT5
OK, I have now gone through lots of posts, and there are lots, looking
for a anwer as to why I can't set the width of the columns in my
gridview. So far I have tried the following methods to set the width
and nothing works.
GridView Column Width Nightmares!!!!!25 Nov 2007 12:19 GMT1
I have been banging my head on this problem for hours now!
I have a GridView control on a page with 4 columns and a Select
command column.  I am trying to specify the width of the columns in
pixels, and failing miserably.
how to get users details25 Nov 2007 11:32 GMT8
I have customised the login on my site, so the person uses their email
address and password to log in, rather than a user name.
At the moment when a user logs in have a line:
Session("UserID") = User.Identity.Name
Determining the Default Printer25 Nov 2007 11:04 GMT5
my.computer.printers.defaultprinter doesn't exist in 2005, despite the
plethora of examples still out on the web detailing its use.
So how can I determine a person's default printer using ASP 2?
Thanks!
Expression Blend 2 and Web 2 RTM Date?25 Nov 2007 05:15 GMT1
When will Expression Blend 2 and Expression Web 2 be officially released
(non-beta)?
Can't SendMail24 Nov 2007 23:25 GMT3
Using Visual Web Developer 05 Express and this code:
using System.Web.Mail;
MailMessage mail = new MailMessage();
mail.BodyFormat = MailFormat.Html;
 
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.