User Profile

Collapse

Profile Sidebar

Collapse
chandhseke
chandhseke
Last Activity: Mar 1 '11, 04:08 PM
Joined: Jun 8 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do i create a sequence of approvals in asp.net/C# application?

    Hi Team,

    I have developed an application using asp.net and C#. we have 13 approvers in the application, the application should flow to each approvers for approval. Once the first approver approves the request an email should be sent to second approver with a URL link for his/her approval. I have done this in VB script and ASP in past but i am new to C#. Any one educate me and help me code this scenario would be really appreciated....
    See more | Go to post

  • Adding Currency symbol to excel report using ASP

    Hi,
    I have requirement to pre-populate currency symbols in excel report generated using ASP. Please review the code below and help in fixing this.

    Code:
    <%@ Language=VBScript %>
    <% Response.Buffer = True %>
    <!--#include file="connection.asp"-->
    <%
    			vSQL = Request.Form("SQLSelect")
    			SQLSelect = vSQL
    	
    			Set oRs_HotelRFP =
    ...
    See more | Go to post

  • Hi,
    Thanks much i am using the above code now.. If i come across with any unresolvable issues i will contact you.

    Thanks again!!

    Regards,
    Chandhseke
    See more | Go to post

    Leave a comment:


  • Hi Jared,
    I have come up with a new code to address my ongoing data loss issue, your advise above helped a lot to resolve the issue.please advise if this works fine, sorry for interupting you more.

    Code:
     <tr>
                     <%If VAR = 2 then%> 
                      <td colspan="4" class="BoldFont" style="width: 112px; height: 27px;">Scope <font color="red">*</font>
    ...
    See more | Go to post

    Leave a comment:


  • Hi Jared,
    That answers my question. I have a query which is related to my above question should i open a new thread for that please advise.

    Regards,
    Chandhseke
    See more | Go to post

    Leave a comment:


  • Great, understood the difference but one small question. Does my code in reply 9 would solve the data loss issue anyway? While Var=2, will this send all data via an update query to DB. (I want my code to post data only when VAR = 2 is true else i am not updating all data feilds value rather i am just marking a separate column in database with current date to show it was approved on the particular day)Please advise.
    See more | Go to post

    Leave a comment:


  • Code:
    <form action="MGRSQL_Update.asp?mode=Approve&var=<%=var%>&FormID=<%=Rec_IDQuery%>" method="post"  name="form1"> 
      
                      <input id="Contact_Name" style="width: 225px" type="text" name="Contact_Name" value="<%=RsEdit("Contact_Name")%>" <%If VAR <> 2 then %>Disabled<%Else %><%End
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for your response.
    Code:
    <%If VAR = 2 then %> 
                      <input id="Req_Name" style="width: 225px" type="text" name="Req_Name" value="<%=RsEdit("Req_Name")%>"/> 
                      <%Else %> 
                      <input id="Req_Name" style="width: 225px" type="Hidden" name="Req_Name"
    ...
    See more | Go to post

    Leave a comment:


  • Hi Jared,
    Sorry for confusion. I will give you a background of my scenario, we have an web application using ASP, JavaScript and VB Script. Common users access this application to create a supplier record with us and a user will be allowed to select 3 approvers to whom the request will be sent for approval in a sequential order. once they fill in all the fields and submit the form an email notification will be sent to approver 1 with form...
    See more | Go to post

    Leave a comment:


  • Hi Jared,
    Thanks for your response. Your example is correct but what if i have a scenario where we had submited a form and all form values is inserted to database using Insert query. Now i have a form with DB values <%=text1%>.

    Code:
    <form action="response.asp" method="post"> 
    If <%Variable = "Value" then%>
    <input type="text" name="text1"
    ...
    See more | Go to post

    Leave a comment:


  • Impact of giving same name to multiple text fields

    Hi Team,

    Could you please educate me with an explanation - What is the impact of giving same name for different text fields in HTML/ASP. I use JavaScript for Client side validation and few other functionalities , VB script for DB connection and Insert/Update operation to DB.

    Thanks for your help in advance.

    Regards,
    Chandhseke
    See more | Go to post

  • How to use built-in functions with Record set values?

    Hi Folks,
    In my code i need to preceed every amount value with a currency sign selected by a user. The drop down contains a list of currency values like USD(US Dollars), EUR(Euro), INR(Indian Rupee) etc.

    When we review the data entered by the users, the currency value should be preceeded with currency sign selected by the user in above drop down list. For Example
    : If a user select USD(US Dollars) from the list then...
    See more | Go to post

  • Pop up an alert/message box with data on console

    Hi Folks,
    I do not know whether i am asking this to a right team, if not please guide me through.

    As everyone knows if we install any add ons,during setup we go through TERMS AND CONDITIONS step here we check the radio/check box to accept/agree terms and conditions. My question is when you check this button if terms and conditions contains words like MUST, $DOLLAR etc then that should be highlighted so that it could be noticed...
    See more | Go to post

  • Hi,

    As per the above conversation we had couple of months before, i used the same techinique in order to develop a dynamic drop down list by binding the dropdown values. The initial requirement was if an end user selects an item from dropdown then its his/her email address should automatically pop-up in the text box. Please find the below code.

    //JavaScript to popup email address in a text box based on item selected...
    See more | Go to post

    Leave a comment:


  • Hi,
    When i had my server team check the event logs we found an error 8004020c "At_least_one_r ecipient_is_req uired__but_none _were_found.".


    Regards,
    Chandhseke
    See more | Go to post

    Leave a comment:


  • Any update on my above thread? Please advise.

    Regards,
    Chandhseke
    See more | Go to post

    Leave a comment:


  • Hi,
    There is no such delete script in my code that deletes data rather we have update script that gets executed each time when a approver approves a request.

    Regards,
    Chandhseke
    See more | Go to post

    Leave a comment:


  • ASP : Data gets disappeared from the database table intermittently

    Hi Folks,
    I am chandhseke, facing an issue with one of the web application built recently using a old technologies like ASP,VB SCript and JavaScript

    The problem really is seen intermittently but we are not able to recreate it. My web page has a sequence of approval process, an end user can select their approvers from a set of drop down boxes in...
    See more | Go to post

    Leave a comment:


  • How to replace apostrophe in ASP record set

    Hi Folks,

    I have designed a functionality to EDIT or DELETE dropdown values with an ADMIN privilge. MY code will pull the approver names from a database and will give an option to edit or delete. I am able to do it, but the real problem is when the approver names or email contains an apostrophe I will not be able to action the edit or delete button. Please help since this is a priority issue for me.
    I know the technolgy that...
    See more | Go to post

  • ASP Form: Data getting deleted automatically

    Hi Team,

    I have a question which seems to be very infrequent in our application but we need a possible answer as to determine wht is causing an issue.

    We have a form built using ASP, VB Script(db actions) and Javascript. The page contains an approval process where it will be emailed to different approvers based on the standard email system using vbscript. The issue is, sometimes(not always) the data gets automatically...
    See more | Go to post
No activity results to display
Show More
Working...