Click here to Skip to main content
15,895,667 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to add value in dynamically two dimensional array in vb.net Pin
Piyush Vardhan Singh22-Nov-07 22:49
Piyush Vardhan Singh22-Nov-07 22:49 
GeneralRe: how to add value in dynamically two dimensional array in vb.net Pin
N a v a n e e t h22-Nov-07 22:58
N a v a n e e t h22-Nov-07 22:58 
GeneralRe: how to add value in dynamically two dimensional array in vb.net Pin
Piyush Vardhan Singh22-Nov-07 23:23
Piyush Vardhan Singh22-Nov-07 23:23 
QuestionError Message Pops Up On commiting values to database Pin
codingrocks22-Nov-07 22:24
codingrocks22-Nov-07 22:24 
QuestionLogin Page in ASP.net using C# Pin
Phan Ing Siong22-Nov-07 21:48
Phan Ing Siong22-Nov-07 21:48 
AnswerRe: Login Page in ASP.net using C# Pin
Michael Sync22-Nov-07 22:08
Michael Sync22-Nov-07 22:08 
QuestionRe:IFRame Help Pin
RameshwerE22-Nov-07 21:25
RameshwerE22-Nov-07 21:25 
QuestionFocus doent work in firefox pop ups Pin
Shweta228122-Nov-07 20:52
Shweta228122-Nov-07 20:52 
I am using the dimming div js(got it from code project itself).but my problem is am not able to set focus on the the text box that appears in my pop up.This is my code:
function setfocus(field_id) {
if (document.getElementById(field_id)!= null){
window.setTimeout( "document.getElementById('" +field_id+ "').focus();",500 );

//alert(field_id);
}
}
after i display my pop up,i call this function.It works perfectly fine in IE.But FF is a problem.:(Please help me!! Infact if you click on any of the controls on the pop up the cursor doesnt appear in Firefox.
QuestionRe: Focus doent work in firefox pop ups Pin
Vasudevan Deepak Kumar22-Nov-07 20:56
Vasudevan Deepak Kumar22-Nov-07 20:56 
AnswerRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 20:58
Shweta228122-Nov-07 20:58 
AnswerRe: Focus doent work in firefox pop ups Pin
N a v a n e e t h22-Nov-07 22:01
N a v a n e e t h22-Nov-07 22:01 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 22:18
Shweta228122-Nov-07 22:18 
GeneralRe: Focus doent work in firefox pop ups Pin
N a v a n e e t h22-Nov-07 22:32
N a v a n e e t h22-Nov-07 22:32 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 22:34
Shweta228122-Nov-07 22:34 
GeneralRe: Focus doent work in firefox pop ups Pin
N a v a n e e t h22-Nov-07 22:47
N a v a n e e t h22-Nov-07 22:47 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 22:54
Shweta228122-Nov-07 22:54 
GeneralRe: Focus doent work in firefox pop ups Pin
N a v a n e e t h22-Nov-07 23:00
N a v a n e e t h22-Nov-07 23:00 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228123-Nov-07 0:42
Shweta228123-Nov-07 0:42 
GeneralRe: Focus doent work in firefox pop ups Pin
N a v a n e e t h23-Nov-07 0:51
N a v a n e e t h23-Nov-07 0:51 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228123-Nov-07 1:06
Shweta228123-Nov-07 1:06 
AnswerRe: Focus doent work in firefox pop ups Pin
InsDev22-Nov-07 22:03
InsDev22-Nov-07 22:03 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 22:20
Shweta228122-Nov-07 22:20 
GeneralRe: Focus doent work in firefox pop ups Pin
InsDev22-Nov-07 22:37
InsDev22-Nov-07 22:37 
GeneralRe: Focus doent work in firefox pop ups Pin
Shweta228122-Nov-07 22:42
Shweta228122-Nov-07 22:42 
AnswerRe: Focus doent work in firefox pop ups Pin
Sherin Iranimose22-Nov-07 23:29
Sherin Iranimose22-Nov-07 23:29 

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.