Hi,
I am working on Repeater control in Asp.net2.0 which has image button within it.
I want to fire image button click event to display the image in a large view.
Can anyone help me
Best Regards,
Rajesh
User Profile
Collapse
-
How to get large image when clicked on Thumbnail image
-
By using validators u can easily did this one without writing any code. -
how to redirect a login page even we open a other pages
hi friends i want to open a login page first even for accessing any other pages in the application.
my code in web.config:
<authenticati on mode="Forms">
<forms loginUrl="~/Pages/login.aspx" defaultUrl ="~/Pages/default2.aspx" protection ="Validation " timeout="30"/>
</authentication>
<authorizatio n>
<deny... -
Parameter is not valid
hi friends in my application i got this runtime error: Parameter is not valid at line bitmap bmp=new bitmap(mst)
my code is:
foreach (DataRow dr in ds.Tables["Photograph "].Rows)
{
byte[] imageData = Convert.FromBas e64String(dr["Photograph_Tex t"].ToString());
string FileName = dr[2].ToString();
using (MemoryStream mst = new MemoryStream(im ageData,... -
-
hai sandeep with u r code i am getting error in the following line:
Bitmap bm = new Bitmap(new MemoryStream(im ageData));
just i changed code acc to my project:
foreach (DataRow dr in ds.Tables["Photograph "].Rows)
{
byte[] imageData = Convert.FromBas e64String(dr["Photograph_Tex t"].ToString());
string FileName = dr[2].ToString();...Leave a comment:
-
-
How to convert Binarydata to Image
hi friends i was new to this forums .in my one of the application i am retriving binarydata from database.
How should i convert this binary data to imageformat..pl z help me
my binarydata is:
Report abuse
No activity results to display
Show More
Leave a comment: