| Thread | Last Post | Replies |
|
| Visual Studio 2003 - Developing on Remote Machine | 03 Dec 2007 09:44 GMT | 7 |
All I've been asked run a VM on my development machine, with Windows Server 2003 installed. I've also been asked to then develop against this environment from the host machine, using Visual Studio 2003.
|
| How Much Data to Provide? | 03 Dec 2007 09:30 GMT | 8 |
At our work a bit of a "philosophical" debate is underway as to how much data (in terms of number of rows of data) should be considered "enough" data for presenting to a user, via web application. This is not a web-based report (an entirely different issue) but a UI that allows ...
|
| Using IsPostBack in Page_Load of dynamically added control | 03 Dec 2007 08:26 GMT | 2 |
I am dynamically adding a usercontrol that uses "this.IsPostBack" in Page_Load to decide whether it must populate some of it's inner controls or not. Since I am adding the usercontrol to the page at runtime (on response to a click event), IsPostBack is always false and
|
| How to create an instance of user control in a class(simple) file not in Page class file? | 03 Dec 2007 06:01 GMT | 2 |
How to create an instance of user control in a class(simple) file not in Page class file? As I tried I can do it in page class file but not in simple class file. Let me know the solution!!
|
| DataGrid as grid lines when Gridlines set to none. | 03 Dec 2007 04:53 GMT | 2 |
As subject says I have grid lines rendered when I have tbl.GridLines = GridLines.None The HTML that is rendered has border="0". I have checked my CSS and doesn't seem to be that
|
| Update Panel | 03 Dec 2007 01:15 GMT | 1 |
I have an update panel with a GridView inside it. Is it possible to run a Javascript function when the UpdatePanel content starts to be refreshed and run another Javascript function when the UpdatePanel content finishes to be refreshed?
|
| Attributes.Add querystring | 03 Dec 2007 01:07 GMT | 3 |
Trying to build a querystring using Attributes.Add: return_ok.Attributes.Add("value", "http://mydomain.com/finish.aspx?finish=324234" + @"&email=raerwe@fred.com" + @"&verify=32423dasdf3");
|
| How to use file I/o codes with form and controls codes | 03 Dec 2007 00:04 GMT | 1 |
I would appreciate it if you can give me a hand here. I want to use the two codes, below, together to do the following when the "IN" button is clicked (InBtn_Click):- 1- Create (or open) output.txt, and
|
| msdn2 Web Developer Video Series | 02 Dec 2007 16:11 GMT | 3 |
Does anyone know what happened to the online training video series for Web Developer Express? Did Microsoft decide to do away with it?
|
| Attributes.Add by id | 02 Dec 2007 12:35 GMT | 2 |
I have to change a value in an input tag for a PayPal form. The name of the input is "return" and I can't change it. I can't use return.Attributes.Add Is there a way to use Attributes.Add by the element id rather than name?
|
| Patterns and Naming Coventions | 02 Dec 2007 10:29 GMT | 2 |
I am doing a Project designing and development of all the three tiers(Presentation, Business and Database). In the Presentation tier are there any patterns should be followed. I want to know what is the standard way of naming web form controls
|
| Can't set value to the property "Width" of my custom webcontrol | 02 Dec 2007 04:37 GMT | 2 |
In webform.aspx: <cc:ctlB ID="ctl1" runat="server" Width="200px" /> If set value to width property, I will get a error that say ctlB.Page is null. This control will be fine with no width property, why? Could anybody help me ? thanks ctlA.cs
|
| Can you add a System.Web.UI.UserControl to AJAX TabPanel? | 02 Dec 2007 01:47 GMT | 2 |
Hi. I'm trying to add a System.Web.UI.UserControl (Not a System.Web.UI.WebControl) to an asp.net ajax tabpanel. Unfortunately it doesn't appear that this is possible. This question could get very detailed, but I'll keep it short. I have a subroutine shown below
|
| Final straw with Silverlight and Vista | 02 Dec 2007 01:09 GMT | 9 |
Is there anyone out there who can tell me why I cannot install (and now uninstall) Silverlight. Now the ASP.NET tutorials are in Silverlight (AJAX) and I cannot view them. It is beyond me why since I am admin of my workstation cannot get this to
|
| Displaying a datasource field with a label | 02 Dec 2007 01:01 GMT | 3 |
I am an absolute beginner and finding myself confused at every step that I take in the learning process. It will get better. Anyway, I have a SqlDataSource control on a form and at page load time I want to display the contents of a field from the record set using a label
|