Click here to Skip to main content
16,005,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: RSS feeds Pin
N a v a n e e t h16-Oct-07 20:52
N a v a n e e t h16-Oct-07 20:52 
AnswerRe: RSS feeds [modified] Pin
Baran M16-Oct-07 20:41
Baran M16-Oct-07 20:41 
QuestionPbm:dropdowntab Pin
Priya S16-Oct-07 20:03
Priya S16-Oct-07 20:03 
AnswerRe: Pbm:dropdowntab Pin
Sandeep Akhare16-Oct-07 20:18
Sandeep Akhare16-Oct-07 20:18 
GeneralRe: Pbm:dropdowntab Pin
Priya S16-Oct-07 20:30
Priya S16-Oct-07 20:30 
AnswerRe: Pbm:dropdowntab Pin
Malcolm Smart16-Oct-07 20:59
Malcolm Smart16-Oct-07 20:59 
Questionregarding PostBackURL Pin
ballameharmurali16-Oct-07 19:54
ballameharmurali16-Oct-07 19:54 
AnswerRe: regarding PostBackURL Pin
N a v a n e e t h16-Oct-07 20:00
N a v a n e e t h16-Oct-07 20:00 
Values won't be persisted, because you moved from Form1 to Form2.

ballameharmurali wrote:
Is there any solution to maintain those values without using session,cookies,application and ViewState.


You can keep the values in Session. When posting the page to other ASPX page, you need to create session in other page (form2.aspx) and assign the values. If your Form1.aspx contains many controls, it's better to create a class and assign all the required values to class, and store the class object in session.


AnswerRe: regarding PostBackURL Pin
Sandeep Akhare16-Oct-07 20:01
Sandeep Akhare16-Oct-07 20:01 
AnswerRe: regarding PostBackURL Pin
Baran M16-Oct-07 20:18
Baran M16-Oct-07 20:18 
QuestionEvent only Back, Forword and Close Browser button Pin
Rinki Mukheraji16-Oct-07 19:52
Rinki Mukheraji16-Oct-07 19:52 
AnswerRe: Event only Back, Forword and Close Browser button Pin
Sandeep Akhare16-Oct-07 19:56
Sandeep Akhare16-Oct-07 19:56 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Rinki Mukheraji16-Oct-07 20:21
Rinki Mukheraji16-Oct-07 20:21 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Sandeep Akhare16-Oct-07 20:22
Sandeep Akhare16-Oct-07 20:22 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Rinki Mukheraji16-Oct-07 20:37
Rinki Mukheraji16-Oct-07 20:37 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Piyush Vardhan Singh16-Oct-07 21:00
Piyush Vardhan Singh16-Oct-07 21:00 
AnswerRe: Event only Back, Forword and Close Browser button Pin
Piyush Vardhan Singh16-Oct-07 20:25
Piyush Vardhan Singh16-Oct-07 20:25 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Christian Flutcher16-Oct-07 21:14
Christian Flutcher16-Oct-07 21:14 
GeneralRe: Event only Back, Forword and Close Browser button Pin
Rinki Mukheraji16-Oct-07 21:32
Rinki Mukheraji16-Oct-07 21:32 
QuestionI don't want to parse my string Pin
Ballita16-Oct-07 19:48
Ballita16-Oct-07 19:48 
AnswerRe: I don't want to parse my string Pin
Sandeep Akhare16-Oct-07 19:57
Sandeep Akhare16-Oct-07 19:57 
AnswerRe: I don't want to parse my string Pin
N a v a n e e t h16-Oct-07 20:03
N a v a n e e t h16-Oct-07 20:03 
GeneralRe: I don't want to parse my string Pin
Ballita16-Oct-07 20:45
Ballita16-Oct-07 20:45 
GeneralRe: I don't want to parse my string Pin
Malcolm Smart16-Oct-07 21:00
Malcolm Smart16-Oct-07 21:00 
Questionimplementation problem Pin
Sonia Gupta16-Oct-07 19:15
Sonia Gupta16-Oct-07 19:15 

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.