1,321
questions
0
votes
0
answers
43
views
change in one dropdownlist according to another dropdownlist by ajax in asp.net
I have two dropdownlist one with name and another with contactno on selecting name corresponding contactno want to show by ajax in .net.
Here is my load event [ in which dropdown is bind ]
service....
0
votes
0
answers
32
views
Exception of type 'System.OutOfMemoryException' was thrown by fetching large data in ASP.NET ajax webmethod
When I fetch data from Ajax to web method and show in datatable in ASP.NET using C#, at that time it showing a System.OutOfMemoryException error.
Here is my Ajax code:
$("#btnSubmit").click(...
0
votes
2
answers
58
views
How to append rows data on grid view to header on end event page when export data to pdf?
I work on itextcharp library to export grid view to pdf .
I face issue header column display within data and it must
display above of data
so my issue data rows display above header
exactly .
I need ...
0
votes
0
answers
27
views
When export data to pdf using itextsharp library, I get an empty file downloaded and can't open
I work on ASP.NET I face issue when export grid view have more than 2000 rows it download empty file pdf without data inside.
And when click on file not open and give me file not in correct format or ...
0
votes
0
answers
24
views
when run crystal report i get Error in File temp_.rpt:\nUnable to connect: incorrect log on parameters
I work on crystal report Version 13 . I have main report have multi sub report
my issue I get error after add second sub report
error in File temp_.rpt:\nUnable to connect: incorrect log on parameters....
0
votes
0
answers
26
views
How to show image which is uploaded by gallery in asp.net through ajax by web method
I want to show image which I uploaded from gallery.
Here is my code,
<asp:Image Height="420px" Width="580px" runat="server" ID="img_Product" CssClass="...
1
vote
0
answers
18
views
The length of the string exceeds the value set on the maxJsonLength property in asp.net C# [duplicate]
I want to show image through ajax by web method.
<asp:Image Height="200px" Width="200px" runat="server" ID="img_Product" CssClass="col-md-2 control-...
0
votes
0
answers
29
views
Getting Undefined data in ajax success
I am calling webmethod in asmx.cs file from ajax javascript by click event of button in asp.net c#. Now, in this circle button click event working fine, webmethod event also fired perfectly with ...
2
votes
1
answer
92
views
Why webservice can't return datatable in ASP.NET C#
I use this code to call an ASP.NET C# web service to access a SQL Server table:
HttpResponseMessage message2 = client.GetAsync("GetAll?Columns=*&Tbl=Coding_Sell").Result;
string ...
0
votes
1
answer
47
views
Getting undefined value by ajax success data in asp.net
I am calling function from .asmx.cs file by ajax web method. Now, I am getting output undefined value in ajax success.
Here is my code,
<input type="button" id="btnGetStock" ...
0
votes
0
answers
37
views
Recieving double trigger events via WebSocket?
I have an ASP.NET web application that helps picking items in a warehouse, and it is using NIMMSTA scanners to trigger the picking of an item. If anyone is interested, NIMMSTA documentation for their ...
1
vote
0
answers
37
views
Terracotta-server-not-starting-after-restart-activity
Terracotta used and 10.7 level:
We restarted our terracotta server but it’s not starting up after shutdown of server.
We are getting below error in wrapper logs.
INFO | jvm 1 | 2024/03/24 22:45:22 | ...
0
votes
1
answer
53
views
Page Method returns undefined response
I am using Visual Studio 2022 for a .NET 4.7.2 project.
I created a simple page to make use of web method it's not working for me. Even the breakpoint is not being hit in web method.
I get undefined ...
0
votes
1
answer
32
views
Access Web Page User Control from a Public Shared Function
I need to access the user controls on a web page from a shared function decorated with a WebMethod. That function is being called from jQuery AJAX. When I try I can the error "Cannot refer to an ...
0
votes
0
answers
60
views
The time it takes for PageMethod to be received by code behind is not consistent
I am quite new to webpage development.
I have a ASP .NET Web Application. On my webpage, I have several controls, that when clicked, will call a PageMethod to the code behind. My concern is, when I ...