| Thread | Last Post | Replies |
|
| Can urlMappings be used with regular expression? | 29 Mar 2006 19:37 GMT | 1 |
|
| Load Balancing | 29 Mar 2006 18:33 GMT | 2 |
I am trying to implement Load Balancing but facing some problems: A Web farm usually consists of 2 or more computers, orchestrated by some form of load balancing. Consider my scenario: 1. I have an Intranet site say www.intranet.com
|
| Access '97 Connection Problem | 29 Mar 2006 18:07 GMT | 4 |
I am developing with VS.NET 2003 on the ASP.NET 1.1 platform. I have created a small app that interacts with an existing Access 97 db. At this point in time, my higher ups are unwilling to migrate the db to a more current version.
|
| How to declaratively set page property in aspx file? | 29 Mar 2006 18:06 GMT | 2 |
Hi there, in our e-commerce site, we have a page base class that implements several new properties , as you can imagine, the property will be set to different value on each page which inherits from the base. Of cause you can easily access these properties thru code-behind or ...
|
| Can you still databind to a single object in ASP .Net 2.0? | 29 Mar 2006 17:41 GMT | 3 |
I have a page with a business object that is populated by parsing input from the page (specifically a scanned drivers license). I was hoping that I could display the results using a details view or bound to labels in a table. In .Net 1.1, I would have just bound the individual ...
|
| Set focus to a label control | 29 Mar 2006 17:41 GMT | 5 |
How can i set focus to a label control. lc.Focus() doesn't work. Thanks, Sharon.
|
| clarification needed: Which layer to validate CSV file? | 29 Mar 2006 17:26 GMT | 1 |
I posted the following question but wanted to clarify that the developer who wants to validate on the ASPX meant the CODE BEHIND page of the ASPX. Does this make a difference in anyone's responses? Thanks. ******
|
| Caching in a MCMS page | 29 Mar 2006 17:25 GMT | 1 |
I originally posted this question in the Microsoft Content Management Server (MCMS) newsgroup but was told to post here. In my MCMS site, I've written an "admin" page that sends out emails to a list of subscribers. Everything is working fine, but if the admin user
|
| image field and sqldatasource | 29 Mar 2006 17:17 GMT | 3 |
I need to display images in a SQL database using a gridview I search some examples, what they did is very simple add an image field, then set the folowing properties <asp:imagefield dataimageurlfield="LastName"
|
| Master pages and forms | 29 Mar 2006 17:07 GMT | 3 |
Do you put your form on the master page or in each individual page? I use a master page for most of my site. Should the form tag be in the master page? Thanks.
|
| upgrade to .NET 2.0 | 29 Mar 2006 17:06 GMT | 1 |
I currently have a web project in .NET 2003 and it uses datalayer, business layer classes. I want to start upgrading the projects to .NET 2005 (2.0). If I do my business layer and datalayer in 05 can I still connect and use the class (dll) from my .net 2003 projects?
|
| When to use 'New' key word? | 29 Mar 2006 16:57 GMT | 4 |
I have a basic question regarding 'New' keyword. For instance I can declare a variable as string (class) as Dim myName as String = String.Empty or Dim I as Integer
|
| problem to create web control using graphics | 29 Mar 2006 16:53 GMT | 1 |
I want some charting functionality in my ASP.NET application. I want to show a multiple bar on my web page. It's based on down time of different servers. like
|
| Destroying Sessions | 29 Mar 2006 16:52 GMT | 6 |
I was testing with sessions lately and wanted to destroy a particular session. If I have two sessions at the same page being used. Session["Test1"] = "testing1";
|
| PreRender event | 29 Mar 2006 16:19 GMT | 2 |
I have been bitten a few times lately as I've tried to implement functionality in the Page_PreRender event. So here is my question: for what purpose do you use the PreRender event? How do you decide whe to use the PreRender event vs the Unload event?
|