Click here to Skip to main content
15,903,362 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler1-Jul-07 22:41
Urs Enzler1-Jul-07 22:41 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 1:01
rahul.net112-Jul-07 1:01 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 1:05
Urs Enzler2-Jul-07 1:05 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 1:42
rahul.net112-Jul-07 1:42 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 1:46
Urs Enzler2-Jul-07 1:46 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. [modified] Pin
rahul.net112-Jul-07 2:04
rahul.net112-Jul-07 2:04 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 2:08
Urs Enzler2-Jul-07 2:08 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 2:16
rahul.net112-Jul-07 2:16 
Thanks Urs Enzler
One more query please

In following section when i convert this code to vb.net in
If System.Web.HttpContext.Current IsNot Nothing Then
this line it gives me error System.Web.HttpContext cannot be converted
to boolean can u please tell me why it gives the error.
my converted code is as follow.

Protected Overloads Overrides Sub OnPreRender(ByVal e As EventArgs
If System.Web.HttpContext.Current IsNot Nothing Then
PullState()
PageState.SetPageState(Me, Me.PageState)
End If

MyBase.OnPreRender(e)
End Sub


df

GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 3:01
Urs Enzler2-Jul-07 3:01 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 6:36
Urs Enzler2-Jul-07 6:36 
QuestionObject destructors and web timeout in ASP.NET/VB.NET Pin
walkeraj29-Jun-07 10:26
walkeraj29-Jun-07 10:26 
AnswerRe: Object destructors and web timeout in ASP.NET/VB.NET Pin
Urs Enzler29-Jun-07 11:09
Urs Enzler29-Jun-07 11:09 
QuestionConfiguring Windows Authentication in IIS 7.0 Pin
Aisha Ikram29-Jun-07 4:55
Aisha Ikram29-Jun-07 4:55 
QuestionAJAX??????? Pin
FishiFishi28-Jun-07 20:25
FishiFishi28-Jun-07 20:25 
AnswerRe: AJAX??????? Pin
Pallavi Bhoite28-Jun-07 21:11
Pallavi Bhoite28-Jun-07 21:11 
AnswerRe: AJAX??????? Pin
Bassam Saoud29-Jun-07 10:47
Bassam Saoud29-Jun-07 10:47 
AnswerRe: AJAX??????? Pin
Christian Graus29-Jun-07 11:51
protectorChristian Graus29-Jun-07 11:51 
AnswerRe: AJAX??????? Pin
Luay.Essa3-Jul-07 20:44
Luay.Essa3-Jul-07 20:44 
QuestionJavascript support opening and parsing xml files? Pin
breen2528-Jun-07 8:46
breen2528-Jun-07 8:46 
Questionthumb.db file is not updating itself Pin
Shoaib Hussain28-Jun-07 1:40
Shoaib Hussain28-Jun-07 1:40 
QuestionForms in HTML Pin
Shamsa Kanwal28-Jun-07 0:22
Shamsa Kanwal28-Jun-07 0:22 
AnswerRe: Forms in HTML Pin
Manas Bhardwaj28-Jun-07 0:28
professionalManas Bhardwaj28-Jun-07 0:28 
AnswerRe: Forms in HTML Pin
JimmyRopes28-Jun-07 9:26
professionalJimmyRopes28-Jun-07 9:26 
AnswerRe: Forms in HTML Pin
koolprasad200329-Jun-07 1:11
professionalkoolprasad200329-Jun-07 1:11 
AnswerRe: Forms in HTML Pin
haggenx5-Jul-07 10:59
haggenx5-Jul-07 10:59 

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.