Ask a Question related to ASP.NET General, Design and Development.
-
sri #1
Is this possible with xml web control ?
Hi all,
I am trying to use the xml control in a asp.net page. What i want to be able
to do is to store the data in xml format between two pages and finally send
this xml data to sql server database.
I am wondering is it possible to store data without actually creating a xml
file ? If so how this should be done..?
any samples or direction as to how this should be done is greatly
appreciated..
TIA,
sri
sri Guest
-
Possible to create a composite control that has a child control that is a validator that validates the composite control itself?
I am attempting to create a composite control which has a label, followed by an optional error message, followed by two text boxes. I have... -
Composite control delegating databound templated features to child <asp:repeater> control
Hi Everybody, I'm creating a composite control in C# that basically renders a bunch of webcontrols such as <asp:Label />, <asp:Repeater />,... -
Page Load fired 3 times Web user control is embedded in a custom control
Hi, I have built a custom control that build a table with 3 cells in it. The custom control is designed to add all child controls to cell#2,... -
ControlDesigner not invoked on custom control when control is rendered within another custom control
I have a custom control that has a simple designer (derived from System.Web.UI.Design.ControlDesigner) associated with it (using the... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control... -
sri #2
Re: Is this possible with xml web control ?
Thanks Victor..I appreciate your help.
"Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message
news:e98iKABSDHA.1304@TK2MSFTNGP11.phx.gbl...> Hi sri,
>
> The Xml control as any other control, get created and destroyed on every
> request. You will need to store its contents in Session or other storage
> (not necessarily a file) between different page requests.
>
> --
> Victor Garcia Aprea
> Microsoft MVP | ASP.NET
> Looking for insights on ASP.NET? Read my blog:
> [url]http://obies.com/vga/blog.aspx[/url]
> To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
> and not by private mail.
>
> "sri" <srinetus@nospam.yahoo.com> wrote in message
> news:uyO$5tzRDHA.632@TK2MSFTNGP12.phx.gbl...> able> > Hi all,
> > I am trying to use the xml control in a asp.net page. What i want to be> send> > to do is to store the data in xml format between two pages and finally> xml> > this xml data to sql server database.
> >
> > I am wondering is it possible to store data without actually creating a>> > file ? If so how this should be done..?
> >
> > any samples or direction as to how this should be done is greatly
> > appreciated..
> >
> > TIA,
> > sri
> >
> >
> >
>
sri Guest
-
Victor Garcia Aprea [MVP] #3
Re: Is this possible with xml web control ?
No problem, thanks for getting back!
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
[url]http://obies.com/vga/blog.aspx[/url]
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"sri" <srinetus@nospam.yahoo.com> wrote in message
news:eoVg917SDHA.1576@TK2MSFTNGP12.phx.gbl...newsgroup> Thanks Victor..I appreciate your help.
> "Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message
> news:e98iKABSDHA.1304@TK2MSFTNGP11.phx.gbl...> > Hi sri,
> >
> > The Xml control as any other control, get created and destroyed on every
> > request. You will need to store its contents in Session or other storage
> > (not necessarily a file) between different page requests.
> >
> > --
> > Victor Garcia Aprea
> > Microsoft MVP | ASP.NET
> > Looking for insights on ASP.NET? Read my blog:
> > [url]http://obies.com/vga/blog.aspx[/url]
> > To contact me remove 'NOSPAM'. Please post all questions to thebe> > and not by private mail.
> >
> > "sri" <srinetus@nospam.yahoo.com> wrote in message
> > news:uyO$5tzRDHA.632@TK2MSFTNGP12.phx.gbl...> > > Hi all,
> > > I am trying to use the xml control in a asp.net page. What i want toa> > able> > send> > > to do is to store the data in xml format between two pages and finally> > > this xml data to sql server database.
> > >
> > > I am wondering is it possible to store data without actually creating>> > xml> >> > > file ? If so how this should be done..?
> > >
> > > any samples or direction as to how this should be done is greatly
> > > appreciated..
> > >
> > > TIA,
> > > sri
> > >
> > >
> > >
> >
>
Victor Garcia Aprea [MVP] Guest



Reply With Quote

