Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > april 2005 > threads for sunday april 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

how to add a contol after datagrid that changes size?
Posted by Dee at 4/24/2005 11:57:21 PM
Hi, I use a DataGrid in a WebForm and when i page thru data its height changes. This hides some controls i have place just underneath it. Is there a way to dynamically add the controls in the right location? Thanks Dee ...more >>


Form post back in ASP.Net 1.1
Posted by Sundararajan at 4/24/2005 11:39:04 PM
Dear Folks, I have a hyperlink in my page - webform1.aspx on click of this i want it to post back to the second page -webform2.aspx. is this possible in ASP.Net 1.1. if so how can i go about it. I tried to use a javascript function for this function dopostback() { document...more >>

Customizable Role-based Authorization
Posted by Snig at 4/24/2005 10:37:38 PM
Hi all I need to implement the following scenario in my application: 1. Roles are stored in SQL-SERVER. 2. Access Rights will be given to the roles by the administrator by the application itself. 3. Access Rights will be given on functionality basis. e.g. some role can Add a new record, some...more >>

Imports System.Web.Mail
Posted by wrytat at 4/24/2005 9:54:01 PM
I tried to import the System.Web.Mail namespace in a class file by typing "Imports System.Web.Mail", but there's syntax error shown. The error message goes like this, "Namespace or type 'Mail' for Imports 'System.Web.Mail' cannot be found." What's wrong?...more >>

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
Posted by Amelyan at 4/24/2005 9:18:37 PM
VisualStudio is trying to copy older version of Company.Interface.dll into runtime directory from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ and I get this warning. Warning: The dependency 'Company.Interface, Version=1.0.1940.30685, Culture=neutral' in projec...more >>

Custom Control
Posted by wrytat at 4/24/2005 8:01:01 PM
I'm intending to write classes that I'll be using in my web application. These classes include User, Member, Product, DbManager, Email and etc. Should I add a new class to my web application project or create a new class library project and write all the classes there? One thing I notice t...more >>

Mutiple user controls on page to fire same validation control
Posted by Martin at 4/24/2005 7:23:47 PM
Hi, I have a page with 4 web user controls on. Each of these web user controls has some asp.net controls on that have validation events attached to them. Now because there are 4 seperate users controls I have 4 seperate validation summaries, what I would like is to have only a single valida...more >>

I need to postback to an other page.
Posted by jensen bredal at 4/24/2005 5:49:11 PM
This is an essential feature which is not supported by the current version of asp.net . Does anyone know of any workaround trick to do it anyway? Many thanks in advance JB ...more >>



What is wrong with this SQL Update Code?
Posted by Terry Olsen at 4/24/2005 4:13:36 PM
I've got 2 different web pages, both updating the same SQL database. One is for the Technician and one is for the Manager. The technician's update page works fine but the Manager's update page doesn't. They are both the same..as far as I can tell... --------------------- This code works fi...more >>

Insert same ASCX mulitple times on a given ASPX
Posted by Guadala Harry at 4/24/2005 2:19:12 PM
My intent is to load a user control (programmatically - not declaratively) into two or three locations on an ASPX page when the page is first requested. Each "instance" of the user control would display different info based on property settings that are set by the ASPX page's code-behind log...more >>

Simple problem with beta 2.0
Posted by Wernfried Schwenkner at 4/24/2005 1:39:11 PM
I've run an site with beta 1.0 without any problems. Today I've installed Beta 2.0 and can't even run a simple empty page. Creating an empty site, adding a Default.aspx form. This runs on the temporary IIS started from within the studion. But copying the site to the real IIS site, I get th...more >>

how to save an image from a web page to a local folder using code and browser control and doc object
Posted by news.austin.rr.com at 4/24/2005 1:10:43 PM
hi im using the following code below to gain access to a browser control document. mshtml.IHTMLDocument2 doc = axWebBrowser1.Document as mshtml.IHTMLDocument2; can i use the "doc" object (doc.images) to access the images and then do something to save the image to a file? im new at this.....more >>

How to open text file (.log, .txt etc) in notepad from aspnet
Posted by RN Das at 4/24/2005 12:35:01 PM
Hi expert, I have a small web application in C# and ASP.Net and I want to open a file in notepad when clicked on a linked button. Here is hander code when clicked on the link button. It can open a process of notepad on the server , but does not open the file in notepad. What am I doing wron...more >>

Help! Back button - Redesign Project???
Posted by Sandy at 4/24/2005 7:48:02 AM
Hello - Thought I was almost done with my project and then a back arrow button issue raised its ugly head. Once a user fills out a form and submits it (done via stored procedure into a Sql Server database), what's to prevent them from pressing the back button and resubmitting the form mu...more >>

VWD Warning Message
Posted by Chuck at 4/24/2005 7:04:01 AM
I'm getting the following message when switching to the design view in VWD Beta 2: Warning 1 Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope' from assembly 'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50...more >>

Add a Dropdownlist dynamically to a Datagrid
Posted by matt_calhoon NO[at]SPAM hotmail.com at 4/24/2005 2:02:10 AM
Hi there, I have a datagrid that allows the user to add new row to it. In these rows I want to add a dropdownlist. How do I add a dropdownlist programatically to a datagrid? thanks, Matt...more >>


DevelopmentNow Blog