| Thread | Last Post | Replies |
|
| How to display original size of picture within image control? | 26 Nov 2007 03:19 GMT | 3 |
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 String | 26 Nov 2007 03:11 GMT | 13 |
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 GMT | 1 |
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 GMT | 1 |
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 parameters | 26 Nov 2007 00:59 GMT | 5 |
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 GMT | 1 |
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 account | 25 Nov 2007 21:44 GMT | 1 |
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 vb | 25 Nov 2007 15:33 GMT | 1 |
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 question | 25 Nov 2007 14:35 GMT | 1 |
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 GMT | 5 |
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 GMT | 1 |
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 details | 25 Nov 2007 11:32 GMT | 8 |
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 Printer | 25 Nov 2007 11:04 GMT | 5 |
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 GMT | 1 |
When will Expression Blend 2 and Expression Web 2 be officially released (non-beta)?
|
| Can't SendMail | 24 Nov 2007 23:25 GMT | 3 |
Using Visual Web Developer 05 Express and this code: using System.Web.Mail; MailMessage mail = new MailMessage(); mail.BodyFormat = MailFormat.Html;
|