January 23rd, 2009 09:15 AM
You will need to use the RowDataBound event of the gridview to access the tool tip field and bind it to the field you want to link it to.
January 22nd, 2009 09:57 PM
Hi All,
I have the html shown below in my aspx page:
<td>Method(Text,PostBackUrl)</td>
Inside the Method, I am instantiating a linkbutton server control and then after adding the...
February 27th, 2007 06:11 PM
hi all,
I am trying to access a web application built on the .NET 2.0 framework and I keep getting this error pop-up which asks me to select a debugger....
The error is:...
February 27th, 2007 06:04 PM
Hi all,
I have a web page that contains a link that is connected to an attachement.Clicking on that link brings up a small window that allows me to save/open the attachment.It works fine without...
August 1st, 2005 04:39 PM
You have to write your own handlers for adding,deleting or updating the database based on what action is selected in the grid.That functionality does not come built-in.The grid only provides events...