Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

nnnsreenu

@nnnsreenu
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Reading checkboxes in datagrid
    N nnnsreenu

    use datagrid.findcontrol .. use findcontrol u will get checked for checkboxes

    ASP.NET help question

  • convert word document to html file using asp.net
    N nnnsreenu

    i need to convert a word document to html file using asp.net,if u have any coding plz mail me immediately, its very urgent thanks sreenu

    ASP.NET csharp html asp-net

  • Image in GridView becomes "System.Byte[]"
    N nnnsreenu

    This problem is converting Image to string, I will send example verify that, Byte[] blob = null; blob = new Byte[(dr.GetBytes(0, 0, null, 0, int.MaxValue))]; dr.GetBytes(0, 0, blob, 0, blob.Length); OR.......... SqlCommand cmd = new SqlCommand("select Doc,DocTitle,DocType from tblResumeUpload where Docid=" + queryRequest, Conn); Conn.Open(); Byte[] blob = null; //blob = new Byte[1024]; // Execute the SQL statement SqlDataReader dr = cmd.ExecuteReader(); dr.Read(); //Byte[] blob = (byte[])dr["doc"]; //blob = Convert.ToString (dr[0]); // Get the file size and file data from the retrieved record blob = new Byte[(dr.GetBytes(0, 0, null, 0, int.MaxValue))]; dr.GetBytes(0, 0, blob, 0, blob.Length); ok bye sreenu

    ASP.NET database help tutorial question

  • mail drops connection when sending Messeage
    N nnnsreenu

    when sending an email via local users authenticating via either pop-before-SMTP or SMTP Auth. If I try to send the same message from an external source (ie yahoo), the message comes in w/ no problems. Here is the error message I get when sending via Thunderbird: Your email message to customer@hosted-domain.com with the subject Test was unable to be sent because the connection to your mail server was interrupted. Please open your email client and re-send the message from the Sent Messages folder." (1003,9). Anyone know of what could be causing this problem? Thank u Regards, Sreenu

    ASP.NET help com sysadmin sales question

  • how to display pictures,text and tables in textarea control?
    N nnnsreenu

    I have store documentfile in table,know i want retrive the documentfile and diplay into TextArea, it is diplay only text..if in documentfile any images and tables not display in Textarea plz give suggestion, bye S.Reddy

    ASP.NET tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups