Click here to Skip to main content
16,005,080 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Javascript Pin
senthilsstil22-May-08 21:39
senthilsstil22-May-08 21:39 
Questionreplace and trim function in .net 2.0 Pin
trilokharry22-May-08 21:08
trilokharry22-May-08 21:08 
AnswerRe: replace and trim function in .net 2.0 Pin
Christian Graus22-May-08 21:12
protectorChristian Graus22-May-08 21:12 
AnswerRe: replace and trim function in .net 2.0 Pin
N a v a n e e t h22-May-08 21:15
N a v a n e e t h22-May-08 21:15 
GeneralRe: replace and trim function in .net 2.0 Pin
trilokharry22-May-08 21:45
trilokharry22-May-08 21:45 
GeneralRe: replace and trim function in .net 2.0 Pin
trilokharry22-May-08 22:15
trilokharry22-May-08 22:15 
GeneralRe: replace and trim function in .net 2.0 Pin
Laddie22-May-08 23:25
Laddie22-May-08 23:25 
QuestionHo to write itemdatabound event in datalist Pin
nizamuddin22-May-08 21:05
nizamuddin22-May-08 21:05 
Hello Friend iam new to asp.net
i have a problem here iam using datalist control in this control i have image and chek box if user un chek chekbox mean he don't want to diplay image then i need to disable image how to write inlinecode for this
i will try both ways like inlinecode and itemdatabound event
if i go with item databound problem is it it's not disable first iamge in datalist remaining images are disabled except first one
here is my code

if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem)
{
CheckBox lblimge = (CheckBox)e.Item.FindControl("chkid");
HtmlTableCell TAB = (HtmlTableCell)e.Item.FindControl("TDIamge");
DLNews.ItemDataBound =
foreach (DataListItem di in DLNews.Items)
{
if (lblimge.Checked == false)
{
TAB.Visible = false;
}
else
{
TAB.Visible = true;

}

}
}
AnswerRe: Ho to write itemdatabound event in datalist Pin
eyeseetee22-May-08 21:20
eyeseetee22-May-08 21:20 
QuestionImporting Contacts from Mail Clients in ASP>net Pin
sukkureddy22-May-08 20:30
sukkureddy22-May-08 20:30 
AnswerRe: Importing Contacts from Mail Clients in ASP>net Pin
Krazy Programmer22-May-08 20:42
Krazy Programmer22-May-08 20:42 
AnswerRe: Importing Contacts from Mail Clients in ASP>net Pin
N a v a n e e t h22-May-08 21:00
N a v a n e e t h22-May-08 21:00 
GeneralRe: Importing Contacts from Mail Clients in ASP>net Pin
sukkureddy22-May-08 21:27
sukkureddy22-May-08 21:27 
GeneralRe: Importing Contacts from Mail Clients in ASP>net Pin
sukkureddy22-May-08 21:35
sukkureddy22-May-08 21:35 
AnswerRe: Importing Contacts from Mail Clients in ASP>net Pin
eyeseetee22-May-08 21:22
eyeseetee22-May-08 21:22 
GeneralRe: Importing Contacts from Mail Clients in ASP>net Pin
sukkureddy22-May-08 21:33
sukkureddy22-May-08 21:33 
QuestionRe: Importing Contacts from Mail Clients in ASP>net Pin
sukkureddy22-May-08 21:41
sukkureddy22-May-08 21:41 
AnswerRe: Importing Contacts from Mail Clients in ASP>net Pin
Vasudevan Deepak Kumar26-May-08 19:03
Vasudevan Deepak Kumar26-May-08 19:03 
AnswerRe: Importing Contacts from Mail Clients in ASP>net Pin
Vasudevan Deepak Kumar26-May-08 19:04
Vasudevan Deepak Kumar26-May-08 19:04 
GeneralRe: Importing Contacts from Mail Clients in ASP>net Pin
sukkureddy30-May-08 19:15
sukkureddy30-May-08 19:15 
QuestionWhich technology Should I use.................... Pin
EvilInside22-May-08 20:25
EvilInside22-May-08 20:25 
AnswerRe: Which technology Should I use.................... Pin
keyboard warrior22-May-08 20:37
keyboard warrior22-May-08 20:37 
AnswerRe: Which technology Should I use.................... Pin
eyeseetee22-May-08 21:25
eyeseetee22-May-08 21:25 
AnswerRe: Which technology Should I use.................... Pin
Vasudevan Deepak Kumar26-May-08 19:05
Vasudevan Deepak Kumar26-May-08 19:05 
QuestionLatest Ajax Controls Pin
Krazy Programmer22-May-08 20:13
Krazy Programmer22-May-08 20:13 

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.