User Profile

Collapse

Profile Sidebar

Collapse
zykes
zykes
Last Activity: Mar 20 '07, 07:21 AM
Joined: Aug 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for the info.... got the solution...
    See more | Go to post

    Leave a comment:


  • zykes
    started a topic MS Access Sql Query

    MS Access Sql Query

    I have this query that produces Syntax Error(missing operator) in query operation ForumTopics.Top icID = ForumReply.Topi cID LEFT OUTER JOIN
    Members ON ForumTopics.Wri ttenBy = Members.Member_ ID in MS Access


    this is the query:
    SELECT ForumTopics.Top icID, ForumTopics.Top icName, Members.FName, COUNT(ForumRepl y.ReplyID) AS Reply, MAX(ForumReply. ReplyDate) AS LastPost
    FROM ForumTopics INNER JOIN
    ForumReply...
    See more | Go to post

  • SQL Query question. what's wrong with this query?

    I have this query that produces Syntax Error(missing operator) in query operation ForumTopics.Top icID = ForumReply.Topi cID LEFT OUTER JOIN
    Members ON ForumTopics.Wri ttenBy = Members.Member_ ID


    this is the query:
    SELECT ForumTopics.Top icID, ForumTopics.Top icName, Members.FName, COUNT(ForumRepl y.ReplyID) AS Reply, MAX(ForumReply. ReplyDate) AS LastPost
    FROM ForumTopics INNER...
    See more | Go to post

  • Compilation Error BC30456: 'dbgridpres' is not a member of 'ASP.admin_golfCourses_asp

    can someone help me on this: This code worked on my other page but this one doesn't work on admin_golfCours e.aspx page.
    here's the code:

    <asp:DataGrid id="dbgridpres " runat="server" AllowPaging="Fa lse" AllowSorting="T rue" AutoGenerateCol umns="False" GridLines="None " >
    <AlternatingIte mStyle...
    See more | Go to post
    Last edited by zykes; Jan 12 '07, 02:54 AM. Reason: forgot other code

  • zykes
    replied to Web Hosting
    in .NET
    hi neena,

    all you have to do is decide for the domain name of your website, look for a webhosting site(e.g. godaddy.com) get a package, that depends on what database(MSAcce ss/MSSQL) did u used on your web application. After that, get the ftp connection and the database connetion(if u used MS SQL), put your fles on the ftp site, change a bit of your codes to be able to use the database included on the package.... and there... chwalla.........
    See more | Go to post

    Leave a comment:


  • create a datalist/table to show the documents from the server then use <a href="<%#Contai ner.DataItem("N ameofthecolumn" )%>"></a> to provide a link on the document. If you click on the link, automatically, the option "Save", "Open", "Cancel" window will open. then all u have to do is choose.

    ian...
    See more | Go to post

    Leave a comment:


  • zykes
    started a topic How to use the newline in Textboxes
    in .NET

    How to use the newline in Textboxes

    Hi,

    I have a problem with the newlines in textboxes. I'm using a mail in asp.net and the body is just a multiline textbox. The problem is, when I write in the textbox paragraphs and send it to my mail. The content is being concatenated. The layout totally changes... here's the sample:

    Hi,

    This is just a test email.

    regards,
    ian

    This is the output when i received it...
    See more | Go to post

  • zykes
    replied to Remove Horizontal Scrollbars in IE
    I already did that.... i extended the left frame to the center of the page, still the horizontal scrollbar appears. basically, the left frame is where my menu is located....
    See more | Go to post

    Leave a comment:


  • zykes
    started a topic Remove Horizontal Scrollbars in IE

    Remove Horizontal Scrollbars in IE

    hi... i have this problem in IE... can someone help me on this?.... I have a frameset with a left and right frame. My problem is on the left frame, I want to remove the horizontal scrollbar byt the vertical scrollbar will be be left....

    thanks in advance...
    ;)
    See more | Go to post

  • zykes
    replied to Joins in MSSQL
    if your using Enterprise Manager for the MS SQL, try using the view option. It's better you know...
    See more | Go to post

    Leave a comment:


  • zykes
    replied to .Net Framework Codings
    in .NET
    try also this one.... http://www.developerfusion.co.uk/aspnet/
    happy searching!...
    See more | Go to post

    Leave a comment:


  • How to Pass parameters from ASP.NET to an Axis Web Service

    hi there, need help on this one. I'm a begginer using Web Services. The problem is I have created an ASP.NET Web Application with C# scripting and my friend created an axis webservice. All i have to do is create functions in ASP.Net to produce the desired data and pass those parameters on the Axis Web Service.
    What should i do?

    Need some advice on the epxerts...

    Thanks in advance....
    See more | Go to post
No activity results to display
Show More
Working...