Click here to Skip to main content
15,917,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMerging two dataset in C#.NET?? [modified] Pin
Karan_TN29-Jun-08 20:46
Karan_TN29-Jun-08 20:46 
AnswerRe: Merging two dataset in C#.NET?? Pin
N a v a n e e t h29-Jun-08 20:49
N a v a n e e t h29-Jun-08 20:49 
GeneralRe: Merging two dataset in C#.NET?? Pin
Christian Graus29-Jun-08 23:05
protectorChristian Graus29-Jun-08 23:05 
Questionenduser cant go previous page using that back button in internet explorer Pin
Member 387988129-Jun-08 20:37
Member 387988129-Jun-08 20:37 
AnswerRe: enduser cant go previous page using that back button in internet explorer Pin
Christian Graus29-Jun-08 20:39
protectorChristian Graus29-Jun-08 20:39 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
Member 387988129-Jun-08 21:35
Member 387988129-Jun-08 21:35 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
eyeseetee29-Jun-08 21:48
eyeseetee29-Jun-08 21:48 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
Christian Graus29-Jun-08 22:29
protectorChristian Graus29-Jun-08 22:29 
New one wrote:
This script i called in all the page body onload event:


function disable()
{
window.history.forward(1);
}


This might work. Sometimes. Anyone who wants to defeat it, can. Trivially. So, write good code in the first place, and you won't need this.

New one wrote:
Hi i am using session on my forms,
Using user only i am doing all those things..,
So i cant abondom session...,


This makes no sense at all. If a session object marks that a user is logged in, of course you can abandon it. The session is unique per user, that's why you use it in the first place.

Christian Graus

Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.

AnswerRe: enduser cant go previous page using that back button in internet explorer Pin
tina->newcoder29-Jun-08 22:26
tina->newcoder29-Jun-08 22:26 
Questionretrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 20:27
kimo code29-Jun-08 20:27 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 20:36
protectorChristian Graus29-Jun-08 20:36 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 20:51
kimo code29-Jun-08 20:51 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 20:59
protectorChristian Graus29-Jun-08 20:59 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 21:51
kimo code29-Jun-08 21:51 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 22:30
protectorChristian Graus29-Jun-08 22:30 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
N a v a n e e t h29-Jun-08 20:56
N a v a n e e t h29-Jun-08 20:56 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
brettokumar29-Jun-08 21:07
professionalbrettokumar29-Jun-08 21:07 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Masood Kochi,SSF29-Jun-08 20:57
Masood Kochi,SSF29-Jun-08 20:57 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
N a v a n e e t h29-Jun-08 21:02
N a v a n e e t h29-Jun-08 21:02 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 21:41
kimo code29-Jun-08 21:41 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Bharani_Ram29-Jun-08 21:51
Bharani_Ram29-Jun-08 21:51 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 21:55
kimo code29-Jun-08 21:55 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 22:01
kimo code29-Jun-08 22:01 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Bharani_Ram29-Jun-08 22:07
Bharani_Ram29-Jun-08 22:07 
GeneralRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 22:31
protectorChristian Graus29-Jun-08 22:31 

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.