Click here to Skip to main content
15,922,309 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: deploy to server Pin
TheEagle29-Dec-07 20:43
TheEagle29-Dec-07 20:43 
GeneralMenu Problem (Asp.net(vb)) Pin
~V~28-Dec-07 23:26
~V~28-Dec-07 23:26 
GeneralRe: Menu Problem (Asp.net(vb)) Pin
Sun Rays29-Dec-07 0:33
Sun Rays29-Dec-07 0:33 
GeneralRe: Menu Problem (Asp.net(vb)) Pin
~V~29-Dec-07 1:20
~V~29-Dec-07 1:20 
Generalopen source accounting website Pin
Ravi_2128-Dec-07 23:22
Ravi_2128-Dec-07 23:22 
GeneralRe: open source accounting website Pin
Sun Rays28-Dec-07 23:28
Sun Rays28-Dec-07 23:28 
GeneralRunning Excel Macro From IIS in ASP.Net2.0 Pin
Mahesh.J28-Dec-07 22:59
Mahesh.J28-Dec-07 22:59 
GeneralImage conversion pbm Pin
SreejithAchutan28-Dec-07 22:31
SreejithAchutan28-Dec-07 22:31 
i have a db for saving an image into it with datatype image.I want to convert the uploaded image into byte and only save the image into the db.How is it possible.I tried it but i cant get it.Plz help me by sending some code to me.


The tried code is attached below

byte[] img=new Byte[Upload_Logo.PostedFile.InputStream.Length];
Upload_Logo.PostedFile.InputStream.Read(img, 0, img.Length);
string s = Path.GetExtension(Upload_Logo.PostedFile.FileName).ToLower();
insunit.InsertInto(Txt_UnitName.Text, Txt_ShortName.Text, Txt_Location.Text, img, Stream, TxtStdperClass.Text, username, date);

Here the img file is of type image...
GeneralRe: Image conversion pbm Pin
rahul.net1128-Dec-07 23:39
rahul.net1128-Dec-07 23:39 
GeneralRe: Image conversion pbm Pin
SreejithAchutan30-Dec-07 20:03
SreejithAchutan30-Dec-07 20:03 
Generalcreating email by asp.net Pin
mehran.asg28-Dec-07 21:05
mehran.asg28-Dec-07 21:05 
GeneralRe: creating email by asp.net Pin
Michael Sync29-Dec-07 8:04
Michael Sync29-Dec-07 8:04 
Questionregular expression confusion Pin
Sonia Gupta28-Dec-07 20:36
Sonia Gupta28-Dec-07 20:36 
GeneralRe: regular expression confusion Pin
sulabh202028-Dec-07 22:30
sulabh202028-Dec-07 22:30 
QuestionTab Index problem Pin
~V~28-Dec-07 19:35
~V~28-Dec-07 19:35 
GeneralRe: Tab Index problem Pin
Sun Rays28-Dec-07 21:30
Sun Rays28-Dec-07 21:30 
GeneralRe: Tab Index problem Pin
~V~28-Dec-07 23:19
~V~28-Dec-07 23:19 
Generalplz help me, create and post form on runtime Pin
Mogaambo28-Dec-07 18:51
Mogaambo28-Dec-07 18:51 
GeneralRe: plz help me, create and post form on runtime Pin
KennyPatel28-Dec-07 23:34
KennyPatel28-Dec-07 23:34 
Generalretreiving Images From Database with image datatype pbm Pin
SreejithAchutan28-Dec-07 18:45
SreejithAchutan28-Dec-07 18:45 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Nisar Inamdar28-Dec-07 23:57
Nisar Inamdar28-Dec-07 23:57 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 21:23
SreejithAchutan30-Dec-07 21:23 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Sun Rays29-Dec-07 0:40
Sun Rays29-Dec-07 0:40 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 22:04
SreejithAchutan30-Dec-07 22:04 
QuestionHow to access the asp:image inside asp:GridView ItemTemplate Pin
Niya28-Dec-07 18:43
Niya28-Dec-07 18:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.