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 > march 2006 > threads for wednesday march 22

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 31

method to avoid the "screen-flicker-refresh" of postbacks?
Posted by simon at 3/22/2006 11:52:45 PM
hello, i have a section of a page that has multiple dropdowns. each dropdown calls the same method on a change of selection by the user. the method loops over all the dropdowns and if the newly selected items matches a previously set item, it changes the dropdown's background color from white ...more >>


getting the value of the primary key on an insert
Posted by evandela NO[at]SPAM bigpond.net.au at 3/22/2006 11:40:09 PM
I am having pretty much of the same problem but with an access Database. When I insert a new product, I need to update a second reference table with the primary key of the new insert. I have included my code below to make it a little clearer... if anyone can offer me any help here - it would be ...more >>

Page.Error handler returning a blank page
Posted by David R at 3/22/2006 11:18:09 PM
I've been following the "ASP.NET Custom Error Pages" article (http://www.aspnetresources.com/articles/CustomErrorPages.aspx), but when I implement either subscribing to base.Error or overriding base.OnError an empty page is returned to the client browser. During debugging, the event fires fine...more >>

asp.net repeater
Posted by Howard at 3/22/2006 10:30:38 PM
I need to do 2 things with the repeater control 1- in the html output give a unique template(color, font size) to the first item (not alternate) and only the first. The datasource of the repeater is an objectdatasource from a business object that returns a generic list <myItem> results 2...more >>

Crysta Report Page Navigation Problems??
Posted by Mahesh at 3/22/2006 9:30:27 PM
Dear Sir/Madam How Can I See Second or Any Page In Asp.Net??.I Am Showing Crystal Report on Button Click. Please Mail Me at rastogi.mahesh@hotmail.com ...more >>

Firefox offsetLeft problem
Posted by Gary Coutts at 3/22/2006 9:25:51 PM
Hi, I am developing a website using Visual Studio .Net 2003. When reading offsetLeft, in a javascript function, the result is fine when run under I.E. but gives wrong results when run under Firefox. The HTML and java are shown below: /-------------------------------HTML-----------------...more >>

Casini, IIS run code differently
Posted by Chip at 3/22/2006 9:02:48 PM
I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I run the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally unpredictable and crashes the server. One would think my threading was the problem, but like I said, runs perfectly un...more >>

Compiler Error Message:
Posted by Jon Paal at 3/22/2006 8:53:33 PM
Compiler Error Message: BC30002: Type 'System.Management.ManagementObjectCollection' is not defined. Source Error: [code] Imports System.Management .... Line 40: Dim moColl As System.Management.ManagementObjectCollection [/code] any help on why the error msg ?? ...more >>



Default Button not working after Validation
Posted by Remy at 3/22/2006 8:30:51 PM
Here is the situation: I have an ASP.NET 2.0 page with 2 panel. Each has a few textboxes and one DefaultButton. All textboxes have one or more Validator. Now everything works fine if I fill everything out correctly and then press the Enter Key, but if the validation fails and I fix the entry an...more >>

obtaining username with anonymous IIS access
Posted by mike at 3/22/2006 8:28:42 PM
I can think of 3 places where a user's username is stored on their PC: * in the %username% environment variable and * in the Registry. * in at least one WMI class Is there anyway I can get one of them and post it back to the server when I click on a form's Submit button? I want this so I c...more >>

Writing to a frameset causes the frameset to resize
Posted by xzzy at 3/22/2006 7:57:55 PM
VS 2003, code behind is C# Situation: 1. a webpage has 4 frames: TOP LEFT RIGHT BOTTOM 2. RIGHT frame has 2 frames: ONE, TWO 3. The only interaction between frames is in one direction from LEFT to RIGHT. 4. d...more >>

How do I trun off casini web server?
Posted by Chip at 3/22/2006 6:43:48 PM
I've got a website developed in VS2005 that works fine on my local dev machine using the casini server, but when I publish it to the web, which is using IIS (ASP.NET 2.0) it is flipping out. It's a multi threaded app and it is doing really unpredictable things and eventually crashing IIS. I ca...more >>

