Click here to Skip to main content
16,014,631 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with sessions in common methods class Pin
N a v a n e e t h7-Jul-08 0:32
N a v a n e e t h7-Jul-08 0:32 
GeneralRe: problem with sessions in common methods class Pin
eyeseetee7-Jul-08 0:52
eyeseetee7-Jul-08 0:52 
Questionhow to disable link button ? Pin
kathyani6-Jul-08 23:40
kathyani6-Jul-08 23:40 
AnswerRe: how to disable link button ? Pin
eyeseetee6-Jul-08 23:44
eyeseetee6-Jul-08 23:44 
GeneralRe: how to disable link button ? Pin
kathyani6-Jul-08 23:55
kathyani6-Jul-08 23:55 
GeneralRe: how to disable link button ? Pin
eyeseetee6-Jul-08 23:58
eyeseetee6-Jul-08 23:58 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:02
kathyani7-Jul-08 0:02 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 0:03
Sherin Iranimose7-Jul-08 0:03 
kathyani wrote:
Response.Redirect("pge1.aspx");


What is page1.aspx?
If it is the current page, Then It will be depend upon the design of the page(if you are not not set the enabled property at design time,by default it will be enabled).
So
kathyani wrote:
lnkPrevious.Enabled = false;

Disable your link button, but
kathyani wrote:
Response.Redirect("pge1.aspx");

will Enable it.

EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.

GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:07
kathyani7-Jul-08 0:07 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 0:11
Sherin Iranimose7-Jul-08 0:11 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:14
kathyani7-Jul-08 0:14 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 0:21
Sherin Iranimose7-Jul-08 0:21 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:25
kathyani7-Jul-08 0:25 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:44
kathyani7-Jul-08 0:44 
GeneralRe: how to disable link button ? Pin
Arindam Tewary7-Jul-08 0:50
professionalArindam Tewary7-Jul-08 0:50 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 0:54
kathyani7-Jul-08 0:54 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 1:15
kathyani7-Jul-08 1:15 
GeneralRe: how to disable link button ? Pin
Arindam Tewary7-Jul-08 1:24
professionalArindam Tewary7-Jul-08 1:24 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 1:48
kathyani7-Jul-08 1:48 
GeneralRe: how to disable link button ? Pin
eyeseetee7-Jul-08 0:53
eyeseetee7-Jul-08 0:53 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 0:53
Sherin Iranimose7-Jul-08 0:53 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 1:05
kathyani7-Jul-08 1:05 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 1:16
Sherin Iranimose7-Jul-08 1:16 
GeneralRe: how to disable link button ? Pin
kathyani7-Jul-08 1:23
kathyani7-Jul-08 1:23 
GeneralRe: how to disable link button ? Pin
Sherin Iranimose7-Jul-08 1:28
Sherin Iranimose7-Jul-08 1:28 

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.