Click here to Skip to main content
15,902,634 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLinks in dynamic datagrid Pin
nachiket0717-Feb-10 15:11
nachiket0717-Feb-10 15:11 
AnswerRe: Links in dynamic datagrid Pin
Dinesh Mani17-Feb-10 19:04
Dinesh Mani17-Feb-10 19:04 
GeneralRe: Links in dynamic datagrid Pin
nachiket0718-Feb-10 7:08
nachiket0718-Feb-10 7:08 
GeneralRe: Links in dynamic datagrid Pin
nachiket0718-Feb-10 7:58
nachiket0718-Feb-10 7:58 
GeneralRe: Links in dynamic datagrid Pin
nachiket0718-Feb-10 12:15
nachiket0718-Feb-10 12:15 
GeneralRe: Links in dynamic datagrid Pin
Dinesh Mani18-Feb-10 18:11
Dinesh Mani18-Feb-10 18:11 
GeneralRe: Links in dynamic datagrid Pin
nachiket0719-Feb-10 19:29
nachiket0719-Feb-10 19:29 
QuestionAn existing connection was forcibly closed by the remote host Pin
adeeeb17-Feb-10 10:17
adeeeb17-Feb-10 10:17 
hello all..
i want to send email using the password recovery
using the yahoo or gmail server what can i do either in web config file and in the properties for password recovery...

to save time i will display what i get
in web config i have added this code
<system.net>
<mailSettings>
<smtp from="user@yahoo.com" deliveryMethod="Network">
<network host="smtp.mail.yahoo.com" password="password" port="465"
userName="user@yahoo.com" />

</smtp>

</mailSettings>
</system.net>

and in the desighner code i have this

<asp:PasswordRecovery ID="PasswordRecovery1" runat="server"
<MailDefinition BodyFileName="~/EmailTemplate/PasswordRecovery.txt"
Subject="your password has been reset...">
</MailDefinition>

please any comments i need it..
Questionhow to store first page's primary key key value in second pages foreign key attribute. Pin
jattscorpion17-Feb-10 7:24
jattscorpion17-Feb-10 7:24 
AnswerRe: how to store first page's primary key key value in second pages foreign key attribute. Pin
Abhishek Sur17-Feb-10 9:48
professionalAbhishek Sur17-Feb-10 9:48 
GeneralRe: how to store first page's primary key key value in second pages foreign key attribute. Pin
jattscorpion17-Feb-10 12:31
jattscorpion17-Feb-10 12:31 
QuestionHow to set the sender address (Field From) usin MAPI Pin
nahelpa17-Feb-10 6:41
nahelpa17-Feb-10 6:41 
QuestionEvent on asp:calendar Pin
_ASPAle_17-Feb-10 6:06
_ASPAle_17-Feb-10 6:06 
AnswerRe: Event on asp:calendar Pin
Brij17-Feb-10 19:22
mentorBrij17-Feb-10 19:22 
GeneralRe: Event on asp:calendar Pin
_ASPAle_18-Feb-10 0:04
_ASPAle_18-Feb-10 0:04 
QuestionNeed some assistance with adding a datarow to a datatable Pin
Will Talley17-Feb-10 5:34
Will Talley17-Feb-10 5:34 
AnswerRe: Need some assistance with adding a datarow to a datatable Pin
Abhishek Sur17-Feb-10 5:59
professionalAbhishek Sur17-Feb-10 5:59 
GeneralRe: Need some assistance with adding a datarow to a datatable Pin
Will Talley18-Feb-10 2:38
Will Talley18-Feb-10 2:38 
AnswerRe: Need some assistance with adding a datarow to a datatable Solved! Pin
Will Talley18-Feb-10 4:58
Will Talley18-Feb-10 4:58 
Questionbinding data to a data list Pin
arindam201017-Feb-10 5:18
arindam201017-Feb-10 5:18 
AnswerRe: binding data to a data list Pin
Abhishek Sur17-Feb-10 6:02
professionalAbhishek Sur17-Feb-10 6:02 
GeneralRe: binding data to a data list Pin
arindam201017-Feb-10 6:56
arindam201017-Feb-10 6:56 
GeneralRe: binding data to a data list Pin
Abhishek Sur17-Feb-10 9:44
professionalAbhishek Sur17-Feb-10 9:44 
AnswerRe: binding data to a data list Pin
Anurag Gandhi17-Feb-10 6:37
professionalAnurag Gandhi17-Feb-10 6:37 
GeneralRe: binding data to a data list Pin
arindam201017-Feb-10 6:54
arindam201017-Feb-10 6:54 

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.