Webhook receiver from the ground up using ASP.NET?
I have been trying to build a webhook receiver and I can't find a single page that takes you through all the steps of creating and configuring a receiver webhook. First, I want to use my own website to...
View ArticleChange a color of single data labels in graph using crystal reports
Dear Concern! i am using a CR10 i have already draw a line chart with displaying a data labels with 2 decimals points. my problem is that i have to change a color of last value(data labels) that a...
View ArticleXPagedList, StaticPageList, View, looping items with foreach, loops all the...
I have this model and view, in which instead of the model just being a list of items, it's order information and a list of orders. So I used StaticPagedList to make a PagedList of the Orders which...
View ArticleWriting multiple records to a binary file, reading the file records so I can...
This is for a website that I'm building for my neighbor, and for future builds. I don't want to use a database in this project, or XML unless I have to. I thought I might be able to get away with using...
View ArticleIs there a control that displays a PDF and submits the pdf back to the server?
I am looking for a PDF control that displays the PDF and adds a "submit" button, that send that entire pdf back the server. I want to save the entire pdf as a BLOB on the database. I see a bunch of...
View ArticleMVC, my views can't see or reference the namespace MvcApplication in Global.asax
I have a global.asax file, namespace being the project name, and I did check the spelling in the Global.asax, I have a function called GetWebsiteName(), and in the view I call it. I did some large...
View ArticleHow SSRS handle large data
when we develop report with ssrs then we can bind ssrs with sql server store procedure or c# data set. suppose sql server store procedure return 10,00,000 data and configure ssrs to show 50 data at a...
View ArticleHow to configure sql server profiler to see sql for my session only
suppose i am working with SSMS and issuing many sql but sql server profiler will show all sql hiting database. so tell me how to configure sql server profiler to see my issued sql only. suppose i have...
View ArticleIn RequireField validator textbox Data is present in the Textbox but its...
<asp:requiredfieldvalidator id="ldValidator" Runat="server" text="Please enter your cardnum1" ErrorMessage="Please enter your cardnum2" controltovalidate="CTextBox" Display="Dynamic"...
View ArticleASP.Net Web Application with Devices
Hi, I want to develop an ASP.Net Application (Financial and Accounting System), and this application must connect to many devices that connected to the client PC such as Cash-Drawer, POS Printer,...
View ArticleASP.NET MVC Exercise
Hello, please someone help me how to do this exercise step by step. Regards Exercise – ASP.NET MVC Web Application Create an ASP.NET MVC web application to display customer orders. You must use the...
View ArticleUrgent Assistance
Could someone please explain what is happening in the following code?Private Sub BindListView() Dim constr As String =...
View ArticleHow to interact windows forms app to asp.net c# web
Hi All, I have an ASP.Net Web Form Application and I have a button called "Open Cash Drawer" in the form, and I want when click the button call a windows form application on the client PC to open the...
View ArticleCombine AngularJS with Signalr in C# project.
Hi, I am after some guidance how to incorporate angularjs into this project. I am looking for a nicer way of writing the data to the table. Any help would be most appreciated.publicclass...
View Articleerror in opening page
hello h have a problem in opening the html page of my website with / at the end of url for example when i open the below page without / at the end of url,the page open corrctly but when i put the / at...
View ArticleDropDownList
HI, I want to ask a question regarding DropDownList. This is the code:-<asp:DropDownList ID="DropDownList1" runat="server" onselectedindexchanged="DropDownList1_SelectedIndexChanged" Height="22px"...
View ArticleC# Data access layer and business logic
Hi Guys. Please provide me with basic steps of creating a C# data access layer and business logic layer.
View ArticleYou have to be inside an Angular CLI project in order to use the serve command
Hi, I have downloaded an Angular JS(or 2) Project to run and learn, its giving me error for both the ng serve and npm start, I am not understanding why Angular creators made my life so hell, no project...
View ArticleDevelop a Module in ASP.NET
Hi Dear, I'm Muhammad Bilal i want to develop Inventory module in Asp.NET. So please help me how i will start this module by using ASP.NET in MVC framework
View ArticleError Page , 404, 500
I thought I had this worked out in my main project, then I created a lite version of the project. I can't figure out how to get my error handler page to work. What works Exception Pages when a page...
View Article