Click here to Skip to main content
15,887,945 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to find a TreeView Index ? Pin
N a v a n e e t h10-Jul-08 19:25
N a v a n e e t h10-Jul-08 19:25 
QuestionIn deep trouble Pin
gurjitgreat10-Jul-08 7:21
gurjitgreat10-Jul-08 7:21 
AnswerRe: In deep trouble Pin
ToddHileHoffer10-Jul-08 10:30
ToddHileHoffer10-Jul-08 10:30 
QuestionAccessing Event raised by a control Pin
Het210910-Jul-08 6:43
Het210910-Jul-08 6:43 
AnswerRe: Accessing Event raised by a control Pin
Sandeep Akhare10-Jul-08 21:15
Sandeep Akhare10-Jul-08 21:15 
QuestionWriting Arabic Pin
Mr.Sam10-Jul-08 6:07
Mr.Sam10-Jul-08 6:07 
QuestionHow to trigger button click events with keyboard arrow key? Pin
Aslesh10-Jul-08 5:39
Aslesh10-Jul-08 5:39 
AnswerRe: How to trigger button click events with keyboard arrow key? Pin
leoinfo10-Jul-08 6:00
leoinfo10-Jul-08 6:00 
Place this code on Page_Load()

form1.Attributes.Add("onkeydown", "var btnLeft=document.getElementById('" + <big>btnLeft.ClientID </big>+ "');var btnRight=document.getElementById('" + <big>btnRight.ClientID</big> + "');if(btnLeft && event.keyCode==37){btnLeft.click()};if(btnRight && event.keyCode==39){btnRight.click()};}")

btnLeft and btnRight are the IDs of your left/right buttons.
QuestionI have problem with Asp.net Update panel, plz help me. Pin
Ajita Kumar Satpathy10-Jul-08 4:37
Ajita Kumar Satpathy10-Jul-08 4:37 
AnswerRe: I have problem with Asp.net Update panel, plz help me. Pin
Sherin Iranimose10-Jul-08 5:19
Sherin Iranimose10-Jul-08 5:19 
GeneralRe: I have problem with Asp.net Update panel, plz help me. Pin
Ajita Kumar Satpathy13-Jul-08 7:42
Ajita Kumar Satpathy13-Jul-08 7:42 
Questionsqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
orsini10-Jul-08 4:04
orsini10-Jul-08 4:04 
AnswerRe: sqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
Sherin Iranimose10-Jul-08 5:31
Sherin Iranimose10-Jul-08 5:31 
GeneralRe: sqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
NeverHeardOfMe10-Jul-08 5:40
NeverHeardOfMe10-Jul-08 5:40 
GeneralRe: sqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
Sherin Iranimose10-Jul-08 5:49
Sherin Iranimose10-Jul-08 5:49 
AnswerRe: sqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
NeverHeardOfMe10-Jul-08 5:39
NeverHeardOfMe10-Jul-08 5:39 
GeneralRe: sqldatareader and inner join problem, not getting all records, PLEASE HELP Pin
orsini10-Jul-08 6:03
orsini10-Jul-08 6:03 
QuestionPlatform Independent Web Based Video Conferencing Through Cam Pin
shahzadmalik10-Jul-08 3:07
shahzadmalik10-Jul-08 3:07 
QuestionButton Id Problem Pin
Ajeet mittal10-Jul-08 2:58
Ajeet mittal10-Jul-08 2:58 
AnswerRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 3:57
Sherin Iranimose10-Jul-08 3:57 
GeneralRe: Button Id Problem Pin
Ajeet mittal10-Jul-08 19:24
Ajeet mittal10-Jul-08 19:24 
GeneralRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 20:10
Sherin Iranimose10-Jul-08 20:10 
GeneralRe: Button Id Problem Pin
Ajeet mittal10-Jul-08 23:14
Ajeet mittal10-Jul-08 23:14 
GeneralRe: Button Id Problem Pin
Sherin Iranimose10-Jul-08 23:43
Sherin Iranimose10-Jul-08 23:43 
QuestionCannot implicitly convert type 'int' to 'string' Pin
eyeseetee10-Jul-08 2:55
eyeseetee10-Jul-08 2:55 

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.