Finding all the active session keys
Posted by Kevin Jackson at 3/22/2006 6:32:47 PM
Hello, Using any of the ASP.NET session storage techniques, is there a method in one of the HTTP objects that you can get the list of active (not abandoned or timed out) session keys (and maybe other information about these sessions)? I assumed there would be a collection somewhere which...more >>

OnSelectedIndexChanged runs twice!
Posted by VB Programmer at 3/22/2006 5:49:16 PM
Using ASP.NET 2.0... My GridView is partially defined as such.... <asp:GridView ID="CartGrid" AutoGenerateColumns="False" DataKeyNames="ID" OnSelectedIndexChanged="RemoveCartItem" CellPadding="4" runat="Server" ForeColor="Gray" Grid...more >>

OnSelectedIndexChange runs twice
Posted by VB Programmer at 3/22/2006 5:47:07 PM
Using 2.0.... My GridView is partially defined as such: ...more >>

Unable to serialize the session state
Posted by tshad at 3/22/2006 5:42:36 PM
I have an object I am unable to put in my session. I have others that have no problem. The difference is the the one I am having problems with was created in VS 2003. The others were created using DW and compiling using the commandline and they work fine. The error I am getting is: Una...more >>

asp.net .dll code protection
Posted by guoqi zheng at 3/22/2006 5:30:45 PM
I often write some .dll component for other people. Because of CLR, I often find easily access to all source code of my .DLL file by using some kind of reflector. Is there an easy to protect my .NET .DLL class source code? regards, Guoqi Zheng http://www.ureader.com...more >>

Datagrid Templete Value
Posted by MDB at 3/22/2006 5:11:47 PM
I have a datagrid with an drop down list item templete and was wondering how I get the value of this? The datagrid is called dgProducts and the drop down list is called ddQty. Thanks in Advance MDB ...more >>

know the version of framekor¡k
Posted by Matías at 3/22/2006 2:34:54 PM
¿¿ Is there any liitle code or sentce in c# or VB to know the version of ASP.NET ??? ...more >>

ASP VIRTUAL keyword not working in ASP.NET anymore :S
Posted by Dhruba Bandopadhyay at 3/22/2006 2:33:11 PM
In classic ASP I could write: <!-- #INCLUDE VIRTUAL="Kevin\General\ServiceClass.asp" --> and it would "include" that ASP file into the current ASP file. My web application folder was not stored in C:\Inetpub\wwwroot\ but somewhere else. But the VIRTUAL command let IIS locate files by the I...more >>

MasterPage - ContentPlaceHolder - How to navigate to the ContentPlaceHolder "Child Page"
Posted by Greg at 3/22/2006 2:30:23 PM
How do I programmatically load an .aspx page into the contentplaceholder? Similar to what would happen in the "navigateURL" property when clicking on a hyperlink on the master page. . . ASP .NET 2.0 Thanks, Greg ...more >>

OnItemDataBound problem
Posted by Mikeon at 3/22/2006 1:51:35 PM
Hello! I have a problem customizing the databound controls using the OnItemDataBound event. The code below is an example of what I'm trying to do. I have a datasource and basing on the data I want to customize the cells in the DataList for example by setting the CssClass property. Everything...more >>

Debugger problem
Posted by coolhotrod at 3/22/2006 1:45:28 PM
I am developing a website in asp 2.0 and have recently started having problems setting breakpoints for debugging. I can set a breakpoint, start the debugger, then the breakpoint will show the message: "The breakpoint will not currently be hit. No symbols loaded for this document". The projec...more >>

Highlight text and right click for a custom context menu, asp
Posted by Abdalla at 3/22/2006 1:42:27 PM
Dear All I have a project on making a UI of a Web page that allows users to: 1. select any text by highlighting it, and 2. do some action on it by right-clicking on the highlighted text and choose an action among those options presented by the context menu items that appears. 3. send the ...more >>

Partial Classes and Inheritance
Posted by Bishoy George at 3/22/2006 1:41:40 PM
In a web application using asp.net 2.0 All my classes are partial classes. - I noticed that partial class cannot be inherited... is that true? - I tried to remove the partial keyword , and I receieved this error Error 1 Missing partial modifier on declaration of type 'NagyResearch.Q_A.Q....more >>

