Click here to Skip to main content
15,908,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Destroy Sessions Pin
mpavas6-Aug-07 3:34
mpavas6-Aug-07 3:34 
QuestionHow to get text from dyanmically created texboxes Pin
Muntyness6-Aug-07 1:30
Muntyness6-Aug-07 1:30 
AnswerRe: How to get text from dyanmically created texboxes Pin
Vasudevan Deepak Kumar6-Aug-07 1:34
Vasudevan Deepak Kumar6-Aug-07 1:34 
GeneralRe: How to get text from dyanmically created texboxes [modified] Pin
Muntyness6-Aug-07 1:59
Muntyness6-Aug-07 1:59 
AnswerRe: How to get text from dyanmically created texboxes Pin
N a v a n e e t h6-Aug-07 1:44
N a v a n e e t h6-Aug-07 1:44 
Questionstore user defined class objects in view state Pin
deepalititi6-Aug-07 1:18
deepalititi6-Aug-07 1:18 
AnswerRe: store user defined class objects in view state Pin
Vasudevan Deepak Kumar6-Aug-07 1:21
Vasudevan Deepak Kumar6-Aug-07 1:21 
AnswerRe: store user defined class objects in view state Pin
N a v a n e e t h6-Aug-07 1:41
N a v a n e e t h6-Aug-07 1:41 
deepalititi wrote:
i want to store address class object into view state using c#.net 2.0


ViewState["key"] = Object

Remember viewstate is stored as hidden field in the page. So each time page posts, this viewstate will also posted. This will increase HTML file size. It's not good to store large objects in viewstate. Is your address class object is serializable ?


GeneralRe: store user defined class objects in view state Pin
deepalititi6-Aug-07 6:02
deepalititi6-Aug-07 6:02 
QuestionHow to copy assemblies Pin
Jagadeesh Jupalli6-Aug-07 1:10
Jagadeesh Jupalli6-Aug-07 1:10 
AnswerRe: How to copy assemblies Pin
Vasudevan Deepak Kumar6-Aug-07 1:20
Vasudevan Deepak Kumar6-Aug-07 1:20 
AnswerRe: How to copy assemblies Pin
N a v a n e e t h6-Aug-07 1:25
N a v a n e e t h6-Aug-07 1:25 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem [modified] Pin
Jagadeesh Jupalli6-Aug-07 2:08
Jagadeesh Jupalli6-Aug-07 2:08 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem Pin
N a v a n e e t h6-Aug-07 2:24
N a v a n e e t h6-Aug-07 2:24 
GeneralRe: How to copy assemblies - Crystal reports Dep. Problem Pin
Jagadeesh Jupalli6-Aug-07 2:50
Jagadeesh Jupalli6-Aug-07 2:50 
Questionasp.net 2.0 Pin
Sonia Gupta6-Aug-07 1:02
Sonia Gupta6-Aug-07 1:02 
AnswerRe: asp.net 2.0 Pin
Vasudevan Deepak Kumar6-Aug-07 1:22
Vasudevan Deepak Kumar6-Aug-07 1:22 
Questionhow to manage control in div in mozilla firefox browser [modified] Pin
Piyush Vardhan Singh6-Aug-07 1:01
Piyush Vardhan Singh6-Aug-07 1:01 
AnswerRe: how to manage (control) div in firfox broser Pin
Vasudevan Deepak Kumar6-Aug-07 1:23
Vasudevan Deepak Kumar6-Aug-07 1:23 
GeneralRe: how to manage (control) div in firfox broser Pin
Piyush Vardhan Singh6-Aug-07 2:10
Piyush Vardhan Singh6-Aug-07 2:10 
QuestionGrant ing ASP.NET access to a file Pin
ASPnoob6-Aug-07 0:21
ASPnoob6-Aug-07 0:21 
AnswerRe: Grant ing ASP.NET access to a file Pin
vimal_yet6-Aug-07 0:27
vimal_yet6-Aug-07 0:27 
Questionhow to store different users data in asp.net 2.0 Pin
asrabanu6-Aug-07 0:18
asrabanu6-Aug-07 0:18 
AnswerRe: how to store different users data in asp.net 2.0 Pin
vimal_yet6-Aug-07 0:21
vimal_yet6-Aug-07 0:21 
GeneralRe: how to store different users data in asp.net 2.0 Pin
asrabanu6-Aug-07 0:25
asrabanu6-Aug-07 0:25 

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.