Tuesday, October 18, 2005

 

25 new messages in 11 topics - digest Oct 18, 2005

.NetIndia
http://groups.google.com/group/TechdotNetIndia
TechdotNetIndia@googlegroups.com

Today's topics:

* Urgent help needed - 3 messages, 2 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/fb8ad4dce97dc392
* validation - 4 messages, 2 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/2e341022aa373de8
* .NetIndia-Jobs - 1 messages, 1 author
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/1dde4fc0bfd770bc
* Clubbing Datagrid values and exporting to Doc - ASAP - 3 messages, 3 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/6a19a243b28a10c
* haber si alguien me entiende....help me please - 2 messages, 2 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/1cf4464f54c3c832
* I need study materials for xml - 3 messages, 3 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/b262b36ab11de1a4
* BindingManagerBase,BindingContext, etc., - 2 messages, 2 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/6c9fbd7fd1405ac
* Texbox validation in datagrid - 2 messages, 1 author
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/c271a8a4c0cf1c88
* doubt on stored procedure - 3 messages, 3 authors
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/a02eeb0e86a0d15f
* What is a default domain? - 1 messages, 1 author
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/f84544920b873451
* Reg : Crystal Report - CSS Problem - 1 messages, 1 author
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/98a126404d4ac537

==============================================================================
TOPIC: Urgent help needed
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/fb8ad4dce97dc392
==============================================================================

== 1 of 3 ==
Date: Mon, Oct 17 2005 5:38pm
From: Ram Kumar

Hi natraj,
here in asp.net <http://asp.net> for the java script there is no
document.Poppedlayer....So wat to do
bye
ram

On 10/17/05, natarajan.vairavan@wipro.com <natarajan.vairavan@wipro.com>
wrote:
>
> Hi Ram,
>  This can be done with simple HTML and Javascript..
>  In the page in which u wanted to display the gif image, have a " html
> form". Plz refer the below code..
>  *<head>*
> *<form name="frmLoading">
> <div id=divLoading align=left style="position:absolute; z-index:1;">
> <img src=" gears.gif" name="imgLoading">
> <br> *
> *</div>
> </form>*
> *</head>*
>   Then have the below Javascript code:
>  *function hideLoadingMsg() *
> *{ *
> *document.poppedLayer = eval('document.getElementById(\'divLoading\')'); *
> *document.poppedLayer.style.visibility = "hidden"; *
> **
> *} *
>  Then call the above Javascript function in the Body tag onload event
>  *<body onload="javascript:hideLoadingMsg()">*
>  This i have done in an ASP Page. You can modify it for ASP.Net page
> accordingly.
>  The idea here is that have a separate form for displaying the gif image
> and hide that form when page got loaded.
> It will display the Gif image till the page completely got loaded.
>  Regards,
> Natraj.
>
>  -----Original Message-----
> *From:* TechdotNetIndia@googlegroups.com [mailto:
> TechdotNetIndia@googlegroups.com] *On Behalf Of *Ram Kumar
> *Sent:* Monday, October 17, 2005 4:54 PM
> *To:* TechdotNetIndia@googlegroups.com
> *Subject:* [.NetIndia] Re: Urgent help needed
>
>  Hi babu,
>   I just went to tht site and i got the sample online test page in this
>   http://www.daveandal.net/books/6744/loadpost/simplewait.aspx
>   here there will be static message..but i need gif image in tht still
> page load..after page load it should be hided.tell me quickly bcoz i want
> to finish within 1 hour
>  bye,
> ram
>
>  On 10/17/05, BabuLives < satheeshbabu.b@gmail.com> wrote:
> >
> >
> > http://www.informit.com/articles/article.asp?p=174363&seqNum=2
> >
> >
> >
> > Regards,
> > Satheesh
> >
> >
>



== 2 of 3 ==
Date: Tues, Oct 18 2005 9:49am
From:

Ram,

Sorry for the late reply as yesterday i left office early..

document.poppedLayer should be supported in ASP.Net

What is that saying when u compile it?

Natraj.



       -----Original Message-----
       From: TechdotNetIndia@googlegroups.com
[mailto:TechdotNetIndia@googlegroups.com] On Behalf Of Ram Kumar
       Sent: Monday, October 17, 2005 5:38 PM
       To: TechdotNetIndia@googlegroups.com
       Subject: [.NetIndia] Re: Urgent help needed


       Hi natraj,

          here in asp.net for the java script there is no