Access property and control of master page from a customized parent page class
Posted by RedHair at 3/22/2006 1:34:04 PM
I have a ASP.NET 2.0 web page which inherits a customized base page class and have a master page, their relation is as below Customized base page class --> web page --> master page How to access the property and control of master page from the customized base page class? Btw, I can acc...more >>

Print PDF file from .NET framework
Posted by Jaume at 3/22/2006 1:16:39 PM
Hello to all, It would have to create a process that automated the impression of a pdf file in a determined printer of the local network. Somebody knows how can I do this with .NET framework? Somebody has used sometimes the ActiveX control pdf.ocx? Thanks ...more >>

2 tables in one DataGrid
Posted by MRW at 3/22/2006 1:03:09 PM
Hello! I'm looking for an easy way to take 2 tables with different, but similar, structures and combining them into one DataGrid, with a hyperlink on each record to send you to a page depending on what table it's from. Is there an easy way to at least merge the two tables into one to displ...more >>

Crystal Report not opening in a new page
Posted by John at 3/22/2006 12:38:27 PM
Help me please, I'm creating an excel crystal report. The problem is that it is opening in the browser instead of in its own page. I have done this many times and it had worked just fine. I think the problem is that this project is in a frameset. Could that be causing the problem? Any help wou...more >>

Programmatically adding a WebPart to a content page
Posted by kjartan93a NO[at]SPAM yahoo.com at 3/22/2006 12:27:51 PM
The following code is on my master page, site.master.cs: // programatically add a WebPart from a User Control file Control uc = this.LoadControl(@"ucLotListSimple.ascx"); uc.ID = "MyWp"; GenericWebPart MyWp = WebPartManager1.CreateWebPart(uc); WebPartMa...more >>

