Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
V

vnr

@vnr
About
Posts
24
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Facing issue in jquery in Asp.net MVc application
    V vnr

    Hi, I am working on an Asp.net MVc web application.In my application on dropdown change i am submiting form (calling a controller method), and in controller method I am assigning value to a Tempdata .From that controller, call will be redicted to aspx page where I will access that tempdata (which is assigned in the controller).Here I am facing the problem as my Tempdata value is coming as empty but If I keep an alert in jquery or debug the application I am able to get the tempdata value.So not able to understand what exactly is the problem?Can anyone please help me on this? tried putting Tempdata.keep() also but did nt work. Thanks, Vanita

    ASP.NET help asp-net csharp javascript debugging

  • Not able to save the file of HttpPostedfile from test method
    V vnr

    Hi, I am working on an MVC application which is written in c#. I am not able to save the httpposted file to my local folder while running the test case.But the same I am able to run from my controller and its working fine.Pelase find the code below. string savePath ="c:/test.xlsx"; HttpPostedFileBase uploadedFile = files[0] as HttpPostedFileBase; uploadedFile.SaveAs(savePath); //not saving the file to the path can anyone pls help me on this. Thanks in advance.

    .NET (Core and Framework) csharp asp-net architecture help

  • How to send a post request from one server to another
    V vnr

    Hi, In our site I am trying to integrate the CITI Bank payment gateway .For canceling a payment we need to send the post request from merchant site to payment gateway site .For this I am using the web request method , I am posting the parameters to the payment gateway server using the web request but not getting the web response , it is giving the error as The remote server returned an error: (500) Internal Server Error . I am not understanding whether the problem is with the web request or I am not sending the request properly to the gateway . Can anyone please let me know is there any other way to post the request from server to server other than web request method . Thanks in advance

    ASP.NET help sysadmin tutorial

  • CCavenue payment gateway integration
    V vnr

    Hi Jaans, Thanks for your reply, now i got to know about this problem. In CCAvenue there are 2 option one is INR and other is USD .My ccavenue account has been registerd with the USD option.For this type account parameters should be posted from the url which is registered with the CCavenue .But for INR we can post parameters from any url.

    ASP.NET help collaboration lounge

  • CCavenue payment gateway integration
    V vnr

    Hi all, We have an account of cc avenue , using this when I am trying to post the parameters to cc avenue payment gateway it is giving me the error message as Merchant URL is Incorrect. Sorry, Your order cannot be processed as the website is not authorised for Transactions through CCAvenue. Please contact the Webstore Administrator to report this error. Can anyone please let me know what might be the problem . I have made a chat with CCavenue Technical Support team also, they are saying that parmeters have to be posted from the url which is registered with ccavenue and it will not work if we post the parameters from any other urls .But we have other ccavenue account also for which ia m able to post the parameters from my localhost only. Please any one clarify this Thanks in advance

    ASP.NET help collaboration lounge

  • Unable to disable the button
    V vnr

    Hi Brij, Thanks for your support, I have tried it using java script and its worked for me. I have taken a hidden field , for the first click of the button i will assign some value to that hidden field .For every hit of the button one java script function will be called and there i will check for the hidden field value , if there is any value in it i will not do anything.

    ASP.NET help com

  • Unable to disable the button
    V vnr

    Hi, When the current page is redirecting to another page it is taking some time , in that time only user can click on the button multiple times .As you said if I use session there may be a chance of user clearing the browser sessions , if it does not happen also for the first button click i will do some operation and the result of that operation has to be sent to another page but if I use the session for the first click of the button some operation is done and trying to redirect to another page and meanwhile if user again clicks on the button i will check for the session and will not perform the same operation again but redirection will not happen in this case . Please suggest me the solution. Thanks

    ASP.NET help com

  • Unable to disable the button
    V vnr

    Hi, thanks for the reply , no i am not redirecting to the same page .I need to to redirect it other page. Thanks

    ASP.NET help com

  • Unable to disable the button
    V vnr

    Hi, In my application i have a form where in which when i submit the form by clicking on the submit button it will do some operation .This operation has to be performed only once so i have disabled that button once it gets clicked to avoid the multiple clicks of it by writing the code Button1.Enabled = false; in the button click event , this is working fine but when i am redirecting to another page after completion of the operation in that button click code , the button is not getting disabled .Because of this, even though i have disabled the button when a user clicks on the button multiple times that particular operation is getting executed the number of times the button is clicked instead only once . here is my button click code protected void Button1_Click(object sender, EventArgs e) { Button1.Enabled = false; Response.Redirect("http://abc.com/test.apsx"); } Please can anyone help me to resolve this problem Thanks in advance

    ASP.NET help com

  • Why ms office dlls should not be there on the server
    V vnr

    Hi, Thanq for your reply , I just heard that microsoft office should not be installed on the web servers , so wanted to know the reason.

    ASP.NET sysadmin

  • Why ms office dlls should not be there on the server
    V vnr

    Hi, Can anybody tell me why microsoft office whould not be installed in our web servers , how the office dlls will affect our sites .

    ASP.NET sysadmin

  • Not getting paypal response
    V vnr

    Hi all, I am using paypal payment gateway in our site. I have integrated it successfully and able to do the payments also.When I am using the credit card to pay (without using paypal acount ) I am getting the response from paypal via POST but when I am trying to do the transactions using paypal account I am not getting any response in my site .After completion of the transaction in paypal it is showing the message like payment is successful and u will be redirected within 5 seconds and it is redirecting to my site also but no values are getting posted to me. Please can any one tell me what might be the problem .Do I need to change any configurations in my business account , so that payment response will be sent to the site . Thanks in advance

    ASP.NET business help

  • Unable to get the data from 2 tables which are in 2 differenet servers
    V vnr

    HI, Thank for your reply , i have tried to get the data using the query but getting the following error "OLE DB provider "SQLNCLI" for linked server "[server]" returned message "Login timeout expired". OLE DB provider "SQLNCLI" for linked server "[server]" returned message "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.". Msg 53, Level 16, State 1, Line 0 Named Pipes Provider: Could not open a connection to SQL Server [53]. " can you please tell me the solution for this. Thank you

    Database tutorial sharepoint database sysadmin

  • Unable to get the data from 2 tables which are in 2 differenet servers
    V vnr

    Hi all, I am trying to get the data from 2 tables which are in 2 different servers , to get that i have used "sp_addlinkedserver" .Using this I am able to connect to the server also .I have used the following commands for example my server ip is 11.12.23.121 EXEC sp_addlinkedserver '11.12.23.121' EXEC sp_addlinkedsrvlogin @rmtsrvname = '11.12.23.121' after this I am not bale to get the results of the linked server using following query select * from '11.12.23.121'.testdb.dbo.userreg Please tell me how to get the data from the linked server. Thanks in advance

    Database tutorial sharepoint database sysadmin

  • Post data from windows application to a web page
    V vnr

    Hi , Thank you for your replies , i got the solution for my requirement. Here is the url for that http://geekswithblogs.net/rakker/archive/2006/04/21/76044.aspx[^]

    C# tutorial

  • Post data from windows application to a web page
    V vnr

    Hi, Thank you for your reply .I have an application from which I need to (http post) send the date to a website every day .I will configure that application as a service and it will fetch the data from databse and send the data to a website url ,in that website page i will write the code to store the information which i got . So i have to write the code to post the data from my service to a website page.

    C# tutorial

  • Post data from windows application to a web page
    V vnr

    Hi, Please can anybody tell me how to post data from a windows application to a webpage. thanks in advance.

    C# tutorial

  • [Message Deleted]
    V vnr

    [Message Deleted]

    C#

  • Integration of Authorize .net payment gateway using SIM method
    V vnr

    Hi, I need code for authorize .net payment gateway using SIM method in c#. Please help me

    ASP.NET csharp help

  • Unable to get the response code from authorize .net
    V vnr

    hi everyone, In my application I am trying to get the response from authorize .net ,if i am using http webresponse i am able to the respons from site like approved or failed etc but if i mention x_relay_url(return url is the page to where authorize .net will send the response) ,it is not able to come back to the page. I am using https://test.authorize.net/gateway/transact.dll for demo purpose, when i am submitting my transaction it is remaining in the same page(https://test.authorize.net/gateway/transact.dll) and giving message as "An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card." This transaction has been approved. It is advisable for you to contact the merchant to verify that you will receive the product or service. So i am not able to get the reponse in my site only pls can anybody help me its very urgent

    ASP.NET help csharp
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups