| Thread | Last Post | Replies |
|
| 2.0: asp:Menu, asp:XmlDataSource, asp:PlaceHolder | 29 Mar 2006 08:55 GMT | 1 |
I need your help with a problem of menu definition. Plase help, I have little experience. I have created custom Menu, which I want to put on a few .aspx pages: public class DemoMenu : Menu
|
| Dump for mcad exams | 29 Mar 2006 08:40 GMT | 3 |
Hai Freinds, Can any one help me out to get the latest dump for the following exams. Exam 70-316*: Developing and Implementing Windows-based Applications
|
| How to access the property of master page | 29 Mar 2006 07:28 GMT | 4 |
I have a base page class A which inherits System.Web.UI.Page class then a aspx page B inherits class A and have a master page C. There is a property D (a string variable) in the master page C. How can I access the property D from the base page class A?
|
| Using ItemCreated for a Repeater in VB? | 29 Mar 2006 07:26 GMT | 3 |
Hello - I am trying to create a repeater control that contains a dropdownlist. A friend of mine sent me a sample in C#. I am trying to duplicate the sample in VB. This is the C# code in the OnLoad event: //bind the items to the repeater
|
| how to copy session | 29 Mar 2006 07:01 GMT | 1 |
how to copy session e.g dim m_ds as dataset = Session("d") but when i change the m_ds, it also change the session
|
| ASP.Net 2.0 Static members | 29 Mar 2006 04:48 GMT | 6 |
I want to have a global variable in my app so I can change my DB connect string for all the pages based on the person's login information. I have a class that has a static string. I can get/set that from any page and it works good. ***Is it OK to use statics in this manner or is ...
|
| XP SP2 breaks .NET .dll load via Server.CreateObject("scripting.fileSystemObject") | 29 Mar 2006 03:29 GMT | 1 |
I'm calling a .net / c# .dll from .ASP via Server.CreateObject(). I regasm, gacutil /i and all runs fine on XP SP1 or older. SP2 registry subracts System (??) from the registry root nodes and .ASP calling my .net dll breaks with Invalid class string to the browser.
|
| SqlDbType sizes | 29 Mar 2006 03:24 GMT | 4 |
Is there a table of sizes to use for SqlDbTypes with SqlParameter constructor such as: SqlParameter("@VanId", SqlDbType.Int, 4")); Not sure which types require a size and which ones can be left blank.
|
| DetailsView - how to capture the click event on Edit and Cancel command? | 29 Mar 2006 03:15 GMT | 1 |
I have a DetailsView grid, I would like to perform some action (e.g., return to another control), when the user clicks on the Cancel button. How can I capture this event? Thanks,
|
| aspx website templates | 29 Mar 2006 02:34 GMT | 4 |
Anybody knows if there is a place where I can download website templates done using Visual Studio 2005? I ma not looking for anything fancy just your general layout such as navigation bar header space and a place to write content.
|
| Setting up a new tier in a 3-tier system? | 29 Mar 2006 02:09 GMT | 3 |
I've never done this before. I need to set up a business layer tier in a 3-tier system. How is this done? Is there any resources I can access to help me? Thanks so much for your help.
|
| what is the difference between code inside a <script> tag and code in the code-behind file? | 29 Mar 2006 02:00 GMT | 1 |
What is the difference between code that exists inside the <html><script runat="server" > tag and code that exists in a code-behind file? Thanks, Keith
|
| What methods can export excel file from stored procedure with parameters which input from web form? | 29 Mar 2006 01:36 GMT | 3 |
What methods can export excel file from stored procedure with parameters which input from web form?
|
| NEWB stuck (ASP.NET 2) | 29 Mar 2006 01:32 GMT | 2 |
Env : ASP.NET 2 (& VB.NET) How in heck can I rebind a DropDownlist that is contained in an Insert Template in a Formview control.
|
| ASP.NET 2.0 Include Files | 29 Mar 2006 00:44 GMT | 6 |
Am a newbie to ASP.NET and have jumped right into 2.0. I have a static menu (using the menu control) for just 3 pages on a 20 page website. I would like to put all the code in one place, as it will make maintenance
|