User Profile

Collapse

Profile Sidebar

Collapse
mshiva
mshiva
Last Activity: May 14 '07, 11:27 AM
Joined: Feb 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to get large image when clicked on Thumbnail image

    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
    See more | Go to post

  • mshiva
    replied to number text box in asp.net
    in .NET
    By using validators u can easily did this one without writing any code.
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • mshiva
    started a topic Parameter is not valid
    in .NET

    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,...
    See more | Go to post

  • mshiva
    replied to How to convert Binarydata to Image
    in .NET
    sorry to inform u about the error:

    Parameter is not valid
    See more | Go to post

    Leave a comment:


  • mshiva
    replied to How to convert Binarydata to Image
    in .NET
    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();...
    See more | Go to post

    Leave a comment:


  • mshiva
    replied to How to convert Binarydata to Image
    in .NET
    Thank u sandeep
    See more | Go to post

    Leave a comment:


  • mshiva
    started a topic How to convert Binarydata to Image
    in .NET

    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
    See more | Go to post
    Last edited by kenobewan; Feb 5 '07, 01:06 PM. Reason: Unnecessary binary data removed
No activity results to display
Show More
Working...