Click here to Skip to main content
15,793,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to capture screen shot?? Pin
mr_muskurahat24-Nov-08 2:07
mr_muskurahat24-Nov-08 2:07 
AnswerRe: how to capture screen shot?? Pin
Nishant Singh24-Nov-08 3:44
Nishant Singh24-Nov-08 3:44 
AnswerRe: how to capture screen shot?? Pin
Venkat Eswaran24-Nov-08 8:53
Venkat Eswaran24-Nov-08 8:53 
Questionis it possible in asp.net? vb6 style drag drop database field to generate textboxes Pin
dream_liner_7e724-Nov-08 0:43
dream_liner_7e724-Nov-08 0:43 
AnswerRe: is it possible in asp.net? vb6 style drag drop database field to generate textboxes Pin
BalasubramanianK24-Nov-08 1:29
BalasubramanianK24-Nov-08 1:29 
Questionsending images with email Pin
joindotnet24-Nov-08 0:11
joindotnet24-Nov-08 0:11 
AnswerRe: sending images with email Pin
Christian Graus24-Nov-08 0:16
protectorChristian Graus24-Nov-08 0:16 
GeneralRe: sending images with email Pin
joindotnet24-Nov-08 0:42
joindotnet24-Nov-08 0:42 
following is the code I am using to send image in img tag.But hte image doesn'tt show up at the reader.

LinkedResource title = new LinkedResource("va.gif.bmp");
title.ContentId = "Title";

AlternateView view = AlternateView.CreateAlternateViewFromString
(
"

" + strMsg,
null,
System.Net.Mime.MediaTypeNames.Text.Html
);

view.LinkedResources.Add(title);
msgObj.AlternateViews.Add(view);

//sending email
GeneralRe: sending images with email Pin
Christian Graus24-Nov-08 9:59
protectorChristian Graus24-Nov-08 9:59 
Questionproblem with ado.net Pin
shahid hussain pakistan23-Nov-08 23:55
shahid hussain pakistan23-Nov-08 23:55 
AnswerRe: problem with ado.net Pin
Krazy Programmer24-Nov-08 0:13
Krazy Programmer24-Nov-08 0:13 
AnswerRe: problem with ado.net Pin
Christian Graus24-Nov-08 0:16
protectorChristian Graus24-Nov-08 0:16 
AnswerRe: problem with ado.net Pin
sumit703424-Nov-08 0:24
sumit703424-Nov-08 0:24 
AnswerRe: problem with ado.net Pin
Ashfield24-Nov-08 0:34
Ashfield24-Nov-08 0:34 
Questionhow to insert data from database into a table Pin
sram1523-Nov-08 23:32
sram1523-Nov-08 23:32 
Questionhow to use both dropdownlist and menu control with in masterpage Pin
sntkn23-Nov-08 23:14
sntkn23-Nov-08 23:14 
QuestionHow Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# [modified] Pin
IshtiaqueJ23-Nov-08 22:22
IshtiaqueJ23-Nov-08 22:22 
AnswerRe: How Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# Pin
BalasubramanianK23-Nov-08 23:26
BalasubramanianK23-Nov-08 23:26 
GeneralRe: How Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# Pin
IshtiaqueJ23-Nov-08 23:47
IshtiaqueJ23-Nov-08 23:47 
AnswerRe: How Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# Pin
Christian Graus23-Nov-08 23:52
protectorChristian Graus23-Nov-08 23:52 
QuestionHow can stop postback of calender in asp.net 2.0 Pin
vikramsc23-Nov-08 21:00
vikramsc23-Nov-08 21:00 
AnswerRe: How can stop postback of calender in asp.net 2.0 Pin
Abhijit Jana23-Nov-08 21:13
professionalAbhijit Jana23-Nov-08 21:13 
AnswerRe: How can stop postback of calender in asp.net 2.0 Pin
BalasubramanianK23-Nov-08 21:14
BalasubramanianK23-Nov-08 21:14 
GeneralRe: How can stop postback of calender in asp.net 2.0 Pin
N a v a n e e t h23-Nov-08 21:53
N a v a n e e t h23-Nov-08 21:53 
GeneralRe: How can stop postback of calender in asp.net 2.0 Pin
BalasubramanianK23-Nov-08 22:37
BalasubramanianK23-Nov-08 22:37 

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.