Click here to Skip to main content
15,902,189 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Login Control Error Pin
Vasudevan Deepak Kumar19-Nov-07 18:04
Vasudevan Deepak Kumar19-Nov-07 18:04 
GeneralRe: Login Control Error Pin
solarthur0120-Nov-07 9:21
solarthur0120-Nov-07 9:21 
GeneralDynamic Menu in Update Panel Wanted Pin
Malcolm Smart19-Nov-07 12:18
Malcolm Smart19-Nov-07 12:18 
Questionpopup window and main window without page refresh Pin
Sarfaraj Ahmed19-Nov-07 11:04
Sarfaraj Ahmed19-Nov-07 11:04 
AnswerRe: popup window and main window without page refresh Pin
SABhatti19-Nov-07 11:21
SABhatti19-Nov-07 11:21 
QuestionThe Specified String is not in the form required by an email address Pin
Strategon19-Nov-07 10:40
Strategon19-Nov-07 10:40 
Questionhow to disable the hyperlink button in repeater control.very urgent... Pin
Murugan.nett19-Nov-07 9:19
Murugan.nett19-Nov-07 9:19 
AnswerRe: how to disable the hyperlink button in repeater control.very urgent... Pin
SABhatti19-Nov-07 9:30
SABhatti19-Nov-07 9:30 
well I have not tried the repeater control but this how I do it in gridview (I use the rowdatabound for gridview):

<br />
Hyperlink link = curRow.FindControl(linkID);<br />
<br />
if(string.Compare(status, "open",true) == 0)<br />
{<br />
link.Enabled = true; <br />
} <br />
else<br />
{<br />
link.Enabled = false;<br />
}<br />
<br />


-----

AnswerRe: how to disable the hyperlink button in repeater control.very urgent... Pin
Vasudevan Deepak Kumar19-Nov-07 18:06
Vasudevan Deepak Kumar19-Nov-07 18:06 
QuestionAssign default value in edit mode formview [modified] Pin
bnbdnb19-Nov-07 8:00
bnbdnb19-Nov-07 8:00 
AnswerRe: Assign default value in edit mode formview Pin
Christian Graus19-Nov-07 9:17
protectorChristian Graus19-Nov-07 9:17 
GeneralRe: Assign default value in edit mode formview Pin
bnbdnb19-Nov-07 9:30
bnbdnb19-Nov-07 9:30 
AnswerRe: Assign default value in edit mode formview Pin
bnbdnb19-Nov-07 9:42
bnbdnb19-Nov-07 9:42 
GeneralRe: Assign default value in edit mode formview Pin
bnbdnb19-Nov-07 17:40
bnbdnb19-Nov-07 17:40 
QuestionClient side post back Pin
solarthur0119-Nov-07 6:32
solarthur0119-Nov-07 6:32 
AnswerRe: Client side post back Pin
DigiOz Multimedia19-Nov-07 9:14
DigiOz Multimedia19-Nov-07 9:14 
AnswerRe: Client side post back Pin
pmarfleet19-Nov-07 9:15
pmarfleet19-Nov-07 9:15 
AnswerRe: Client side post back Pin
Vasudevan Deepak Kumar19-Nov-07 18:08
Vasudevan Deepak Kumar19-Nov-07 18:08 
Questionerror message in login page Pin
rocky81119-Nov-07 5:33
rocky81119-Nov-07 5:33 
AnswerRe: error message in login page Pin
Prateek G19-Nov-07 19:16
Prateek G19-Nov-07 19:16 
QuestionChange Gridview ImageButton and back Pin
GianFiume19-Nov-07 5:03
GianFiume19-Nov-07 5:03 
AnswerRe: Change Gridview ImageButton and back Pin
SABhatti19-Nov-07 9:46
SABhatti19-Nov-07 9:46 
GeneralRe: Change Gridview ImageButton and back Pin
GianFiume19-Nov-07 21:11
GianFiume19-Nov-07 21:11 
Questioni want the path where the file was saved Pin
jagan12319-Nov-07 3:42
jagan12319-Nov-07 3:42 
AnswerRe: i want the path where the file was saved Pin
pmarfleet19-Nov-07 4:24
pmarfleet19-Nov-07 4:24 

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.