Click here to Skip to main content
15,881,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralAnother PDF question Pin
ffowler29-Apr-08 8:15
ffowler29-Apr-08 8:15 
GeneralRe: Another PDF question Pin
Christian Graus29-Apr-08 12:52
protectorChristian Graus29-Apr-08 12:52 
GeneralRe: Another PDF question Pin
ffowler30-Apr-08 7:59
ffowler30-Apr-08 7:59 
GeneralTextBox loses focus Pin
Ekjon29-Apr-08 5:30
Ekjon29-Apr-08 5:30 
GeneralRe: TextBox loses focus Pin
Sandeep Akhare29-Apr-08 6:47
Sandeep Akhare29-Apr-08 6:47 
GeneralRe: TextBox loses focus Pin
Krazy Programmer29-Apr-08 7:55
Krazy Programmer29-Apr-08 7:55 
GeneralRe: TextBox loses focus Pin
Ekjon29-Apr-08 8:18
Ekjon29-Apr-08 8:18 
GeneralRe: TextBox loses focus Pin
Guffa29-Apr-08 11:47
Guffa29-Apr-08 11:47 
Are you using the UpdatePanel to hide the TextBox, i.e. setting Visibility to false on the TextBox (or any control containing the TextBox)?

In that case, you are not really hiding the TextBox, but actually removing it. When you show it again, a new TextBox (which is identical to the previous) is added to the page. As it's not even the same TextBox, it can naturally not keep focus.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: TextBox loses focus Pin
Ekjon30-Apr-08 5:40
Ekjon30-Apr-08 5:40 
GeneralPDF Creation Pin
macca2429-Apr-08 2:58
macca2429-Apr-08 2:58 
GeneralRe: PDF Creation Pin
Mark J. Miller29-Apr-08 3:40
Mark J. Miller29-Apr-08 3:40 
GeneralRe: PDF Creation Pin
Vasudevan Deepak Kumar29-Apr-08 4:33
Vasudevan Deepak Kumar29-Apr-08 4:33 
Generalcalling a javascript function through c# Pin
eyeseetee29-Apr-08 2:25
eyeseetee29-Apr-08 2:25 
GeneralRe: calling a javascript function through c# Pin
Guffa29-Apr-08 3:18
Guffa29-Apr-08 3:18 
GeneralRe: calling a javascript function through c# Pin
flash66529-Apr-08 15:44
flash66529-Apr-08 15:44 
Questioncannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 1:25
Justin Parkes29-Apr-08 1:25 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Guffa29-Apr-08 3:20
Guffa29-Apr-08 3:20 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 3:34
Justin Parkes29-Apr-08 3:34 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Vasudevan Deepak Kumar29-Apr-08 4:34
Vasudevan Deepak Kumar29-Apr-08 4:34 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 4:43
Justin Parkes29-Apr-08 4:43 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Vasudevan Deepak Kumar29-Apr-08 4:35
Vasudevan Deepak Kumar29-Apr-08 4:35 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 4:43
Justin Parkes29-Apr-08 4:43 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Vasudevan Deepak Kumar29-Apr-08 4:56
Vasudevan Deepak Kumar29-Apr-08 4:56 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 4:59
Justin Parkes29-Apr-08 4:59 
GeneralRe: cannot CreateObject("com.sun.star.ServiceManager") Pin
Justin Parkes29-Apr-08 21:03
Justin Parkes29-Apr-08 21:03 

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.