Process won't run
Posted by Caroline at 3/22/2006 12:21:32 PM
I am building a web application to gather user information then launch a process to calculate results. The process is a 3rd Party executable. I cannot get the process to start. Is there a problem with this code? Public Overloads Shared Function StartApplication(ByVal fileName As String, ...more >>

specify row to edit when opening formview from gridview?
Posted by Dabbler at 3/22/2006 11:57:15 AM
What is the best way to have a FormView page open on a specific row selected from a GridView? I'm passing the primary key in the url as in detailview.aspx?mode=edit&pk=42 I'm using an SqlDataSource to bind the FormView to the data. Thanks for any samples or links....more >>

The data is invalid - windows media player error
Posted by adiel_g NO[at]SPAM hotmail.com at 3/22/2006 11:41:05 AM
I cannot seem to get a wmv file to stream from asp.net. I have tried the following code. I need to be able to use either response.outpustream or response.binarywrite since I will be getting the file from an sql server image field. Other types of files such as gif or pdf work fine. Here is th...more >>

Formview Replace function: Add LineFeed
Posted by sck10 at 3/22/2006 11:29:10 AM
Hello, When I open a FormView in View mode, the line breaks are missing, but they show up when I enter edit mode. So I tried to use the following on a Textbox with a replace function, but got the following error: Public member 'Replace' on type 'DBNull' not found. <asp:Label ID="lblArchR...more >>

Trying to get a simple webpage with SQL 2005 Express to work on my hosted site
Posted by Martin Randall at 3/22/2006 11:07:09 AM
Hi, I'm trying to get a simple dataview test page working on my hosted site. = The hosted site runs ASP.Net 2.0, no problem. The test page works on my = development machine, no problem... but when I upload the published site = I get... System.Data.SqlClient.SqlException: An error has occurr...more >>

ASP.NET 2.0 App Domain Error
Posted by hsomob1999 NO[at]SPAM yahoo.com at 3/22/2006 10:49:40 AM
Hello, I have deployed my project (created with VS 05) to the web server on win 2k3, but when I try to access a non static page in the directory, I get the "Server Application Unavailable" error message. When I refer to the event logs, I see that the following warning and error: Failed to...more >>

'Object reference not set to an instance of an object.' when checking string length?
Posted by darrel at 3/22/2006 10:38:18 AM
I have a function call that passes a value from a dataset field: myFunction(ds.Tables(0).Rows(0)("myField").ToString) The function then receives this: myFunction(ByVal myValue as string) and then I try to evaluate that value to see if it containes any characters: if myValue <> "" then...more >>

Server.Mappath and Virtual Directories
Posted by Lorenzo at 3/22/2006 10:37:27 AM
Hello, I have a web application with a virtual directory in it. With 'virtual directory' i mean a folder whose physical path is different from the physical path of the application, but in which Web Sharing is active. For example: my application is in "C:\Inetpub\wwwroot\MyApp", the Virtua...more >>

ASP:Reader client side totally
Posted by owen79 at 3/22/2006 10:33:28 AM
Hi, I have a repeater on a asp.net (c#) page that holds the details of daily bed occupancy for a hostpital ward for any given date. For each hostpital there are a number of wards. So a hostiptal with 5 wards has 5 elements each containing a textbox for occupied and another for remaining avail...more >>

Master/Child Datagrid?
Posted by sirfunusa at 3/22/2006 10:07:38 AM
I am hoping to create a Master/Child Datagrid with expanding collapsing rows. So a child grid within a parent grid. Any examples, tips, pointers? thx Jeff ...more >>

Server Error -- please help!
Posted by momo at 3/22/2006 10:07:22 AM
Hello Guys, I am getting this error " Control 'oGrid__ctl14__ctl1' of type 'DataGridLinkButton' must be placed inside a form tag with runat=server." Here is my code and I don't know where it is doing it. Can some please help me <%@ Page language="VB" Debug="false" %> <%@ Import Na...more >>

Does VS2005 IDE have any visual XSL design feature?
Posted by Maxwell2006 at 3/22/2006 10:05:23 AM
Could you refer me to a link that explains how to do that? Thanks, Max ...more >>

Opening an html file from within a class library function
Posted by perrone123 NO[at]SPAM yahoo.com at 3/22/2006 9:56:54 AM
Hi all, I'd like write a function that would open up a browser (internet explorer) that displays the contents of an html file that resides inside the same project as the class library function. ...more >>

page visitation counter...
Posted by RAB at 3/22/2006 9:34:42 AM
Hello, I would like to add a page visitation counter at the bottom of one of my .aspx pages. What would be the easiest way to implement this? What page event would I use? What control should I use to display the numeric count? Would you please share some sample code with me? Thanks, RA...more >>

Formatting phone number of a DetailsView control
Posted by womblesjc NO[at]SPAM royell.org at 3/22/2006 9:31:41 AM
I have a data bound Details View control in asp.net 2.0 that formats a phone number. The 'Default Mode' for the control is set to Edit. The phone number field is a template field and I can successfully call a function that formats the phone number when the control is filled. But when updating, ...more >>

ASP.NET Page refreshes Twice
Posted by Zubair.NET! at 3/22/2006 8:31:58 AM
Hi, I am working on somebody else's code built in ASP.NET/C#, during some of the request, ASP.NET Pages refreshes twice unexpectedly. My application runs in an IFrame with a LHS navigation tree, I am passing querystrings using javascript on a HTML button control, which results in performing...more >>

ASP.NET Website Administration Tool Security Tab Question
Posted by needin4mation NO[at]SPAM gmail.com at 3/22/2006 8:30:30 AM
When I run the asp.net website administration tool from Visual Studio, and click the Security tab, I always get that it cannot connect to sql server. What if I want to use Active Directory? Shouldn't there be an option for that? I know I have seen the Active Directory option online in many ...more >>

add new rows of data to a datatable of a dataset
Posted by Andrew at 3/22/2006 8:20:33 AM
Hi all, I want to keep adding a row of data each time to the datatable of a dataset. I see on msdn that I could do this: ie. workRow = workTable.NewRow(); workTable.Rows.Add(new Object[] {1, "Smith"}); eg. I have: DataRow row = ds.Tables["AA"].NewRow(); ds.Tables["AA"].Rows.Add(ne...more >>

GridView could not find control 'xxx' in controlparameter 'xxx'
Posted by Dabbler at 3/22/2006 8:08:28 AM
I have a checkbox control in a GridView EditItemTemplate. My SqlDataAdapter complains when I try and use UpdateCommand Thanks on any binding clarification. GridView: <asp:TemplateField HeaderText="Active"> <ItemTemplate> <asp:CheckBox ID="ActiveCheckBox" runat="server" Chec...more >>

Loading controls dynamically in ASP.Net
Posted by supvine NO[at]SPAM gmail.com at 3/22/2006 8:05:58 AM
Hello, I am developing a page that has several custom web user controls that need to be loaded dynamically. Some of the controls are loaded based on the action (button-click) of a different control in the parent page. Currently what I have to do to make this work is set a session variable t...more >>

Send Parameters to Stored Procedure
Posted by Chris at 3/22/2006 7:39:04 AM
Hi, How can I send the parameter value for a stored procedure in ASP.NET 2.0 ? Dim sds_reader As New SqlDataSource sds_reader.SelectCommand = "STP_select_by_Type" the line below produces an error: sds_reader.SelectParameters.Item(@Period_Type_no).DefaultValue = 1 ...more >>

tips on implementing "Remember Me" feature in ASP.NET 2.0...
Posted by Rob R. Ainscough at 3/22/2006 7:33:50 AM
I'm looking for some pointers or sample code I can go thru that implements a "Remember Me" feature for a user's login credentials. I'd don't want to use the "login" control provided by VS 2005 and was hoping there is some other method? Thanks, Rob. ...more >>

GridView Update not updating data
Posted by Dabbler at 3/22/2006 7:32:27 AM
I have a GridView with a couple of TemplateFields. When I click the update link the Gridview returns to display mode with no errors but the data from bound text fields or dropdown list isn't updated in the table. I'm stumped and any help would be appreciated. Thanks much. My GridView: ...more >>

AJAX.NET Callback
Posted by Varangian at 3/22/2006 7:31:28 AM
Hi, maybe there a couple of people working around with ASP.NET Callbacks..... Callbacks are working fine i.e. a Button hit from the client then makes server side work and then back again to the client without any postbacks... However when those values need to be used from the server side .....more >>

Trouble with Multiple Master Pages in ASP.NET 2.0
Posted by EagleRed NO[at]SPAM HighFlyingBirds.com at 3/22/2006 7:30:32 AM
I am writing an ASP.NET 2.0 application that uses more than one master page. Currently, there are two pages, Freedom1.master and Freedom2.master. I have no problems with Freedom1.master. However, I am having problems with Freedom2.master. The first problem is I sometimes get the followin...more >>

Testing Deployment Package
Posted by SKarnis at 3/22/2006 7:27:30 AM
I have created a simple ASP.NET Web Service with VB on Win XP Pro SP2, IIS 5.1, .NET 1.1. Service works in Visual Studio environment. Created an deployment package. Tried running the deployment package in VS using Install - get the following error. The specified path 'http://development/We...more >>

.net is not safe for me..??? it get's decompiled
Posted by Ing. Eduardo F. Sandino at 3/22/2006 7:09:52 AM
I have seen on the net varius decompilers and i have tried to protect my code with obfuscation but still it can be reversed... if you check for Reflection Decompiler... i don't know what to do.!!! http://www.aisto.com/roeder/dotnet/ ...more >>

InternalsVisibleTo for Web Project
Posted by gzinger at 3/22/2006 7:01:30 AM
I have an assembly with some internal methods that I have to access from my web service. I learned that I can use “InternalsVisibleTo” to enable such access. Since I have control over both the class library project (with the internal stuff) and the web project it seems that the scenario is...more >>

Performance improvement in the 2.0 framework
Posted by Marc Hoeijmans at 3/22/2006 6:48:27 AM
Can any one tell me if the performance in the 2.0 framework is improved? An 1.1 ASP.NET application performce bad once a moth we are thinking of upgrading 2.0, should this help ore is it more likely thaht the architecture shopuld be reviewd....more >>

in master page, setting default button
Posted by Dev at 3/22/2006 5:56:29 AM
hi i have master page in which i have form and now in content page i need to set the defaultbutton. now i have one solution for that in content page "HtmlForm mainform = (HtmlForm)Master.FindControl("frmMain"); mainform.DefaultButton = btnSave.UniqueID;" i have use this code that solve my pr...more >>

get control recursion
Posted by bannaman at 3/22/2006 5:46:40 AM
I am using the function below to returns a control to the recursionobj object. For some reason when i get to the line 'If child.ID.ToString.ToUpper = toFind.ToUpper Then' it errors saying object reference not set to an instance of an object. Can anyone tell me why this would happen? Public Su...more >>

Object reference not set to an instance of an object.
Posted by bazzer at 3/22/2006 5:25:28 AM
i have a webform with a dropdownlist and 2 textboxes. it has a dataset with a table with 2 fields, 'areaID' and 'areaName'. in the Data properties window of the DDL, i have the DataTextField set to areaName, and the DataValueField set to areaID. when an item is selected from the DDL i need t...more >>

ASP.NET migration 1.1 to 20
Posted by Marc Hoeijmans at 3/22/2006 4:53:29 AM
An ASP.NET (Framework 1.1) encounters some performance problems. We are thinking of upgrading this application to the 2.0 Framework. Can anybody list me some best practices, problems and differences so we can perform an impact analysis. Any good URL is more than welcome. Thanks in advance....more >>

Displaying Data without a dataGrid or dataList
Posted by p.mc at 3/22/2006 4:42:30 AM
Hi all, I'm using asp.net to display data from a SQL Server database, I've managed to display the data using dataGrids but now need to have more control over the display of the data. I'd like to be able to display a single record in a webForm not displayed in an html table. I've designed a ...more >>

Drop Down List Selected Value is Null Problem
Posted by clickon at 3/22/2006 4:15:27 AM
I am using ASP.net 2.0 and trying to take advantage of the updated data editing facilities provided through the SQLDataSource control and the DetailsView control. The data is a record from a customer complaints table and one of the fields on the DetailsView control is called ComplaintType. ...more >>

Telerik "Error Creating Control", Virtual Directory Listing Denied
Posted by Light at 3/22/2006 3:45:48 AM
Re, I'm having 2 problems with the Telerik trial controls. I'm using the latest release. I'm using 2005 studio and most of the controls show up properly in the designer but the RadMenu does not. It says "Error Creating Control" and then a ton of errors. This occurs both when I use it and ...more >>

simple but baffling javascript prob
Posted by CharlesA at 3/22/2006 3:10:27 AM
hi folks, I'm using the .Net framework 1.1 with ASP.net and C#: this is what I'm trying to do... I've got a repeater template working that creates a hyperlink with a javascript function call embedded inside it when the user clicks on the link, it populates a textbox with a value specific...more >>

Mapping problem with ADO.NET - PLEEZ HALP!!!
Posted by none NO[at]SPAM no.com at 3/22/2006 1:38:56 AM
Hi, I'm trying to establish table mappings, and I've hit a snag. At the point to where I try to fill the schema (DB_adapter.FillSchema), I get an exception, and the message is as follows: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Invalid column name 'Unique_ref'. I...more >>

Session variables lost
Posted by Erik at 3/22/2006 1:17:12 AM
I have an application that uses sessions variables a lot but one I publish the application on the prod server these variables are lost. The application is written i c# 2.0 and I've set the statServer timeout to 20 min in the the web.config file. Any ideas why the variables are lost?...more >>

Convert Hyperlink to Label
Posted by Franz at 3/22/2006 12:07:58 AM
I have a dozen of hyperlinks. Some of them will become only a label under some conditions. That means users cannot press them to navigate other pages. What is the best methods to solve this? Thanks. Franz ...more >>

reading text file to dataset
Posted by Amit Maheshwari at 3/22/2006 12:00:00 AM
I need to read text file having data either comma seperated or tab seperated or any custom seperator and convert into a DataSet in C# . I tried Microsoft Text Driver and Microsoft.Jet.OLEDB.4.0 to read text file but could not get the data in correct format. All columns are not coming in data...more >>

Gridview Customised Delete action
Posted by Rabbit at 3/22/2006 12:00:00 AM
Hi, I'm having a GridView with Datasource being set from CodeBehind method, its has a "RecID" databound field set as invisible. I want to utilize the "Delete" commandfield, so that on gridview_RowDeleting event, i can perform a customised delete action. I've tried me.gridview.Rows(e.Row...more >>


DevelopmentNow Blog