Click here to Skip to main content
15,890,365 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem of adding malicious script tag in every page automatically Pin
cooolguymca22-Nov-09 18:26
cooolguymca22-Nov-09 18:26 
AnswerRe: Problem of adding malicious script tag in every page automatically Pin
Abhijit Jana22-Nov-09 18:27
professionalAbhijit Jana22-Nov-09 18:27 
GeneralRe: Problem of adding malicious script tag in every page automatically Pin
April Fans24-Nov-09 0:52
April Fans24-Nov-09 0:52 
Questionpage containing datatable has to be built and rebuilt again and again Pin
Flavia A22-Nov-09 17:11
Flavia A22-Nov-09 17:11 
AnswerRe: page containing datatable has to be built and rebuilt again and again Pin
Abhijit Jana22-Nov-09 18:32
professionalAbhijit Jana22-Nov-09 18:32 
QuestionFormat some lines in listbox Pin
Member 470414322-Nov-09 14:04
Member 470414322-Nov-09 14:04 
AnswerRe: Format some lines in listbox Pin
Abhijit Jana22-Nov-09 16:07
professionalAbhijit Jana22-Nov-09 16:07 
GeneralRe: Format some lines in listbox Pin
Member 470414323-Nov-09 14:57
Member 470414323-Nov-09 14:57 
I can not do that because I don't know exactly text for the first three items of the list until my web application runs.

Text is added to my listbox by the following way:

foreach (DataRow row in dt.Rows)
       {
           string Msg = string.Format("{0} : {1}", row["Id"], row["Name_"]);
           lstHisttory.Items.Add(Msg);

         //lstHistory is my listbox

       }

QuestionExpire a link Pin
Calvin1122-Nov-09 7:22
Calvin1122-Nov-09 7:22 
AnswerRe: Expire a link Pin
Abhishek Sur22-Nov-09 8:49
professionalAbhishek Sur22-Nov-09 8:49 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 10:36
Calvin1122-Nov-09 10:36 
GeneralRe: Expire a link Pin
Abhishek Sur22-Nov-09 12:05
professionalAbhishek Sur22-Nov-09 12:05 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 13:06
Calvin1122-Nov-09 13:06 
GeneralRe: Expire a link Pin
amol ambilwade6-Jul-10 10:05
amol ambilwade6-Jul-10 10:05 
QuestionSearch suggestion in ASP/ASP.Net; need help!! Pin
maddy201222-Nov-09 6:49
maddy201222-Nov-09 6:49 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Blue_Boy22-Nov-09 6:58
Blue_Boy22-Nov-09 6:58 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Abhishek Sur22-Nov-09 9:21
professionalAbhishek Sur22-Nov-09 9:21 
QuestionSharepoint Pin
vimalkumarsinghal22-Nov-09 5:22
vimalkumarsinghal22-Nov-09 5:22 
AnswerRe: Sharepoint Pin
Abhishek Sur22-Nov-09 5:24
professionalAbhishek Sur22-Nov-09 5:24 
Questionhow to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:23
Muhammad Nauman Yousuf22-Nov-09 4:23 
AnswerRe: how to programatically click on LINK Pin
N a v a n e e t h22-Nov-09 4:25
N a v a n e e t h22-Nov-09 4:25 
GeneralRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:36
Muhammad Nauman Yousuf22-Nov-09 4:36 
AnswerRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 20:22
Muhammad Nauman Yousuf22-Nov-09 20:22 
QuestionUnable to Bind Vlaues to GridView Control.... Pin
Anil Kumar.Arvapalli22-Nov-09 2:13
Anil Kumar.Arvapalli22-Nov-09 2:13 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
N a v a n e e t h22-Nov-09 3:48
N a v a n e e t h22-Nov-09 3:48 

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.