document.Poppedlayer....So wat to do

       bye
       ram


       On 10/17/05, natarajan.vairavan@wipro.com
<natarajan.vairavan@wipro.com > wrote:

               Hi Ram,

               This can be done with simple HTML and Javascript..

               In the page in which u wanted to display the gif image,
have a " html form". Plz refer the below code..

               <head>
               <form name="frmLoading">
               <div id=divLoading align=left style="position:absolute;
z-index:1;">
               <img src="gears.gif " name="imgLoading">
                <br>
               </div>
               </form>
               </head>


               Then have the below Javascript code:

               function hideLoadingMsg()
               {
               document.poppedLayer =
eval('document.getElementById(\'divLoading\')');
               document.poppedLayer.style.visibility = "hidden";

               }

               Then call the above Javascript function in the Body tag
onload event

               <body onload="javascript:hideLoadingMsg()">

               This i have done in an ASP Page. You can modify it for
ASP.Net page accordingly.

               The idea here is that have a separate form for
displaying the gif image and hide that form when page got loaded.
               It will display the Gif image till the page completely
got loaded.

               Regards,
               Natraj.

                       -----Original Message-----
                       From: TechdotNetIndia@googlegroups.com
[mailto:TechdotNetIndia@googlegroups.com] On Behalf Of Ram Kumar
                       Sent: Monday, October 17, 2005 4:54 PM
                       To: TechdotNetIndia@googlegroups.com
                       Subject: [.NetIndia] Re: Urgent help needed



                       Hi babu,

                           I just went to tht site and i got the sample
online test page in this


http://www.daveandal.net/books/6744/loadpost/simplewait.aspx

                          here there will be static message..but i need
gif image in tht still page load..after page load it should be
hided.tell me quickly bcoz i want to finish within 1 hour

                       bye,
                       ram


                       On 10/17/05, BabuLives <satheeshbabu.b@gmail.com
> wrote:



http://www.informit.com/articles/article.asp?p=174363&seqNum=2



                               Regards,
                               Satheesh









== 3 of 3 ==
Date: Tues, Oct 18 2005 11:37am
From: Ram Kumar

Hi natraj,
Yesterday i got tht one..
steps are as follows:
1.place a hidden div element in the page initially...
<DIV id="MessageDiv" style="BORDER-RIGHT:thin outset; BORDER-TOP:thin
outset; FONT-WEIGHT:bold; FONT-SIZE:medium; Z-INDEX:101; LEFT:105px;
VISIBILITY:hidden; BORDER-LEFT:thin outset; WIDTH:256px; COLOR:#000099;
BORDER-BOTTOM:thin outset; FONT-FAMILY:Verdana; POSITION:absolute;
TOP:185px; HEIGHT:56px; BACKGROUND-COLOR:#ffcc66; TEXT-ALIGN:center"
ms_positioning="FlowLayout">&nbsp;
<img id="progressBarImg" src="Giff image location">
</DIV>
2.Add a javascript which sets visibility true
function doClick() { MessageDiv.style.visibility = "visible"; }
3.Call tht function in the button control...
Send_Button.Attributes.Add("onclick", "doClick()");
Here it works for ordinary images but if we provide giff images itz not
working..Because IE hides the graphics of the giff image...soln for tht one
is to provide src again and again but i cant complete the solution....
Basically, what we need to do is reload the image after the form has been
submitted. Keep in mind an image is reloaded when it's "src" attribute is
assigned a value. So, we need to do the following ... But i cant uunderstand
and i tried cant get it..canu help me

1. Declare a method for "onsubmit":

function formSubmit()
{
document.myForm.action = "YOUR URL TO SUBMIT";
document.myForm.submit();

// Reload your animated GIF image
if (document.images) document.progressImage.src = document.progressImage.src;


return false; // because we're doing the submit in this method
}

2. Modify your form declaration (make sure you don't leave out the "return"
from the onSubmit value):

<form enctype="multipart/form-data" action="" method="post" name="myForm"
onSubmit="return formSubmit()">


