Hello,
I have a problem, with a gridview, i won't a javascript function,
OpenPopUP(sCMD,bBoolean,iregID) to run when a image is clicked. So i add an
onclick event to the img tag like this. (this is in the itemtemplate off the
gridview)
<img src="img/edit.gif" style="width: 18px; height: 18...
more >>
How do I set the maximum number of rows for a datagrid when binding a
datareader to it?
I am presently using:
OracleDataReader dr = getResults( parameters ); //returns a datareader
if (dr.HasRows)
{
dgSomeDatagrid.DataSource = dr;
dgSomeDatagrid.DataBind();
}
else
///
I'v...
more >>
I have a datagrid that contains multiple text columns which I need to have
wrapped because of their size. Below is the code that I have at the moment.
When the grid is viewed in either Internet Explorer or Firefox everything
looks perfect - good column widths and the text all wraps correctly. ...
more >>
Hello World!
My first question is
How i van modify the default text 'edit' 'delete' etc.. from gridview?
and
How i can add a javascript condirm alert whit delete link inside a
gridview?
Plase thank
L.
...
more >>