Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Restore database via XML Pin
RajaAhmed2-Feb-09 23:03
RajaAhmed2-Feb-09 23:03 
GeneralRe: Restore database via XML Pin
Christian Graus2-Feb-09 22:53
protectorChristian Graus2-Feb-09 22:53 
GeneralRe: Restore database via XML Pin
N a v a n e e t h2-Feb-09 22:56
N a v a n e e t h2-Feb-09 22:56 
Questionmodal popup extender not handling aspx code behind function Pin
hyperalergelo2-Feb-09 21:55
hyperalergelo2-Feb-09 21:55 
QuestionGlobal resourse file [modified] Pin
Chetan_pawar2-Feb-09 21:55
Chetan_pawar2-Feb-09 21:55 
QuestionError:Object reference not set to an instance of an object Pin
M.Ambigai2-Feb-09 21:54
M.Ambigai2-Feb-09 21:54 
AnswerRe: Error:Object reference not set to an instance of an object Pin
Abhijit Jana2-Feb-09 22:10
professionalAbhijit Jana2-Feb-09 22:10 
AnswerRe: Error:Object reference not set to an instance of an object [modified] Pin
mr_muskurahat2-Feb-09 22:12
mr_muskurahat2-Feb-09 22:12 
you must be having this error in retrieving password value right??

when ever page is post back password values are disappead for security issues...

in your case if you want to use password value on next page then you will have to save its value...

txtpassword.attibutes["value"]= txtpassword.text;
now your value of password textbox on post back will not lost and use use it where ever you want...

umerumerumer

modified on Tuesday, February 3, 2009 4:26 AM

GeneralRe: Error:Object reference not set to an instance of an object Pin
Abhijit Jana2-Feb-09 22:19
professionalAbhijit Jana2-Feb-09 22:19 
QuestionDifference b/n session and cache Pin
NidhiKanu2-Feb-09 21:54
professionalNidhiKanu2-Feb-09 21:54 
AnswerRe: Difference b/n session and cache Pin
anujbanka17842-Feb-09 22:01
anujbanka17842-Feb-09 22:01 
GeneralRe: Difference b/n session and cache Pin
NidhiKanu2-Feb-09 22:18
professionalNidhiKanu2-Feb-09 22:18 
AnswerRe: Difference b/n session and cache Pin
Abhijit Jana2-Feb-09 22:15
professionalAbhijit Jana2-Feb-09 22:15 
GeneralRe: Difference b/n session and cache Pin
NidhiKanu2-Feb-09 22:33
professionalNidhiKanu2-Feb-09 22:33 
GeneralRe: Difference b/n session and cache Pin
Abhijit Jana2-Feb-09 22:41
professionalAbhijit Jana2-Feb-09 22:41 
GeneralRe: Difference b/n session and cache Pin
NidhiKanu2-Feb-09 22:49
professionalNidhiKanu2-Feb-09 22:49 
GeneralRe: Difference b/n session and cache Pin
N a v a n e e t h2-Feb-09 23:38
N a v a n e e t h2-Feb-09 23:38 
QuestionProblem with gridview Pin
sarang_k2-Feb-09 21:50
sarang_k2-Feb-09 21:50 
AnswerRe: Problem with gridview Pin
anujbanka17842-Feb-09 21:58
anujbanka17842-Feb-09 21:58 
AnswerRe: Problem with gridview Pin
Anurag Gandhi2-Feb-09 22:00
professionalAnurag Gandhi2-Feb-09 22:00 
GeneralRe: Problem with gridview Pin
Abhijit Jana2-Feb-09 22:29
professionalAbhijit Jana2-Feb-09 22:29 
GeneralRe: Problem with gridview Pin
Anurag Gandhi2-Feb-09 22:55
professionalAnurag Gandhi2-Feb-09 22:55 
AnswerRe: Problem with gridview Pin
S.Dhanasekaran4-Feb-09 3:15
S.Dhanasekaran4-Feb-09 3:15 
AnswerRe: Problem with gridview Pin
RichardGrimmer5-Feb-09 4:58
RichardGrimmer5-Feb-09 4:58 
QuestionHow to pass an object as argument? [modified] Pin
Radiv Jeshya2-Feb-09 21:27
Radiv Jeshya2-Feb-09 21:27 

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.