freelanceprogrammers.org Forum Index » ASP

Re: SQL Server


View user's profile Post To page top
travis.falls@... Posted: Thu Jun 23, 2005 8:20 pm


Joined: 10 Jan 2006

Posts: 33
Re: SQL Server
Developer. I think the other versions need to be on windows server OS.

Travis D. Falls | Consultant RAFT.Net IT | 860.547.4070 |
travis.falls@...


-----Original Message-----
From: AspNetAnyQuestionIsOk@yahoogroups.com
[mailto:AspNetAnyQuestionIsOk@yahoogroups.com]On Behalf Of
shahid_mughal55
Sent: Thursday, June 23, 2005 11:19 AM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] SQL Server


Hi Everybody

what practical version of sqlserver is needed for windows xp
professional? and how to install it please tell me at
(shahid824@...)
Thanks





Yahoo! Groups Links







*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
Reply with quote
Send private message
View user's profile Post To page top
chrish@... Posted: Thu Jun 23, 2005 9:06 pm


Joined: 23 Jun 2005

Posts: 1
Re: SQL Server
MSDE (or Express if you`re talking SQL 2005) should work also.

Chris

-----Original Message-----
From: AspNetAnyQuestionIsOk@yahoogroups.com
[mailto:AspNetAnyQuestionIsOk@yahoogroups.com] On Behalf Of Falls,
Travis D (HTSC, CASD)
Sent: Thursday, June 23, 2005 11:21 AM
To: `AspNetAnyQuestionIsOk@yahoogroups.com`
Subject: RE: [AspNetAnyQuestionIsOk] SQL Server

Developer. I think the other versions need to be on windows server OS.

Travis D. Falls | Consultant RAFT.Net IT | 860.547.4070 |
travis.falls@...


-----Original Message-----
From: AspNetAnyQuestionIsOk@yahoogroups.com
[mailto:AspNetAnyQuestionIsOk@yahoogroups.com]On Behalf Of
shahid_mughal55
Sent: Thursday, June 23, 2005 11:19 AM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] SQL Server


Hi Everybody

what practical version of sqlserver is needed for windows xp
professional? and how to install it please tell me at
(shahid824@...)
Thanks





Yahoo! Groups Links







************************************************************************
*
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments,
is for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution
is strictly prohibited. If you are not the intended recipient, please
notify the sender immediately by return e-mail, delete this
communication and destroy all copies.
************************************************************************
*




Yahoo! Groups Links
Reply with quote
Send private message
View user's profile Post To page top
e_arindam Posted: Thu Jun 23, 2005 9:38 pm


Joined: 09 Jan 2006

Posts: 17
Re: SQL Server
Hi Web User control champs,

I have a user control which have the follwing code, a server side table with
links of 7 pages,
this will be used from all 7 pages for navigation.

Now i want when user clicks on any link, some property of that particular cell
needs to get changed,

like example when i click on "About Us", in the cell i want to write
<asp:TableCell BorderStyle=Dotted>
<asp:HyperLink runat="server" NavigateUrl="../Aboutus.aspx"
ID="HyperLink1">About Us</asp:HyperLink>
</asp:TableCell>

other wise cell should be normal.

look at the table bellow.

i want write some property in ascx codebehind file.

which i need to change from the place the usercontrol being called.




<asp:Table id="Table2" runat="server" BorderWidth="1" CellPadding="1"
CellSpacing="1" Width="90%">
<asp:TableRow>
<asp:TableCell>
<asp:HyperLink NavigateUrl="../Index.aspx" id="HyperLink8"
runat="server">Home</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Aboutus.aspx"
ID="HyperLink1">About Us</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Ourjobs.aspx"
ID="Hyperlink3">Our Job</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Development.aspx"
ID="Hyperlink4">Development</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Marketing.aspx"
ID="Hyperlink5">Marketing</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Contactus.aspx"
ID="Hyperlink6">Contact Us</asp:HyperLink>
</asp:TableCell>
<asp:TableCell>
<asp:HyperLink runat="server" NavigateUrl="../Login.aspx"
ID="Hyperlink7">Login</asp:HyperLink>
</asp:TableCell>
</asp:TableRow>
</asp:Table>



Thanks & Regards

Arindam
Web Designer & Developer





---------------------------------
Free antispam, antivirus and 1GB to save all your messages
Only in Yahoo! Mail: http://in.mail.yahoo.com

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
freecryman Posted: Tue Jun 28, 2005 2:11 pm


Joined: 21 Jan 2006

Posts: 3
Re: SQL Server
hi,
use Developer Edition in case u didn`t work on any windows server os

"Falls, Travis D (HTSC, CASD)" <travis.falls@...> wrote:
Developer. I think the other versions need to be on windows server OS.

Travis D. Falls | Consultant RAFT.Net IT | 860.547.4070 |
travis.falls@...


-----Original Message-----
From: AspNetAnyQuestionIsOk@yahoogroups.com
[mailto:AspNetAnyQuestionIsOk@yahoogroups.com]On Behalf Of
shahid_mughal55
Sent: Thursday, June 23, 2005 11:19 AM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: [AspNetAnyQuestionIsOk] SQL Server


Hi Everybody

what practical version of sqlserver is needed for windows xp
professional? and how to install it please tell me at
(shahid824@...)
Thanks





Yahoo! Groups Links







*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************



---------------------------------
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.



------------------------------------
Appreciating your help,
Mohammed Rady
Solution Developer
ERA MIddle East.
Tel:202 7600014 Ext: 281
Fax:202 7600016
202 7600017
Cell: 010 497-9444
Email: mohamed.rady@...
Web: www.era-me.com
Address: 22 Shooting Club street
Mohandeseen-Cairo, Egypt
Think Fast, Listen Too Much, Speak Too Slowly





---------------------------------
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football

[Non-text portions of this message have been removed]
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

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
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help