Click here to Skip to main content
15,904,416 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Pin
Sathesh Sakthivel15-Oct-07 20:26
Sathesh Sakthivel15-Oct-07 20:26 
QuestionNewbie: How do I get Record Count from paged GridView with SqlDataSource data source? Pin
Brian C Hart15-Oct-07 12:20
professionalBrian C Hart15-Oct-07 12:20 
QuestionCrystal reports toolbar button not working Pin
Richard Jones15-Oct-07 8:40
Richard Jones15-Oct-07 8:40 
QuestionEmbedded forms Pin
ss.mmm15-Oct-07 7:52
ss.mmm15-Oct-07 7:52 
AnswerRe: Embedded forms Pin
Christian Graus15-Oct-07 10:24
protectorChristian Graus15-Oct-07 10:24 
Questionhelp with sending emails Pin
kaaj2115-Oct-07 7:39
kaaj2115-Oct-07 7:39 
AnswerRe: help with sending emails Pin
Ennis Ray Lynch, Jr.15-Oct-07 9:21
Ennis Ray Lynch, Jr.15-Oct-07 9:21 
AnswerRe: help with sending emails Pin
brhnz15-Oct-07 9:51
brhnz15-Oct-07 9:51 
SmtpMail is obsolete in .net 2.0.
Maybe try using the SmtpClient instead. So...

<br />
SmtpClient client = new SmtpClient( "localhost" );<br />
client.Send( message );<br />

AnswerRe: help with sending emails Pin
cst_cfit16-Oct-07 19:11
cst_cfit16-Oct-07 19:11 
QuestionMultithreading Asp .Net apps Pin
Vodstok15-Oct-07 6:03
Vodstok15-Oct-07 6:03 
AnswerRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 6:51
Ennis Ray Lynch, Jr.15-Oct-07 6:51 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 7:02
Vodstok15-Oct-07 7:02 
GeneralRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 7:57
Ennis Ray Lynch, Jr.15-Oct-07 7:57 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 8:09
Vodstok15-Oct-07 8:09 
GeneralRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 8:15
Ennis Ray Lynch, Jr.15-Oct-07 8:15 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 8:19
Vodstok15-Oct-07 8:19 
QuestionDynamically created controls Pin
orsela15-Oct-07 5:10
orsela15-Oct-07 5:10 
AnswerRe: Dynamically created controls Pin
Hesham Amin15-Oct-07 5:21
Hesham Amin15-Oct-07 5:21 
GeneralRe: Dynamically created controls Pin
orsela15-Oct-07 21:36
orsela15-Oct-07 21:36 
AnswerRe: Dynamically created controls Pin
Laxmikant Lad15-Oct-07 18:03
Laxmikant Lad15-Oct-07 18:03 
GeneralRe: Dynamically created controls Pin
orsela15-Oct-07 21:42
orsela15-Oct-07 21:42 
GeneralRe: Dynamically created controls Pin
Laxmikant Lad15-Oct-07 22:47
Laxmikant Lad15-Oct-07 22:47 
GeneralRe: Dynamically created controls Pin
orsela16-Oct-07 3:43
orsela16-Oct-07 3:43 
Questionunbound grid control in ASP.net Pin
uddhab15-Oct-07 5:04
uddhab15-Oct-07 5:04 
Question"This is an invalid webresource request." Pin
szukuro15-Oct-07 4:55
szukuro15-Oct-07 4:55 

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.