On 10/18/05, natarajan.vairavan@wipro.com <natarajan.vairavan@wipro.com>
wrote:
>
> Ram,
>  Sorry for the late reply as yesterday i left office early..
> **
> *document.poppedLayer* should be supported in ASP.Net
>  What is that saying when u compile it?
>  Natraj.
>
>  -----Original Message-----
> *From:* TechdotNetIndia@googlegroups.com [mailto:
> TechdotNetIndia@googlegroups.com] *On Behalf Of *Ram Kumar
> *Sent:* Monday, October 17, 2005 5:38 PM
> *To:* TechdotNetIndia@googlegroups.com
> *Subject:* [.NetIndia] Re: Urgent help needed
>
>  Hi natraj,
>   here in asp.net <http://asp.net/> for the java script there is no
> document.Poppedlayer....So wat to do
>  bye
> ram
>
>  On 10/17/05, natarajan.vairavan@wipro.com <natarajan.vairavan@wipro.com >
> wrote:
> >
> > Hi Ram,
> >  This can be done with simple HTML and Javascript..
> >  In the page in which u wanted to display the gif image, have a " html
> > form". Plz refer the below code..
> >  *<head>*
> > *<form name="frmLoading">
> > <div id=divLoading align=left style="position:absolute; z-index:1;">
> > <img src="gears.gif " name="imgLoading">
> > <br> *
> > *</div>
> > </form>*
> > *</head>*
> >   Then have the below Javascript code:
> >  *function hideLoadingMsg() *
> > *{ *
> > *document.poppedLayer = eval('document.getElementById (\'divLoading\')');
> > *
> > *document.poppedLayer.style.visibility = "hidden"; *
> > **
> > *} *
> >  Then call the above Javascript function in the Body tag onload event
> >  *<body onload="javascript:hideLoadingMsg()">*
> >  This i have done in an ASP Page. You can modify it for ASP.Net page
> > accordingly.
> >  The idea here is that have a separate form for displaying the gif image
> > and hide that form when page got loaded.
> > It will display the Gif image till the page completely got loaded.
> >  Regards,
> > Natraj.
> >
> >  -----Original Message-----
> > *From:* TechdotNetIndia@googlegroups.com [mailto:
> > TechdotNetIndia@googlegroups.com] *On Behalf Of *Ram Kumar
> > *Sent:* Monday, October 17, 2005 4:54 PM
> > *To:* TechdotNetIndia@googlegroups.com
> > *Subject:* [.NetIndia] Re: Urgent help needed
> >
> >  Hi babu,
> >   I just went to tht site and i got the sample online test page in this
> >   http://www.daveandal.net/books/6744/loadpost/simplewait.aspx
> >   here there will be static message..but i need gif image in tht still
> > page load..after page load it should be hided.tell me quickly bcoz i
> > want to finish within 1 hour
> >  bye,
> > ram
> >
> >  On 10/17/05, BabuLives <satheeshbabu.b@gmail.com > wrote:
> > >
> > >
> > > http://www.informit.com/articles/article.asp?p=174363&seqNum=2
> > >
> > >
> > >
> > > Regards,
> > > Satheesh
> > >
> > >
> >
>




==============================================================================
TOPIC: validation
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/2e341022aa373de8
==============================================================================

== 1 of 4 ==
Date: Mon, Oct 17 2005 6:14am
From: "BabuLives"

Use TimeSpan Object and find the difference btn 2 dates and display the
msg accordingly..or...
We can do this in Jscript also..




== 2 of 4 ==
Date: Mon, Oct 17 2005 1:18pm
From: "N . Babu"

I already write this in c#.But i don't know how is make it in javascript.So send that code


On Mon, 17 Oct 2005 BabuLives wrote :
>
>Use TimeSpan Object and find the difference btn 2 dates and display the
>msg accordingly..or...
>We can do this in Jscript also..
>




== 3 of 4 ==
Date: Mon, Oct 17 2005 6:28am
From: "BabuLives"

Get the code from the URL...



http://javascript.internet.com/calculators/date-difference.html



Regards,
Satheesh




== 4 of 4 ==
Date: Mon, Oct 17 2005 6:35am
From: satheesh babu b





==============================================================================
TOPIC: .NetIndia-Jobs
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/1dde4fc0bfd770bc
==============================================================================

== 1 of 1 ==
Date: Mon, Oct 17 2005 6:18am
From: "BabuLives"

Hai Groups...
If u come accross any opening in .Net,Pls Post it to our Jobs
Section,So that those peoples who are hunting for jobs can be
benefitted...


Just Click this and join and post it..

Pls Check out the group for latest Openings ...

http://groups.google.com/group/TechdotNetIndia-Jobs



Regards,
Satheesh





==============================================================================
TOPIC: Clubbing Datagrid values and exporting to Doc - ASAP
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/6a19a243b28a10c
==============================================================================

