| Thread | Last Post | Replies |
|
| Building a Release of my Solution | 10 Apr 2008 02:17 GMT | 8 |
In VS 2005, I have a Solution with 4 projects in it (one being my web service). I am trying to create a Release version of my project and can't get it to work.
|
| C# or VB.NET? | 10 Apr 2008 01:15 GMT | 53 |
I am a beginner in .NET. I have been coding in plain asp before, using VBScript, and now when i'm migrating to .NET, i obviously chosed VB.NET. But.... when i see code samples on net, they are mostly in C#, i also saw a post in this newsgroup where someone mentioned that it was a ...
|
| gridview and arraylist | 09 Apr 2008 23:39 GMT | 4 |
I would like to bind a gridview to an arraylist, which contains a collection of custom objects. I've created a gridview, which has a "Name" column and the text field property set to "Name".
|
| Page.PreviousPage | 09 Apr 2008 23:37 GMT | 2 |
Will the Page.PreviousPage be able to read controls from a non-aspx page, e.g. an html page? Is there a better way to get info. from textboxes/controls? Thanks. David
|
| Change css element with C# | 09 Apr 2008 21:48 GMT | 4 |
I need to change the css element with C# on the server side, how do I do that? I need to change the following: .reportviewercss
|
| Autosizing textbox | 09 Apr 2008 21:28 GMT | 2 |
Doe sanyone know how I can make a multiline text box that grows vertically as more text is entered (basically no scroll bars)?
|
| Static Variable vs View State | 09 Apr 2008 18:38 GMT | 3 |
I am facing problem with the huge Viewstate size(Using .NET 2.0). to improve the application performance, I am using Static variable to store view state data. Does anyone has other option to improve performance or what r drawback of
|
| Question about sending email in asp.net web application | 09 Apr 2008 18:20 GMT | 9 |
I am using Peter Bromberg's code to send email through gmail smtp service in my asp.net web application. Thanks, Peter. The problem with gmail smtp is that gmail will overwrite the sender's address with whichever the gmail smtp server authenticates. In other
|
| transfer file from PocketPC to PC | 09 Apr 2008 16:45 GMT | 2 |
I'm trying to develop an application (with VisualStudio2005 and C#) that can transfer a file from my PocketPC to a PC without using ActiveSync... and also a Windows application that can transfer from PC to PocketPC. Thanks
|
| How to call a web service from Firefox | 09 Apr 2008 15:27 GMT | 1 |
Hi, I have a problem with calling .Net web services with a Firefox client. A simple example will be enough for me. Server side code is like this: [WebService(Namespace = "http://tempuri.org/")]
|
| asp:menu question - How to get a count of a childItem? | 09 Apr 2008 14:20 GMT | 3 |
I'm looping through a dataset below and adding some rows to my menuitems. But what i want to achieve on this line masterItem.Text = parentItem["Description"].ToString() + "[" + masterItem.ChildItems.Count.ToString();+ "]";
|
| Using InnerHtml to build up div | 09 Apr 2008 12:57 GMT | 1 |
I am trying to build up a series of invoices based upon date parameters by adding each invoice to the InnerHtml of a Div. I am using a StringBuilder object to build up the HTML for each invoice that I am then adding to the InnerHtml.
|
| ASPNET 2.0 do I need to put everything inside <div> | 09 Apr 2008 12:20 GMT | 5 |
We know we need to put inside the <form> element, because the ASP control needs postback. If a particular ASP control doesn't need postback, it doesn't really need to be inside the <form> element.
|
| Visual Studio 2003 blowing chunks | 09 Apr 2008 10:46 GMT | 1 |
Visual Studio 2003 Enterprise Developer blew chunks, so I un-installed and then re-installed Next Steps 1.. Register your product
|
| WebDialog | 09 Apr 2008 10:21 GMT | 2 |
I have successfully call an asp.net webdialog using javascript. <script language="javascript" type="text/javascript"> function OpenChild() {
|