Click here to Skip to main content
15,886,067 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridViewSetting Pin
NeoJey16-Oct-06 23:28
NeoJey16-Oct-06 23:28 
AnswerRe: GridViewSetting Pin
_AK_16-Oct-06 23:41
_AK_16-Oct-06 23:41 
GeneralRe: GridViewSetting Pin
NeoJey17-Oct-06 0:55
NeoJey17-Oct-06 0:55 
GeneralRe: GridViewSetting Pin
_AK_17-Oct-06 1:00
_AK_17-Oct-06 1:00 
AnswerRe: GridViewSetting Pin
Jay_se17-Oct-06 0:36
Jay_se17-Oct-06 0:36 
Questionfind the checked treenode in treeview??? Pin
steven_wong16-Oct-06 23:11
steven_wong16-Oct-06 23:11 
Questiondisabling the back button Pin
amaneet16-Oct-06 23:05
amaneet16-Oct-06 23:05 
AnswerRe: disabling the back button Pin
Jay_se17-Oct-06 0:26
Jay_se17-Oct-06 0:26 
Hi,

The Code what you have used previously only Clear the Cache. Consider the following situation. You need to use the JavaScript for this purpose.

From Page A, You are navigated to Page B. User should not be allowed to go to Page A from Page B.

Put the code below in Page A.

To Disable Back

window.history.forward(1);


To Disable Forward

window.history.back(1);



Regards,

Jay Smile | :)

GeneralRe: disabling the back button Pin
shreekar17-Oct-06 1:42
shreekar17-Oct-06 1:42 
QuestionGet week of Year in ASP.Net Pin
Minuab16-Oct-06 22:47
Minuab16-Oct-06 22:47 
AnswerRe: Get week of Year in ASP.Net Pin
shreekar17-Oct-06 0:32
shreekar17-Oct-06 0:32 
Questiontext in new row Pin
ptvce16-Oct-06 22:31
ptvce16-Oct-06 22:31 
AnswerRe: text in new row Pin
amaneet16-Oct-06 23:27
amaneet16-Oct-06 23:27 
AnswerRe: text in new row Pin
amin_behzadi17-Oct-06 0:16
professionalamin_behzadi17-Oct-06 0:16 
GeneralRe: text in new row Pin
ptvce17-Oct-06 3:26
ptvce17-Oct-06 3:26 
QuestionDatagrid Pin
Kissy1616-Oct-06 21:57
Kissy1616-Oct-06 21:57 
AnswerRe: Datagrid Pin
amaneet16-Oct-06 23:37
amaneet16-Oct-06 23:37 
AnswerRe: Datagrid Pin
prakash_21017-Oct-06 0:27
prakash_21017-Oct-06 0:27 
AnswerRe: Datagrid Pin
shreekar17-Oct-06 0:29
shreekar17-Oct-06 0:29 
AnswerRe: Datagrid Pin
postmaster@programmingknowledge.com17-Oct-06 2:36
postmaster@programmingknowledge.com17-Oct-06 2:36 
Question"how to get system date" Pin
ravikiranreddydharmannagari16-Oct-06 21:08
ravikiranreddydharmannagari16-Oct-06 21:08 
AnswerRe: "how to get system date" Pin
_AK_16-Oct-06 21:12
_AK_16-Oct-06 21:12 
QuestionRe: "how to get system date" Pin
ravikiranreddydharmannagari16-Oct-06 23:05
ravikiranreddydharmannagari16-Oct-06 23:05 
AnswerRe: "how to get system date" Pin
_AK_16-Oct-06 23:21
_AK_16-Oct-06 23:21 
AnswerRe: "how to get system date" Pin
Jay_se16-Oct-06 21:12
Jay_se16-Oct-06 21:12 

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.