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

ASP.NET

 
QuestionASP.net Web.Config Parser Error Message: Child Nodes Not Allowed Pin
HatakeKaKaShi21-Jul-09 21:48
HatakeKaKaShi21-Jul-09 21:48 
AnswerRe: ASP.net Web.Config Parser Error Message: Child Nodes Not Allowed Pin
Vimalsoft(Pty) Ltd21-Jul-09 23:59
professionalVimalsoft(Pty) Ltd21-Jul-09 23:59 
QuestionDynamic menu item Pin
suzzain21-Jul-09 20:57
suzzain21-Jul-09 20:57 
AnswerRe: Dynamic menu item Pin
Christian Graus21-Jul-09 21:20
protectorChristian Graus21-Jul-09 21:20 
GeneralRe: Dynamic menu item Pin
suzzain21-Jul-09 21:47
suzzain21-Jul-09 21:47 
QuestionEditing in FileUpload control Pin
yesu prakash21-Jul-09 20:52
yesu prakash21-Jul-09 20:52 
AnswerRe: Editing in FileUpload control Pin
Christian Graus21-Jul-09 20:53
protectorChristian Graus21-Jul-09 20:53 
AnswerRe: Editing in FileUpload control Pin
Zafar A khan 21-Jul-09 22:07
professionalZafar A khan 21-Jul-09 22:07 
Add the following code to the code behind of the page.

protected void Page_Load(object sender, EventArgs e)
    {
        FileUpload1.Attributes.Add("onKeyDown", "if((event.keyCode == 8 ) ||(event.keyCode == 9) || (event.keyCode == 12) || (event.keyCode == 27) || (event.keyCode == 37) || (event.keyCode == 39) || (event.keyCode == 46))return true;else return false;");
    }

QuestionProblem showing OnMouseOver PopUp at right mouse position. Pin
Rahul Chitte21-Jul-09 20:49
Rahul Chitte21-Jul-09 20:49 
AnswerRe: Problem showing OnMouseOver PopUp at right mouse position. Pin
Christian Graus21-Jul-09 20:51
protectorChristian Graus21-Jul-09 20:51 
QuestionHow to add multiple rows on the datatable. Pin
megivimal21-Jul-09 20:29
megivimal21-Jul-09 20:29 
AnswerRe: How to add multiple rows on the datatable. Pin
Christian Graus21-Jul-09 20:42
protectorChristian Graus21-Jul-09 20:42 
AnswerRe: How to add multiple rows on the datatable. Pin
Abhishek Sur22-Jul-09 0:24
professionalAbhishek Sur22-Jul-09 0:24 
Questionhow to get image Pin
Rajee Maharjan21-Jul-09 20:19
Rajee Maharjan21-Jul-09 20:19 
AnswerRe: how to get image Pin
Christian Graus21-Jul-09 20:41
protectorChristian Graus21-Jul-09 20:41 
AnswerRe: how to get image Pin
Rajee Maharjan21-Jul-09 20:50
Rajee Maharjan21-Jul-09 20:50 
GeneralRe: how to get image Pin
Christian Graus21-Jul-09 20:52
protectorChristian Graus21-Jul-09 20:52 
AnswerRe: how to get image Pin
Rajee Maharjan21-Jul-09 20:56
Rajee Maharjan21-Jul-09 20:56 
GeneralRe: how to get image Pin
Christian Graus21-Jul-09 21:24
protectorChristian Graus21-Jul-09 21:24 
Questionhow many times a page is view Pin
amit sahu2021-Jul-09 20:11
amit sahu2021-Jul-09 20:11 
AnswerRe: how many times a page is view Pin
Christian Graus21-Jul-09 20:17
protectorChristian Graus21-Jul-09 20:17 
AnswerRe: how many times a page is view Pin
Jagz W21-Jul-09 23:04
professionalJagz W21-Jul-09 23:04 
Questionhow to get the value of the dropdownlist selected Pin
lakshmichawala21-Jul-09 18:52
lakshmichawala21-Jul-09 18:52 
AnswerRe: how to get the value of the dropdownlist selected Pin
Abhijit Jana21-Jul-09 18:55
professionalAbhijit Jana21-Jul-09 18:55 
GeneralRe: how to get the value of the dropdownlist selected Pin
lakshmichawala21-Jul-09 19:08
lakshmichawala21-Jul-09 19:08 

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.