Hi Vivek..
Thanks for your rply..but it didnt work..
i have already given ....<%# DataBinder.Eval (Container,"Dat aItem.filename" )%>
this........
User Profile
Collapse
-
display image in datalist through datareader
Hi frends....
I'm in a trouble pls help me.....
i need to display smages and the details from database through datalist....
only the images are not displaying....
Here is the code i have given
SqlConnection con = new SqlConnection() ;
con.ConnectionS tring = ConfigurationMa nager.AppSettin gs.Get("connect ionstring");
con.Open();
... -
Adding two text box and getting result
Hi frendz...
Good Morning..
I'm searching for a code ti add two text box and geting result in another textbox,the next time when i move the cursor from the 2nd textbox........ .
In VS2003 there is option for binding in the properties..but in VS2005 there is no option.anyone know the solution..?
Thank You -
if (e.CommandName == "Approve")
{
Label2.Text = e.Item.Cells[0].Text.ToString( );
}
this is the code i had given....later i tried ur code.....Leave a comment:
-
-
Thank you for the reply...but its not working.i have given button column in the grid.here you have specified templatelabel...Leave a comment:
-
-
Getting ID from datagrid to a label
Hi Frends......... ..
I want to display the Id of the field which we are updating through datagrid in to a label.
i tried in one way..
Label2.Text = e.Item.Cells[0].Text.ToString( );
But its nit returns the Id..Can anyone help me pls..
No activity results to display
Show More
Leave a comment: