freelanceprogrammers.org Forum Index » ASP
Question
Joined: 09 Mar 2004
Posts: 2
Question
Hi all,
I have a page with some textboxes and buttons(like update,insert
etc). This is how a user browses the page.
1) he first searches for some information by a keyword. The data from
the database is populated in the textboxes. Now the user can change
info and can Update the DB by using Update Button. Initially the
Update button is disabled.
But if the user is not logged in, he is taken to a Popup
Login window. When the user provides proper credentials, the Update
Button is enabled and the user should be able to update the
information to the DB.
For this I am using session objects and reloading the parent
page from the Popup window by using window.opener javascript function.
Now the problem is when the page reloads, it is losing the data in
the textboxes that the user has originally searched for. I want to
make the update button enabled and also I want to see the data in the
textboxes. How can I do that.
Thanks,
Eswar
Joined: 10 Mar 2004
Posts: 1
Question
When you reload the parent page, reset the textbox
values from the session variable values.
--- eswarvemuri6 <eswarvemuri6@...> wrote:
> Hi all,
> I have a page with some textboxes and buttons(like
> update,insert
> etc). This is how a user browses the page.
> 1) he first searches for some information by a
> keyword. The data from
> the database is populated in the textboxes. Now the
> user can change
> info and can Update the DB by using Update Button.
> Initially the
> Update button is disabled.
>
> But if the user is not logged in, he is
> taken to a Popup
> Login window. When the user provides proper
> credentials, the Update
> Button is enabled and the user should be able to
> update the
> information to the DB.
>
> For this I am using session objects and
> reloading the parent
> page from the Popup window by using window.opener
> javascript function.
> Now the problem is when the page reloads, it is
> losing the data in
> the textboxes that the user has originally searched
> for. I want to
> make the update button enabled and also I want to
> see the data in the
> textboxes. How can I do that.
>
> Thanks,
> Eswar
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com
Joined: 07 Jan 2005
Posts: 4
Question
I am having a bit of a problem with some javascript that I am trying to
use in .NET
I am using a frame, I don`t have much choice about this, but it does
come in handy. And in trying to use some script
Have encountered difficulties.
What I want to do, is in response to a user initiated event, create the
javascript string
<script language=javascript>
top.window.status="My Variable string";
</script>
When I embed this directly in the left frame, I can get it to change the
frameset status bar as desired.
When I embed it into the code using either
registerStartupscript
registerClientscriptBlock
The statement is written into the code.... As desired. Unfortunately it
doesn`t do anything!
Yet if I look at the source, cut and paste the javascript and hard code
into the page it does.
What am I missing?
Jarrad
Joined: 07 Jan 2005
Posts: 4
Question
Oops, don`t worry about it.
As is always the way answer comes as soon as I ask the question!
Thanks for the help! ;)
Jarrad
-----Original Message-----
From: jmplun [mailto:jmplun@...]
Sent: Wednesday, March 10, 2004 3:42 PM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] Register JavaScript
I am having a bit of a problem with some javascript that I am trying to
use in .NET I am using a frame, I don`t have much choice about this, but
it does come in handy. And in trying to use some script Have
encountered difficulties.
What I want to do, is in response to a user initiated event, create the
javascript string
<script language=javascript>
top.window.status="My Variable string";
</script>
When I embed this directly in the left frame, I can get it to change the
frameset status bar as desired. When I embed it into the code using
either
registerStartupscript
registerClientscriptBlock
The statement is written into the code.... As desired. Unfortunately it
doesn`t do anything! Yet if I look at the source, cut and paste the
javascript and hard code into the page it does. What am I missing?
Jarrad
Yahoo! Groups Links
Joined: 10 Mar 2004
Posts: 1
Question
what is the answer?
"jmplun"
<jmplun@iprimu To:
<AspNetAnyQuestionIsOk@yahoogroups.com>
s.com.au> cc:
Subject: RE:
[AspNetAnyQuestionIsOk] Register JavaScript
03/10/2004
12:49 PM
Please respond
to
AspNetAnyQuest
ionIsOk
Oops, don`t worry about it.
As is always the way answer comes as soon as I ask the question!
Thanks for the help! ;)
Jarrad
-----Original Message-----
From: jmplun [mailto:jmplun@...]
Sent: Wednesday, March 10, 2004 3:42 PM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] Register JavaScript
I am having a bit of a problem with some javascript that I am trying to
use in .NET I am using a frame, I don`t have much choice about this, but
it does come in handy. And in trying to use some script Have
encountered difficulties.
What I want to do, is in response to a user initiated event, create the
javascript string
<script language=javascript>
top.window.status="My Variable string";
</script>
When I embed this directly in the left frame, I can get it to change the
frameset status bar as desired. When I embed it into the code using
either
registerStartupscript
registerClientscriptBlock
The statement is written into the code.... As desired. Unfortunately it
doesn`t do anything! Yet if I look at the source, cut and paste the
javascript and hard code into the page it does. What am I missing?
Jarrad
Yahoo! Groups Links
Yahoo! Groups Links
Disclaimer:
The contents of this e-mail are strictly confidential and may
be privileged. It represents solely the views of the author and is meant
only for the stated recipient/s.
Any unauthorized distribution is strictly
prohibited. F J Benjamin Group or its subsidiaries will not accept
responsibility for any damage caused by this e-mail or
attachment/s (if
any), which have been checked for viruses.
Please visit our website
http://www.fjbenjamin.com
Joined: 07 Jan 2005
Posts: 4
Question
Oh the procedure I wrote out below was correct. As I sent it and checked
what I had done, I hadn`t quite
Done what I said. When I changed it to match my post,voila it worked!!
-----Original Message-----
From: Mohan@... [mailto:Mohan@...]
Sent: Wednesday, March 10, 2004 3:51 PM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: RE: [AspNetAnyQuestionIsOk] Register JavaScript
what is the answer?
"jmplun"
<jmplun@iprimu To:
<AspNetAnyQuestionIsOk@yahoogroups.com>
s.com.au> cc:
Subject: RE:
[AspNetAnyQuestionIsOk] Register JavaScript
03/10/2004
12:49 PM
Please respond
to
AspNetAnyQuest
ionIsOk
Oops, don`t worry about it.
As is always the way answer comes as soon as I ask the question! Thanks
for the help! ;)
Jarrad
-----Original Message-----
From: jmplun [mailto:jmplun@...]
Sent: Wednesday, March 10, 2004 3:42 PM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] Register JavaScript
I am having a bit of a problem with some javascript that I am trying to
use in .NET I am using a frame, I don`t have much choice about this, but
it does come in handy. And in trying to use some script Have
encountered difficulties.
What I want to do, is in response to a user initiated event, create the
javascript string
<script language=javascript>
top.window.status="My Variable string";
</script>
When I embed this directly in the left frame, I can get it to change the
frameset status bar as desired. When I embed it into the code using
either registerStartupscript registerClientscriptBlock
The statement is written into the code.... As desired. Unfortunately it
doesn`t do anything! Yet if I look at the source, cut and paste the
javascript and hard code into the page it does. What am I missing?
Jarrad
Yahoo! Groups Links
Yahoo! Groups Links
Disclaimer:
The contents of this e-mail are strictly confidential and may be
privileged. It represents solely the views of the author and is meant
only for the stated recipient/s. Any unauthorized distribution is
strictly prohibited. F J Benjamin Group or its subsidiaries will not
accept responsibility for any damage caused by this e-mail or
attachment/s (if
any), which have been checked for viruses.
Please visit our website
http://www.fjbenjamin.com
Yahoo! Groups Links
Joined: 09 Mar 2004
Posts: 2
Question
This should happen without reloading the page. If we reload the page,
all the previous data in the textboxes in that page will be lost. SO
the button in the parent has to be enabled without reloading the page.
--- In AspNetAnyQuestionIsOk@yahoogroups.com, Chak <r_chakra@y...>
wrote:
> When you reload the parent page, reset the textbox
> values from the session variable values.
>
>
> --- eswarvemuri6 <eswarvemuri6@y...> wrote:
> > Hi all,
> > I have a page with some textboxes and buttons(like
> > update,insert
> > etc). This is how a user browses the page.
> > 1) he first searches for some information by a
> > keyword. The data from
> > the database is populated in the textboxes. Now the
> > user can change
> > info and can Update the DB by using Update Button.
> > Initially the
> > Update button is disabled.
> >
> > But if the user is not logged in, he is
> > taken to a Popup
> > Login window. When the user provides proper
> > credentials, the Update
> > Button is enabled and the user should be able to
> > update the
> > information to the DB.
> >
> > For this I am using session objects and
> > reloading the parent
> > page from the Popup window by using window.opener
> > javascript function.
> > Now the problem is when the page reloads, it is
> > losing the data in
> > the textboxes that the user has originally searched
> > for. I want to
> > make the update button enabled and also I want to
> > see the data in the
> > textboxes. How can I do that.
> >
> > Thanks,
> > Eswar
> >
> >
> >
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Search - Find what you`re looking for faster
> http://search.yahoo.com
Joined: 07 Jan 2005
Posts: 10
Question
Hi All,
I have a Microsoft I.T question, but it`s not .Net related. Hopefully, someone
can point me in the right direction.
Does anyone know if Outlook Web Access is compatible with Small Business Server
? As in, will they work together ?
Sorry for posting this question here, but I havent been able to find anything
online.
Nick
---------------------------------
Post your free ad now! Yahoo! Canada Personals
[Non-text portions of this message have been removed]
Joined: 18 Jan 2006
Posts: 3
Question
The only time it wont is if XP Service Pack 2 is
installed.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555235
--- Nick Chan <nicholaschanburnlake@...> wrote:
> Hi All,
>
> I have a Microsoft I.T question, but it`s not .Net
> related. Hopefully, someone can point me in the
> right direction.
>
> Does anyone know if Outlook Web Access is compatible
> with Small Business Server ? As in, will they work
> together ?
>
> Sorry for posting this question here, but I havent
> been able to find anything online.
>
> Nick
>
>
>
>
> ---------------------------------
> Post your free ad now! Yahoo! Canada Personals
>
>
> [Non-text portions of this message have been
> removed]
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
Joined: 07 Jan 2005
Posts: 10
Question
Thanks Shannon. 8-)
Do you also know if OWA works with Business Contact Manager ?
shannon hall <shannonbhall@...> wrote:
The only time it wont is if XP Service Pack 2 is
installed.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555235
--- Nick Chan <nicholaschanburnlake@...> wrote:
> Hi All,
>
> I have a Microsoft I.T question, but it`s not .Net
> related. Hopefully, someone can point me in the
> right direction.
>
> Does anyone know if Outlook Web Access is compatible
> with Small Business Server ? As in, will they work
> together ?
>
> Sorry for posting this question here, but I havent
> been able to find anything online.
>
> Nick
>
>
>
>
> ---------------------------------
> Post your free ad now! Yahoo! Canada Personals
>
>
> [Non-text portions of this message have been
> removed]
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
Yahoo! Groups SponsorADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
To unsubscribe from this group, send an email to:
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Post your free ad now! Yahoo! Canada Personals
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







