Click here to Skip to main content
15,912,665 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
hkjghkj127-Jul-09 3:39
hkjghkj127-Jul-09 3:39 
AnswerRe: Serialize and de an object Pin
Henry Minute27-Jul-09 4:26
Henry Minute27-Jul-09 4:26 
Question2D Image Animation Pin
NazarHussain27-Jul-09 3:06
NazarHussain27-Jul-09 3:06 
AnswerRe: 2D Image Animation Pin
musefan27-Jul-09 3:25
musefan27-Jul-09 3:25 
GeneralRe: 2D Image Animation Pin
NazarHussain27-Jul-09 4:10
NazarHussain27-Jul-09 4:10 
AnswerRe: 2D Image Animation Pin
Alan Balkany27-Jul-09 4:34
Alan Balkany27-Jul-09 4:34 
GeneralRe: 2D Image Animation Pin
NazarHussain27-Jul-09 19:21
NazarHussain27-Jul-09 19:21 
QuestionViewState related problem Pin
Mit2427-Jul-09 2:32
Mit2427-Jul-09 2:32 
Can anyone explain me.... regarding following problem. Though I got solution want to understand.

I made an applicatin in which 2 buttons are there.
1)Click on 1'st button is leading to 1'st gridview.
2)Click on link button of 1'st gridview is leading to 2'nd and,
3)Click on link button of 2'nd gridview is leading to 3'rd ....
likewise i was leading user to 3-4'th level detail.

Similarly on click of 2'nd button same procedure was getting followed.

I also have made BACK button to reach back to earlier stage from each grid view. i.e. From 3'rd gridview I was required to get to 2'nd griedview, and click on BACK again I was required to 1'st gridview and then again on buttons page on click of BACK once again.

This was happening fine with first button while it was not returning back from second buttons grid view. Even my Internet Explorer's, 'BACK' button also was geting disabled..! showing that there is no previous page...!

I searched much but could not find detail, but then got doubt on 'ViewState' which I used to filter data based on click comming from earlier grid. To solve my problem, instead of using 'ViewState' I used 'Session' and it worked. I am now able to come back to 2'nd button from which I started. That to step-by-step.

Thus problem is solved but wabt to know how this 'Session' worked then 'ViewState'

i.e :

ViewState["ds_Port_Summ"] = ds_Port_Summ; is replaced by,
Session["ds_Port_Summ"] = ds_Port_Summ;
and it worked.

Please explain, how/why it worked fine to go back to previous stage..?
AnswerRe: ViewState related problem Pin
Abhijit Jana27-Jul-09 3:24
professionalAbhijit Jana27-Jul-09 3:24 
QuestionHow i know if my DataTable is empty? Pin
noamtzu27-Jul-09 2:26
noamtzu27-Jul-09 2:26 
AnswerRe: How i know if my DataTable is empty? Pin
stancrm27-Jul-09 2:27
stancrm27-Jul-09 2:27 
QuestionSplitContainer panel scroll bar Pin
Surya Ayyagari27-Jul-09 1:31
Surya Ayyagari27-Jul-09 1:31 
AnswerRe: SplitContainer panel scroll bar Pin
musefan27-Jul-09 2:08
musefan27-Jul-09 2:08 
GeneralRe: SplitContainer panel scroll bar Pin
#realJSOP27-Jul-09 2:14
professional#realJSOP27-Jul-09 2:14 
GeneralRe: SplitContainer panel scroll bar Pin
musefan27-Jul-09 2:37
musefan27-Jul-09 2:37 
AnswerRe: SplitContainer panel scroll bar Pin
Mike Ellison27-Jul-09 2:21
Mike Ellison27-Jul-09 2:21 
GeneralRe: SplitContainer panel scroll bar Pin
Surya Ayyagari27-Jul-09 23:33
Surya Ayyagari27-Jul-09 23:33 
AnswerRe: SplitContainer panel scroll bar [Repost From .NET Framework Forum] Pin
Henry Minute27-Jul-09 4:35
Henry Minute27-Jul-09 4:35 
GeneralRe: SplitContainer panel scroll bar [Repost From .NET Framework Forum] Pin
Surya Ayyagari27-Jul-09 23:29
Surya Ayyagari27-Jul-09 23:29 
AnswerRe: SplitContainer panel scroll bar Pin
Waseem Chishti10-Nov-10 22:00
Waseem Chishti10-Nov-10 22:00 
GeneralRe: SplitContainer panel scroll bar Pin
Waqar Uddin6-Aug-11 11:59
Waqar Uddin6-Aug-11 11:59 
QuestionDataset to SQL Table using c# Pin
G Mohan27-Jul-09 1:29
G Mohan27-Jul-09 1:29 
AnswerRe: Dataset to SQL Table using c# Pin
stancrm27-Jul-09 1:37
stancrm27-Jul-09 1:37 
QuestionPlease help. I installed Component Software- RCS it ruined my entire year work. "the line endings ...." Pin
amitthk27-Jul-09 0:51
professionalamitthk27-Jul-09 0:51 
AnswerRe: Please help. I installed Component Software- RCS it ruined my entire year work. "the line endings ...." Pin
Pete O'Hanlon27-Jul-09 1:15
mvePete O'Hanlon27-Jul-09 1: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.