Content
Javascript issue
Hi, It is showing "undefined" to the 1st column and can you help and check the project below? https://1drv.ms/u/s!Ai8CrEskdewXykrPvEzLNAv4XY7Z?e=CAEWAW


ID Card Template: Set background image of Card by clicking an image in Imagebutton in DataList
I have DataList that shows images from database; the images are contained in an Imagebutton. I also have a card on the web page, the card has labels and image controls. I want to be able to click on any of the Imagebuttons, and pass the clicked image as…


How do I toggle between Portrait and Landscape card using custom toggle button
Hello forum, I recently created a toggle button to help toggle between landscape and portrait mode of bootstrap card, before user can print. Please how can I make the toggle button I created to change the orientation of the card? I have no idea how to do…


Printing a div card with exact styles as it appears on the web page
On my web form, I have these div card where there are labels with values, and two image controls. The labels on the card can have their font-family and color changed by the user o the client side to the desire of the user, using controls provided to do…


How to bind table data dynamically to pdfmake table body using jquery
I have created a HTML Table and I want to download selected columns into pdf using pdfmake below is my code example html code :- <div id="tablediv"> <table id="stockalloctbl_1"> <thead> <tr…


Input control used to display and change font-family does not work with multiple javascript
I have controls that can be used to change font-family and colors of label controls. The input control is for changing font-family while the AjaxControlToolkit ColorPickerExtender is used to change labels color. At the top of my HTML page, I registered…


Designating a link open a .cshtml (view) file in a text editor
Is there a way to have a .net webpage link and open a .cshtml (view) page in either in Visual Studio or other text editor? <a href="/Views/Home/Notes.cshtml">View in Text Editor</a> Yields


How to Share Code Between Multiple Pages and Classes
I'm trying to share code between multiple Code Behind pages and multiple Classes that uses objects and methods of the Page class. Simple examples would be using the "response" and "session" objects. However, in my real example I'll be…
GitHub - referencing repositories in a question
What is the best way to share code through GitHub for the purposes of this Q&A forum? Do I simply include a link to the GitHub repository in the body of the question, or are there other ways?


Printing a particular div tag with labels and images intact in their positions
I have this div tag where labels, image controls and background image are displayed. The background image is gotten from database and displayed in the div like this: protected void Page_Load(object sender, EventArgs e) { if…


how to show an arrow button when scrolling a gridview in panel using java script and asp.net?
Hi members i want to show a button when scrolling a gridview in panel i have tried in normal page and thats work fine this is my code <script type="text/javascript"> $(document).ready(function () { //Hide Back to top…


DateTime - Time Only - Re: Video
Premise: Right now...I am recording start and stop times within a video within a string field (because it is the easiest way). I would like to record start and stop times in the best way, one that would (eventually) allow calculation of the difference…


How to pass oject emp from page Employee to page EmployeeDetails on web blazor server Application ?
I working on blazor web application on .net core 7 . I need to pass object (emp) of emplyee class from employee page to another page EmployeeDetails on employee page EmployeeClass emp=new…


No more support for Web forms in Visual Studio 2022?
Hi, In new Visual Studio there is no more option to create Web Forms web application? Are MVC only future architecture Visual Studio will support for WEB pages? Thx
Using overflow style property to scroll web page contents, not working
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


Redirecting or showing message alert box when using parameterized query with DataReader
I had this code that displays record from database using DataAdapter, and I made it in such a way that when any user tries to go to the page directly by inserting the page address directly in the address bar of the browser, it will show a message box…


vertically scrolling web page using overflow style property
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


are below mentioned packages windows-specific dependencies?
My web application is using below packages, System.Security.Principal.Windows WindowsAzure.Storage Microsoft.WindowsAzure.ConfigurationManager System.windows.forms this particular application also has .resx files It does not have .xaml…
ASP.net: Data field used in gridview is not showing as column but turns into title in another field
Hi. I have a SQL datasource that returns 5 columns and a gridview to show them, but one of the columns does not show as a column in the gridview but turns into title (showing when holding the mouse over) in one of the other columns. It keeps doing it no…


Is it possible to show empty label value if the value of a column used for date or time is null?
I have column for Name, Date and another one for Time. If the values of date and Time columns are null or empty, how do I get to still show the label value in null data value? Is this Possible? please how can I do that?. Here is what I mean in the…

