Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: ASP QUERY


Message #1 by "Rakesh" <barjatiyarakesh@h...> on Sun, 19 May 2002 11:28:04 -0700
This is a multi-part message in MIME format.

------=_NextPart_000_003C_01C2005F.677D4030
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

Zpr=E1vai want to use session object in my chat application where i want 
to store all the massages in session object. i will store MASSAGE , 
toUSERNAME , fromUSERNAME in the session object. i want to clear one 
thing that i will use Table to Store the records. the session object 
should be work like recordset becouse when i want ot display massage i 
will simply fire a query like
1   "select * from Table where fromusername=3D"&session("UserName")
2   "select * from Table where tousername=3D"&session("UserName")

1 recordset will return that massage which is sent by  User That who is 
belong to session("UserName")
2  recordset will return that massage which is sent for that User who is 
belong to session("UserName")
Table :- this meen that this table is not any database table it will be 
create by asp and it scop will be only for session time.i had that code 
but unfortunaly i lost that codes. so i want that code also. i thing it 
is called "Appending Table by asp". i m not sure.

MY PROBLEM IS I HAVE NOT THE CODE.I WANT TO SIMPLE CODE WHICH WILL HELP 
ME TO DO THAT.

now i thing you can understand what i want to do and what is my problem


if any confussion don't hesited to ask me.

Thanks
Rakesh




  ----- Original Message -----
  From: Ren=E9 Stein
  To: ASPX_Professional
  Sent: Sunday, May 19, 2002 6:36 AM
  Subject: [aspx_professional] RE: ASP QUERY


  Your idea not sound very good. I'm not sure, if I really understand 
what do you want.
  Session collection isn't designed to store large amount of data, tell 
me please, what is your problem and I try help to you.

  Regards
  ReS
    -----Original Message-----
    From: Rakesh [mailto:barjatiyarakesh@h...]
    Sent: Sunday, May 19, 2002 8:29 PM
    To: ASPX_Professional
    Subject: [aspx_professional] ASP QUERY


    hello asp expert
        i want to use session object as recordset object.so i can store 
big
    records.please send me that code with example

    Thanks
    Rakesh
    i want
    ----- Original Message -----
    From: "Rakesh" <barjatiyarakesh@h...>
    To: "ASPX_Professional" <aspx_professional@p...>
    Sent: Sunday, May 19, 2002 11:22 AM
    Subject: Re: [aspx_professional] RE: Nested DataList


    > dear asp expert
    >     please tell some thing about DATALIST.if posible with example 
or send
    me
    > the url of live example [if have that url].
    >
    > There is another query i have please help me if you can.
    >
    >  I want to set up ASPimage component in my local pc. i have the 
evaluation
    > copy of ASPimage component and it's crack code. i know how i can 
register
    it
    > [regsvr32 path/comp.dll] but i don't know how can i crack it co i 
can use
    it
    > after evaluation period. please help me and hope you will give me 
prompt
    > reply.
    >
    > Thanks
    > Rakesh
    >
    > ----- Original Message -----
    > From: "Ren=E9 Stein" <stein@t...>
    > To: "ASPX_Professional" <aspx_professional@p...>
    > Sent: Saturday, May 18, 2002 10:08 AM
    > Subject: [aspx_professional] RE: Nested DataList
    >
    >
    > > Try ITEMDATABOUND event on first datalist. In this event find 
your
    > > second datalist and then set its datasource and datamember 
property,
    > > then call its databind method.
    > >
    > > -----Original Message-----
    > > From: dgarner@g... [mailto:dgarner@g...]
    > > Sent: Saturday, May 18, 2002 2:17 AM
    > > To: ASPX_Professional
    > > Subject: [aspx_professional] Nested DataList
    > >
    > >
    > > Has anyone succeeded at nesting a DataList within a DataList.  I 
can't
    > > seem to get it to work.  Can someone steer me to some sample 
code or
    > > something?
    > >
    > > I dragged a DataList onto the form.  Switched to the 
ItemTemplate editor
    > >
    > > and then added another DataList inside that one.  The DataSource 
for
    > > both
    > > DataLists is the same, however, the DataTable for each one is 
different.
    > >
    > > I used the Databinder.Eval() method to get the data from the 
dataset
    > > into
    > > the DataLists but it balks saying that code blocks are supported 
in this
    > >
    > > manner.
    > >
    > > Any clues?
    > >
    > >
    > >
    > >
    >



  Return to Index