== 1 of 3 ==
Date: Mon, Oct 17 2005 11:00am
From: raman chinnappan

my question is

  I have 10 webpages . each page have some grids
displaying data.

     I have to bring all that data into my final
webpage. the problem is I done some calculations in
each page to display the data in grid.
otherwise I can get all that data from stored
procedure and display that in my final page.


how to maintain all those data upto my final page.
i can keep that in a dataset. I dont think that is a
optimised way.

please give Ur seggestions

regards

Raman
--- BabuLives <satheeshbabu.b@gmail.com> wrote:

>
> hai raman...
>
> u can use iframe na...
>
>
> Regards,
> Satheesh
>
>




__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/



== 2 of 3 ==
Date: Tues, Oct 18 2005 8:40am
From: Raja Prakash

hi...
You have only two ways to do this... either u have to use session else u
have to go for temprary tables in database... since it is an application i
hope you will always use these tables... so its best to go by that ways...
instead of maintaining in session....
byeee.
raj...




== 3 of 3 ==
Date: Mon, Oct 17 2005 10:24pm
From: "BabuLives"

ya..i accept with rajaprakash..u can go for temporary tables in
database..even we are doing like this..





==============================================================================
TOPIC: haber si alguien me entiende....help me please
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/1cf4464f54c3c832
==============================================================================

== 1 of 2 ==
Date: Mon, Oct 17 2005 3:26pm
From: "Rekreativo"

quiero graficar datos , utilizo C# y access. Alguien tiene un ejemplo o
alguna pagina de donde pueda encontrar algo sobre eso.


I want show my data in some grafica of bars , i´m working with C# and
my database is on access. Somebody have an example about this, or some
page about this topic.

Thank you if you are reading this message.   And sorry if i don´t know
write in english.




== 2 of 2 ==
Date: Tues, Oct 18 2005 12:57am
From: "BabuLives"

U want to show the data from access in ur webform???
If someone in the group can understand what this post is abt pls give
soln....


Regards,
Satheesh





==============================================================================
TOPIC: I need study materials for xml
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/b262b36ab11de1a4
==============================================================================

== 1 of 3 ==
Date: Mon, Oct 17 2005 9:33pm
From: "vijay"

hi guys,
I am new to xml. I need study materials for xml if any one has that
material please post here.




== 2 of 3 ==
Date: Tues, Oct 18 2005 6:20am
From: John Rajesh

http://cs.uns.edu.ar/~jechaiz/iaw/clases/extras/XML/    ->Lot of XML books to download


www.w3.org/XML/
Main page for World Wide Web Consortium (W3C) XML activity and information.



msdn.microsoft.com/xml

Microsoft's XML resource site including tutorial, XML specification, samples


The XML FAQ



www.xml.com/pub/a/2002/12/18/dive-into-xml.html





vijay < vijaydotnet@gmail.com> wrote:

hi guys,
I am new to xml. I need study materials for xml if any one has that
material please post here.




John Rajesh






---------------------------------
Yahoo! India Matrimony: Find your partner now.



== 3 of 3 ==
Date: Mon, Oct 17 2005 11:12pm
From: "Shivprasad Koirala"

If you search in google you will see hell lot of them
-------
Regards ,
C#, VB.NET , SQL SERVER , UML , DESIGN Patterns Interview question book
http://www.geocities.com/dotnetinterviews/
My Interview Blog
http://spaces.msn.com/members/dotnetinterviews/





==============================================================================
TOPIC: BindingManagerBase,BindingContext, etc.,
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/6c9fbd7fd1405ac
==============================================================================

== 1 of 2 ==
Date: Mon, Oct 17 2005 11:03pm
From: "SkyMania"

Can any one of you please explain me about
BindingManagerBase,BindingContext, etc.,,
I read this in MSDN.but i don't understand..Can you please explain it
with simple example.And which situation we have to use this?




== 2 of 2 ==
Date: Mon, Oct 17 2005 11:31pm
From: "Shivprasad Koirala"

One in know you can navigate using BindingContext.

-------
Regards ,
C#, VB.NET , SQL SERVER , UML , DESIGN Patterns Interview question book
http://www.geocities.com/dotnetinterviews/
My Interview Blog
http://spaces.msn.com/members/dotnetinterviews/





==============================================================================
TOPIC: Texbox validation in datagrid
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/c271a8a4c0cf1c88
==============================================================================

== 1 of 2 ==
Date: Mon, Oct 17 2005 11:45pm
From: "Thread"

