Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I want to run live videos(cricket match) in my own website Pin
Faisal Khatri15-Apr-07 21:15
Faisal Khatri15-Apr-07 21:15 
Questionhow to check alphebate in asp c# code side Pin
neodeaths15-Apr-07 18:39
neodeaths15-Apr-07 18:39 
AnswerRe: how to check alphebate in asp c# code side Pin
Guffa15-Apr-07 19:18
Guffa15-Apr-07 19:18 
AnswerRe: how to check alphebate in asp c# code side Pin
coolestCoder15-Apr-07 19:19
coolestCoder15-Apr-07 19:19 
GeneralRe: how to check alphebate in asp c# code side Pin
neodeaths15-Apr-07 21:01
neodeaths15-Apr-07 21:01 
AnswerRe: how to check alphebate in asp c# code side Pin
Sandeep Akhare15-Apr-07 19:52
Sandeep Akhare15-Apr-07 19:52 
QuestionProblem with sending attatchment Pin
anujose15-Apr-07 18:33
anujose15-Apr-07 18:33 
AnswerRe: Problem with sending attatchment Pin
_mubashir15-Apr-07 19:43
_mubashir15-Apr-07 19:43 
try the following code for attachment

<br />
Dim mp as new MailMessage <br />
Dim attach as MailAttachment  = new MailAttachment("c:\\file.txt")<br />
mp.Attachments.Add(attach)




Mubashir
Software Architect
Storan Technologies Inc, USA
Every job is a self portrait of the person who did it.

QuestionHow to compare two textbox values in windows forms? Pin
irkahc15-Apr-07 18:04
irkahc15-Apr-07 18:04 
AnswerRe: How to compare two textbox values in windows forms? Pin
Tamimi - Code15-Apr-07 19:03
Tamimi - Code15-Apr-07 19:03 
Questiondebugging error Pin
TheEagle15-Apr-07 17:52
TheEagle15-Apr-07 17:52 
AnswerRe: debugging error Pin
coolestCoder15-Apr-07 19:08
coolestCoder15-Apr-07 19:08 
GeneralRe: debugging error Pin
TheEagle16-Apr-07 2:45
TheEagle16-Apr-07 2:45 
GeneralRe: debugging error Pin
coolestCoder16-Apr-07 18:18
coolestCoder16-Apr-07 18:18 
GeneralRe: debugging error Pin
TheEagle17-Apr-07 4:28
TheEagle17-Apr-07 4:28 
QuestionallowDefinition='MachineToApplication ?????????? [modified] Pin
NguyenMinhCold15-Apr-07 17:27
NguyenMinhCold15-Apr-07 17:27 
Questiontag configuration in web.config error , please help me !!! [modified] Pin
NguyenMinhCold15-Apr-07 16:13
NguyenMinhCold15-Apr-07 16:13 
AnswerRe: tag configuration in web.config error , please help me !!! Pin
coolestCoder15-Apr-07 19:03
coolestCoder15-Apr-07 19:03 
QuestionHelp Me ???? Pin
kamka41115-Apr-07 15:29
kamka41115-Apr-07 15:29 
AnswerRe: Help Me ???? Pin
Christian Graus15-Apr-07 17:00
protectorChristian Graus15-Apr-07 17:00 
GeneralRe: Help Me ???? Pin
kamka41115-Apr-07 17:23
kamka41115-Apr-07 17:23 
GeneralRe: Help Me ???? Pin
Christian Graus15-Apr-07 19:32
protectorChristian Graus15-Apr-07 19:32 
GeneralRe: Help Me ???? Pin
kamka41115-Apr-07 21:03
kamka41115-Apr-07 21:03 
Questionrebind Gridview after filtering with dropdownlist Pin
Albert8315-Apr-07 12:03
Albert8315-Apr-07 12:03 
AnswerRe: rebind Gridview after filtering with dropdownlist Pin
gauthee15-Apr-07 18:29
gauthee15-Apr-07 18:29 

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.