Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: java script for user can enter capital alplbets means capital A to Z only in text box. Pin
Spunky Coder7-May-09 0:38
Spunky Coder7-May-09 0:38 
Questionproblem with apple safari Pin
nisha000006-May-09 21:15
nisha000006-May-09 21:15 
AnswerRe: problem with apple safari Pin
SeMartens6-May-09 22:52
SeMartens6-May-09 22:52 
Questionissues Pin
shenbagasiva6-May-09 21:05
shenbagasiva6-May-09 21:05 
AnswerRe: issues Pin
SeMartens7-May-09 0:07
SeMartens7-May-09 0:07 
AnswerRe: issues Pin
Vasudevan Deepak Kumar7-May-09 22:14
Vasudevan Deepak Kumar7-May-09 22:14 
QuestionMousedown event Pin
devvvy6-May-09 21:02
devvvy6-May-09 21:02 
QuestionFocus is going on address bar Pin
Jagz W6-May-09 20:44
professionalJagz W6-May-09 20:44 
I have aspx page containing dropdown, textbox,divs , panel and buttons
i have set the tabindex property of each control. when page load i set the focus on a drop down by using this function

Private sub Setfocus(Byval Ctrl as control)

Dim Fs as string ="document.getElementById('" + ctrl.ClientId + "').focus();"
Page.RegsisterStartUp("FOCUSSCRIPT",FS)

End Sub

Now when i press tab the focus goes on address bar first then comes to second control

What will be the reason??

Note: I am using ASP.Net 1.1

Please Help
Its Urgent

One person's data is another person's program.

--J.Walia

AnswerRe: Focus is going on address bar Pin
mr_muskurahat6-May-09 21:04
mr_muskurahat6-May-09 21:04 
GeneralRe: Focus is going on address bar Pin
Jagz W7-May-09 0:23
professionalJagz W7-May-09 0:23 
QuestionASP.NET Exception ex.ToString to be available from browser? Pin
devvvy6-May-09 20:22
devvvy6-May-09 20:22 
AnswerRe: ASP.NET Exception ex.ToString to be available from browser? Pin
N a v a n e e t h6-May-09 20:42
N a v a n e e t h6-May-09 20:42 
GeneralRe: ASP.NET Exception ex.ToString to be available from browser? Pin
devvvy6-May-09 21:31
devvvy6-May-09 21:31 
Questionissues Pin
shenbagasiva6-May-09 19:56
shenbagasiva6-May-09 19:56 
AnswerRe: issues Pin
Spunky Coder6-May-09 20:05
Spunky Coder6-May-09 20:05 
AnswerRe: issues Pin
N a v a n e e t h6-May-09 20:35
N a v a n e e t h6-May-09 20:35 
AnswerRe: issues Pin
sumeshakshaya26-Jun-11 6:46
sumeshakshaya26-Jun-11 6:46 
QuestionRadGrid Pin
Rabiya266-May-09 19:01
Rabiya266-May-09 19:01 
AnswerRe: RadGrid Pin
mr_muskurahat6-May-09 21:06
mr_muskurahat6-May-09 21:06 
GeneralRe: RadGrid Pin
Rabiya266-May-09 21:31
Rabiya266-May-09 21:31 
QuestionHow to design Pin
Jaymm6-May-09 17:34
Jaymm6-May-09 17:34 
AnswerRe: How to design Pin
N a v a n e e t h6-May-09 18:02
N a v a n e e t h6-May-09 18:02 
GeneralRe: How to design Pin
Rabiya266-May-09 19:06
Rabiya266-May-09 19:06 
GeneralRe: How to design Pin
Greg Chelstowski6-May-09 21:27
Greg Chelstowski6-May-09 21:27 
QuestionSelecting Multiple Nodes in ASP.Net treeview Pin
meeram3956-May-09 15:30
meeram3956-May-09 15:30 

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.