| Thread | Last Post | Replies |
|
| how to locate record | 30 Nov 2004 14:14 GMT | 2 |
I have got a datareader, now I wanna move next or move to last or move to first. How can I do it? thanks hui
|
| How do i dynamicaly load and unload a C# dll at runtime | 30 Nov 2004 12:22 GMT | 1 |
How do i dynamicaly load and unload a C# dll at runtime
|
| validator positioning | 30 Nov 2004 11:53 GMT | 1 |
I have 2 validators (RegEx and RequiredField) validating a single field. When one of these validators fires I want it to always render in the same position as the other one. The problem is that we are not using absolute positioning for placement of these validators.
|
| Is .NET 1.0 or 1.1 distributed with Windows XP SP2? | 30 Nov 2004 10:51 GMT | 1 |
Question: - Does anyone know if the .NET 1.0 or 1.1 platform is distributed with XP SP2? I want to avoid reditribute the .NET binary if it is included in XP SP2. Thanks
|
| Dynamically add controls on a web page | 30 Nov 2004 10:46 GMT | 1 |
I ahave a web page, on which i have a placeholder control, a button control . When i click on the button control it shoul add a user control to the placeholder control. I tried the same with textbox control, but whenever i click the button it adds only one textbox control to the ...
|
| how do i access methods when the .net assembly was loaded with late biding? | 30 Nov 2004 10:34 GMT | 1 |
how do i access methods when the .net assembly was loaded with late biding? class Class1 { public static void Main()
|
| Problem with Webbrowser control.... | 30 Nov 2004 09:25 GMT | 3 |
When using the following code..... ------------------------------------ Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
| unable to generate Dataset using OledbDataAdapter in VB.net | 30 Nov 2004 08:32 GMT | 1 |
i am using Visual Studio.net professional 2003 (VisualBasic.net).I am building a very very simple project where i need to connect to Microsoft access database through OledbDataAdapter in design mode by Dragging the OledbDataAdapter Control from the Data tab on the ToolBox and ...
|
| asp.net session | 30 Nov 2004 07:24 GMT | 1 |
How to get asp.net session value from asp?
|
| Trouble loading Web forms | 30 Nov 2004 02:52 GMT | 2 |
I must have done something that has suddenly caused me to be unable to load a new web form when developing web apps. Simple example: WebForm1 has a button which when clicked simply does a Response.Redirect("WebForm2"). When I run the program and click the button I get "The page ...
|
| Convert classic ASP to 1.1 or 2.0 ASP.NET Version | 30 Nov 2004 02:07 GMT | 2 |
Hello. I didn't see the answer to this question posted anywhere else so I apologies off the bat if it is a re-post. I have a fairly large classic ASP application that I need to convert to .NET. The time frame that I need to hit production with it is June/July. At this point ...
|
| BeforeNavigate2 only fires once.... | 30 Nov 2004 01:38 GMT | 2 |
According to Visual Studio 2003 Help files "In Internet Explorer 6 or later, the BeforeNavigate2 event fires only before the first navigation made in code. It does not fire when a user clicks a link on a Web page." So what does fire?
|
| Calling a Microsoft Access Module using ASP.NET | 30 Nov 2004 00:40 GMT | 4 |
I was wondering if anyone had any code samples on how to call functions within a Microsoft Access module using ASP.NET. I found a posting on how to do it with C#, but does anyone know how to do it using VB and ASP.NET?
|
| .NET & Web Applications In General | 29 Nov 2004 23:08 GMT | 3 |
How many times a day do other's have to reset IIS or reboot a system? We are rolling out our first .NET application and during the pilot phase found that we need to reset IIS at lease 2-3 times a week, we have only about 50 users on it now! We have implemented exception handling and ...
|
| Printing from web forms | 29 Nov 2004 23:05 GMT | 1 |
I have a VS 2003 project (VB) that has 3 web forms. The first form (page 1) collects variables from the user via radio buttons and dropdown list then call a second form (page 2). The second form creates a number of charts, graphs and text boxes using the data collected from the ...
|