Click here to Skip to main content
15,880,796 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to delete the record automatically after 20 days for unused email user account Pin
Mike Ellison10-Oct-06 4:07
Mike Ellison10-Oct-06 4:07 
GeneralRe: how to delete the record automatically after 20 days for unused email user account Pin
dhatchu10-Oct-06 4:20
dhatchu10-Oct-06 4:20 
GeneralRe: how to delete the record automatically after 20 days for unused email user account Pin
Member 9610-Oct-06 6:27
Member 9610-Oct-06 6:27 
QuestionPay-Per-Click Pin
Mahesh Kulkarni10-Oct-06 2:35
Mahesh Kulkarni10-Oct-06 2:35 
AnswerRe: Pay-Per-Click Pin
perlmunger12-Oct-06 5:38
perlmunger12-Oct-06 5:38 
GeneralRe: Pay-Per-Click Pin
Mahesh Kulkarni12-Oct-06 20:57
Mahesh Kulkarni12-Oct-06 20:57 
QuestionRe: Inline Code Error Pin
Sushant Duggal10-Oct-06 2:33
Sushant Duggal10-Oct-06 2:33 
AnswerRe: Inline Code Error Pin
Mike Ellison10-Oct-06 3:52
Mike Ellison10-Oct-06 3:52 
Try converting this to a function call. Something like:
string MyFunction(object o)
{
  string eventTo = Convert.ToString(o);
  if eventTo != ""
    return "Hello"
  else
    return eventTo
}

Then your databinding expression can be:
<%# MyFunction(DataBinder.Eval(Container.DataItem, "EventTo")) %>

QuestionSir, Pin
amaneet10-Oct-06 1:59
amaneet10-Oct-06 1:59 
AnswerRe: Sir, Pin
Sathesh Sakthivel10-Oct-06 2:48
Sathesh Sakthivel10-Oct-06 2:48 
QuestionWant some information Pin
varun_khanna1710-Oct-06 1:28
varun_khanna1710-Oct-06 1:28 
AnswerRe: Want some information Pin
minhpc_bk10-Oct-06 15:54
minhpc_bk10-Oct-06 15:54 
Questiondifference between c# and vb.,net Pin
amaneet10-Oct-06 1:17
amaneet10-Oct-06 1:17 
AnswerRe: difference between c# and vb.,net Pin
Member 9610-Oct-06 6:29
Member 9610-Oct-06 6:29 
QuestionHow to check the size of the file on client side ? Pin
King Shez10-Oct-06 1:15
King Shez10-Oct-06 1:15 
AnswerRe: How to check the size of the file on client side ? Pin
_AK_10-Oct-06 1:44
_AK_10-Oct-06 1:44 
GeneralRe: How to check the size of the file on client side ? Pin
King Shez10-Oct-06 19:33
King Shez10-Oct-06 19:33 
Questioncommon language runtime in vb.net Pin
amaneet10-Oct-06 1:12
amaneet10-Oct-06 1:12 
AnswerRe: common language runtime in vb.net Pin
Sathesh Sakthivel10-Oct-06 1:23
Sathesh Sakthivel10-Oct-06 1:23 
Questioninterfaces in vb,net Pin
amaneet10-Oct-06 1:08
amaneet10-Oct-06 1:08 
AnswerRe: interfaces in vb,net Pin
Sathesh Sakthivel10-Oct-06 1:19
Sathesh Sakthivel10-Oct-06 1:19 
QuestionUpdate image using AJAX/Atlas Pin
ErikZ10-Oct-06 1:03
ErikZ10-Oct-06 1:03 
AnswerRe: Update image using AJAX/Atlas Pin
Mike Ellison10-Oct-06 3:47
Mike Ellison10-Oct-06 3:47 
Questionhow to connect to oracle data base using c# Pin
AlaaMahmoud10-Oct-06 0:39
AlaaMahmoud10-Oct-06 0:39 
AnswerRe: how to connect to oracle data base using c# Pin
Mike Ellison10-Oct-06 3:33
Mike Ellison10-Oct-06 3:33 

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.