User Profile

Collapse

Profile Sidebar

Collapse
yimma216
yimma216
Last Activity: Sep 6 '10, 04:23 AM
Joined: Jul 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Application("SMTPSERVER") does not work in global.asa

    Hi, we have a vbscript.

    However it is not working for the application at all.

    Am i missing something here?

    <object runat="server" scope="applicat ion" id="mailcongid "
    progid="CDO.Con figuration"></object>

    <script language="vbscr ipt" runat="server">

    sub Applcation_OnSt art
    sch = "http://schemas.microso ft.com/cdo/configuration/"...
    See more | Go to post

  • getting user server object between domain and workgroup

    hi there,

    Our intrnet is on the workgroup but the users access the intranet within a domain.

    When I have the properties of the intranet set up as Intgrated Windows Authentication (turned off anoymouse access), users in the domain cannot access the intranet. They will need to have a user account in the workgroup and enter the credential in order to access the intranet.

    If I cannot retrieve the servervariables...
    See more | Go to post

  • yimma216
    started a topic how do I reconfigure the email

    how do I reconfigure the email

    Hi there,

    I have a piece of code but it is not going for some reaseon. An email should send out to people when a news is aded.

    Would anyone be able to point me to the right direction?

    The new webserver is sitting in a separate work group. The mailserver is sitting in the domain.

    The Integrated Windows Authentication was enabled in the IIS6.0

    Here is the piece of code which...
    See more | Go to post

  • Hi Steven,
    I found out the bug. It was not pointing to the correct directory. I missed the / in front of the <img src="/img/title/1.jpg" />

    Thanks every one
    See more | Go to post

    Leave a comment:


  • I have default that to content master page. But the changes are not inherited.

    Here is the code
    Code:
    <%@ Master Language="C#" MasterPageFile="~/CS.master" AutoEventWireup="true" CodeFile="feature.master.cs" Inherits="product_feature" %>
    
    
    <asp:Content ID="contMain" ContentPlaceHolderID="cphMain" Runat="Server">
    ...
    See more | Go to post

    Leave a comment:


  • changes in master page does not apply to nested master pages

    hi there,

    I got a Master page and nested master pages in the subfolders.

    Top Level Master page
    Second Level Master page inherited Top Level Master page
    Third Level Master page inherited Second Level Master page

    However, changes (i.e. new images & alt. name) that I made in the Top level master page did not apply to the second or third levels.

    My webpage has a correct front...
    See more | Go to post

  • yimma216
    replied to MS ODBC for Oracle Driver 6.00.6001.18
    Thank you.
    See more | Go to post

    Leave a comment:


  • yimma216
    started a topic MS ODBC for Oracle Driver 6.00.6001.18

    MS ODBC for Oracle Driver 6.00.6001.18

    Hi,

    Where can I download the Microsoft ODBC for Orace Driver 6.00.6001.18 or later?

    The version available in the MS support is 2.5

    But my vista computer has 6.00.6001.18.


    Cheers.
    See more | Go to post

  • execution against OLE DB provider "ADsDSOObject" error

    Hi,

    We have a link server
    runnig on the SQL 2005 Express. My stored procedures runs fine.

    But when I put the same settings in SQL 2008 Express which locates in the web server. The store procedure returns the following error message.

    Code:
    execution against OLE DB provider "ADsDSOObject" fro linked server abc
    how can solve this?
    See more | Go to post

  • this was solved by adding additional row in the result set.
    See more | Go to post

    Leave a comment:


  • A first chance exception of type 'System.Data.Odbc.OdbcException' occurred in System.

    Hi I have been trying to get the data display on the datagrid after selecting a customer.

    With the same connection it populates the selection right. But just do not seem to extract the following SQL.

    The litABC is to check the flow of control.

    There is no syntax error but in the debug menu,
    I got A first chance exception of type 'System.Data.Od bc.OdbcExceptio n' occurred in System.

    ...
    See more | Go to post

  • Hi Finny,

    sorry I forget to attach the file.

    I have divided the code into the master page and default page and did not remember to adjust the codes in the <body> tag.

    Thank you for reminding me as well.
    See more | Go to post

    Leave a comment:


  • attached the JS

    I have attched the javescript control for the images.
    See more | Go to post

    Leave a comment:


  • javascript image control does not work in ASP.NET

    I am converting a html pages into aspx. There are images flashing along the top of the webpage using javascript control. But it does not work after i put into the master page.

    In the VB Developer Express, there are also green underline for class name (i.e. class="back")

    Can any one suggest a solution please?

    Code:
    <div id="images">
    <div class="image">
    ...
    See more | Go to post

  • yimma216
    replied to Advanced Search
    Hi cube, thanks for the advice. I just have time to try out the code today.

    But I think I am more clear what the problem I have now.

    Let me explain, I do have two pages as croCrew said.

    The first page has a display of a subscription list.
    Code:
     set rs3=Server.CreateObject("ADODB.Recordset")
    sql = "select * from contact_options c inner join options o on c.option_uid=o.uid where
    ...
    See more | Go to post

    Leave a comment:


  • yimma216
    replied to Advanced Search
    Thanks CoCrew. I figured that I could use a spit function to get individual value.

    But I have a new question to fix. I created a check box control which did not disable the list items that already exist in the database. Some of them worked as I want, some of them do not.

    May be you can help me to figure that out?

    Code:
    <h1>Infosphere</h1>
    <h3>Subsciption Options</h3>
    ...
    See more | Go to post

    Leave a comment:


  • yimma216
    replied to Advanced Search
    I tried to get the values from the form, request("check_ list").
    Then do different things according to the value from the request("check_ list").

    However, how do u get the individual value out of the request("check_ list")??
    i.e. request("check_ list")=1, 2, 3,
    See more | Go to post

    Leave a comment:


  • yimma216
    replied to Advanced Search
    Thanks guys. I have set up a webpage to how it looks. The database is MSSQL.

    I am working on the MSSQL and hopefully can run a query search to display all of the details.

    We have this check boxes, about regions Northern, Southern and Central.

    When User select a check box, it will display the companies by regions.

    I am thinking may be an if-statement with the vbscript can help me display...
    See more | Go to post

    Leave a comment:


  • yimma216
    started a topic Advanced Search

    Advanced Search

    I have these big long list of contacts.
    I want to make an advanced search. How shall I start?

    There is a basic search with Company, branch and contact name.
    See more | Go to post

  • yimma216
    replied to Present data and input in the database
    in PHP
    Thank both of you. I will try to work on your sample, Atli.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...