Hello All,

I need some help. I have a dynamic grid and in that i have few
texboxes.One text box contain the serial number which is auto generated
and could be modified by the user. My requirement is the user should
not be able to enter a serial number which is already there in some
texbox. In the sense.

Suppose these are the values in the Textboxes
TB1:  1
TB2:  2
TB3:  3

Now the user should be able to enter any value other than 1 or 2 in
TB3.

Thanks in advance and please do let me know soon. Its urgent.

Thanks
Manish




== 2 of 2 ==
Date: Tues, Oct 18 2005 12:18am
From: "Thread"

How can i do it.

Regards
Thread





==============================================================================
TOPIC: doubt on stored procedure
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/a02eeb0e86a0d15f
==============================================================================

== 1 of 3 ==
Date: Tues, Oct 18 2005 12:08am
From: viji

hi friends,


while exists(select neospc_id from config_ghostsets
where setname= @sname)
begin
     select @pc=neospc_id from config_ghostsets where
setname= @sname

     if(@option = 1)
        insert into pms_reboot_list(pc) values(@pc)

end

in this sp
select neospc_id from config_ghostsets where setname=
@sname
for this query i want to retrieve all the rows from
the data base
how to retrieve using loop in this sp itself...

in that @pc i want to retrieve all records... from
db.h can i do this

thanks,
viji.





__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com



== 2 of 3 ==
Date: Tues, Oct 18 2005 12:12am
From: "Thread"

Hi Viji,

I think you have to use cursors for this. Lets wait for other
suggestions.

Regards
Thread




== 3 of 3 ==
Date: Tues, Oct 18 2005 1:40am
From: "BabuLives"

Ya.. u can use cursor for that...
it goes like...

alter proc sppro
as
DECLARE @pc char(11)

Declare cur cursor for select * from t1 --put ur select query here

OPEN cur

FETCH NEXT FROM cur INTO @pc

WHILE @@FETCH_STATUS = 0
BEGIN

--put ur if loop logic here to insert
insert into t2 values(@pc)

FETCH NEXT FROM cur INTO @pc
END
CLOSE cur
DEALLOCATE cur
Go


i think am correct...

Is there any other simple way to do this????



Regards,
Satheesh





==============================================================================
TOPIC: What is a default domain?
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/f84544920b873451
==============================================================================

== 1 of 1 ==
Date: Tues, Oct 18 2005 12:39am
From: "BabuLives"

The default domain is an application domain that is created
automatically by the CLR every time it is initialized in a process. The
default domain is not unloaded until the process shuts down. Most hosts
dont run code in the default domain for two main reasons. First, the
default domain cannot be shut down independently of the process.
Second, for security and isolation reasons, it is desirable that the
user code and hosting code execute in different application domains.
Instead, hosts create application domains with a set of properties that
control security, isolation, loading, etc.



Regards,
Satheesh





==============================================================================
TOPIC: Reg : Crystal Report - CSS Problem
http://groups.google.com/group/TechdotNetIndia/browse_thread/thread/98a126404d4ac537
==============================================================================

== 1 of 1 ==
Date: Tues, Oct 18 2005 1:04am
From: vivek

hi,

I have given CSS to all my reports and it is applying properly, but my problem is.........
when try to give some property to the number fields in my report, it is not getting reflected in report.

ex . When i give right alignment for all the number fields, it is not showing them,since separate css is being applied.

I am using Crystal Reports10 alonng with ASP.NET 1.0

I hope u can solve my problem......

Regards,
Vivekananda.P




---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.



==============================================================================

You received this message because you are subscribed to the Google Groups ".NetIndia"
group.

To post to this group, send email to TechdotNetIndia@googlegroups.com or visit
http://groups.google.com/group/TechdotNetIndia

To unsubscribe from this group, send email to TechdotNetIndia-unsubscribe@googlegroups.com

To change the way you get mail from this group, visit:
http://groups.google.com/group/TechdotNetIndia/subscribe

To report abuse, send email explaining the problem to abuse@googlegroups.com

==============================================================================
Google Groups: http://groups.google.com


--
Best Regards,
Satheesh babu B,
ACES - ICT – Application Development
(ABN AMRO)
Telephone : +91 22 56647914
Mobile        : +91 9324412308
Email          : satheesh.babu@in.abnamro.com
http://groups.google.com/group/TechdotNetIndia
http://satheeshbabu.blogspot.com/

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?