| Thread | Last Post | Replies |
|
| DataGrid Add Row Client Side | 19 May 2005 13:04 GMT | 1 |
Is it possible to add a row to an ASP.net datagrid via clientside JavaScript? Thanks, Jon
|
| Disabling postback repopulation of controls | 19 May 2005 13:02 GMT | 5 |
How do I disable postback repopulation of non-viewstate controls, such as normal textboxes etc? (Surely there must be a more elegant solution than manually clearing them on page load...)
|
| sharing authentication/authorization between ASP.NET and Classic ASP pages? | 19 May 2005 12:22 GMT | 1 |
I'm looking for articles, books, code, or just generally good approaches for how to deal with the problem of password-protecting pages in a website that consists of both ASP and ASP.NET pages. This isn't being built for a bank, and the method does not have to be
|
| Problem with User Control... | 19 May 2005 12:14 GMT | 2 |
Can someone please tell me why when I refer to a Sub in my User Control I get the following error... Error:.. Reference to a non-shared member requires an object reference
|
| The right tool for polished web sites | 19 May 2005 11:23 GMT | 2 |
Hi, I have been doing some ASP.Net development with VS2003 EA and the process is very easy, but you don't seem to have the same tools available that you do in tools like FrontPage 2003 or DreamWeaver. Is the good development integration between VS ASP.net and a web page tool
|
| Null Dates are not 1/1/1900 | 19 May 2005 11:17 GMT | 5 |
So, I am sending my sql proc a value of '' or null for a date field. When the record saves, the field has 1/1/1900, not a null. How can I fix this? Thanks!! David Lozzi
|
| Detect File is Completely Download by Client | 19 May 2005 10:01 GMT | 5 |
how to detect file is completely downloaded from client by following code? <%@ Page language="C#" debug="true" %> <script language="C#" runat="server"> private void Page_Load(object sender, System.EventArgs e) {
|
| Connecting to a network share | 19 May 2005 09:40 GMT | 4 |
I'm trying to connect to a network share using a username / password / domain of my choosing. I've tried the WindowsIdentity.Impersonate route but can only impersonate the users on the local machine / domain using this method.
|
| Verify that ASP.NET or ATL is correctly installed on the server | 19 May 2005 09:34 GMT | 2 |
I'm getting the following error when I run a .asmx. "Error while trying to run project: Unable to start debugging on the web server. Could not start asp.net or atl server debugging. Verify that ASP.NET or ATL is correctly installed on the server."
|
| export to excel | 19 May 2005 09:20 GMT | 3 |
I'm looking for some way to export data from my asp.net page to excel speadsheet. I'm generating some table containing raports and other tabular data and I need some way to export it to excel and maybe to acces. Can anyone give me some clues? I'v tried to change content of page ...
|
| Error does not show! | 19 May 2005 08:46 GMT | 2 |
Im my Application_Error i have a code that throw an error to my Email when any errors occurs, but the application is running normally and sometimes i get the following error in my Email address: Error Caught in Application_Error event
|
| Get Page Class Name from the URL/Application | 19 May 2005 05:05 GMT | 2 |
Is there any method to extract the Code-behind class name given the URL of the request? Or from the Application object ? When you do a Server.Transfer to another page, you can get the class name by the Page.Context object. Is there something like this in the
|
| Dynamic Template in Datagrid using VB.NET | 19 May 2005 04:26 GMT | 1 |
I have successfully built a datatable and datagrid for a user-selectable field interface. The user can select the fields they want, and the controlling table has the data type information. I can format the dates as I want by using the DataFormatString property of
|
| Server.Transfer vs Response.Redirect | 19 May 2005 02:20 GMT | 3 |
I don't know if there's anyone out there is having the same problem. My DotNet 1.1 version uses FormsAuthentication.RedirectFromLoginPage() method to take user from the Login page to the Welcome page. My folder structure is as follows:
|
| Security Attribute on Event? | 19 May 2005 02:18 GMT | 3 |
I am using Role-based seucity Attributes on different methods in my code-behind like this: private void callmymethod() {
|