Importing Rows Into a List
Hi, The Data I Write on the Textbox is Inserted into the Table with the Insert Buttonhttps://i.hizliresim.com/4pnb8Q.jpg[^] When the Complete Button is Triggered, I Need to Import All Rows on the...
View ArticleASP.Net Core Identity
Using VS2019 with Core 3 I am attempting to secure a web project. Web API does the validation and returns a JWT token with the user authorisation details, role only. Tihs works fine as the JWT decodes...
View Articlei want show page numbers in bottom of the page like <1 2 3 4 5.......10 11...
This my aspx code<table align="center"><tr valign="top"><td><asp:DataList ID="gv1" runat="server" RepeatColumns="1" RepeatDirection="Horizontal"><HeaderTemplate>Our Tutors...
View Articlevideo calling in asp.net
i want to add video calling "one to one and one to many" function on my web page using asp.net bt i dont understand how i can add this on my web site
View Articlegridview with dynamic dropdownlist control null exception
I have a GridView with template fields and one of the template field is a dropdownlist which is dynamically added into the gridview control. It's working properly on page load when I click the button...
View Articlewhat is major difference between blazor server app and asp.net mvc razor app?
what is major difference between blazor server app and asp.net mvc razor app?===================================================== The grass is always greener on the other side of the fence
View ArticleRetrieve Session Array variable to Array variable in Class Library Project
Hello Friends, I have asp.net website and have few class libraries in the same solution. I am trying to store a database retrieved datatable (it contains only one column) into Array variable and...
View ArticleAccessing Master Page Methods in Content Page and Accessing this.Master page...
Hi Friends, I have web application along with few Class Library Projects. I need help in implementing the following 2 points. i) I have method written in Master Page code behind, I need to access this...
View Article[Solved] Retrieve Session Array variable to Array variable in Class Library...
Hello Friends, I have asp.net website and have few class libraries in the same solution. I am trying to store a database retrieved datatable (it contains only one column) into Array variable and...
View ArticleChange datatable from column to row and bind it to gridview
I have a datatable like this ---------------------------- STID NAME DOB SBCD ---------------------------- 1001 XXX DMY AAAA 1001 XXX DMY BBBB 1001 XXX DMY CCCC 1001 XXX DMY DDDD 1002 YYY DMY AAAA 1002...
View ArticleFacing Issues while reading an excel file and inserting it's rows to a my sql...
Error:'D:\test_data\sample_bulk_upload_File.xls' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides code::path =...
View ArticleWhat's so bad about webforms?
I've been developing in ASP.Net for over 12 years and, though it was a bit of a learning curve to start, feel the webforms environment is, for most purposes, pretty good. When MVC came on the scene...
View ArticleSQL Parameter Collection - Not able to assign to SQLCommand
Hello Friends, i have following code. I am getting Error "The SqlParameterCollection only accepts non-null SqlParameter type objects, not SqlParameter[] objects." in the line...
View ArticleASP.net In Visual Studio 2019
Hey, I want to develop a web application with ASP.net and C# in Visual Studio 2019, but I found I have to use razor pages or MVC. Unfortunately, I am not familiar with both technologies or methods, so...
View ArticleDuring redirection localhost is not attached and page failed to load
Hi Friends, I have migrated asp.net 2.0 VS 2005 application to VS 2015 (framework 4.5). Site loading fine. But when i click on the menus available in the page, actually it is not adding localhost in...
View ArticleNewbie here. Why is my array list not working?
I am very new to ASP.net and C#, so I am trying my best, but there are stille many things that confuse me, especially because when I am looking at various examples online they give me different answers...
View ArticleShould I begin with razor pages or mvc?
I know html, css some fundamentals of js and C#, and I have decided to delve into the world of asp.net. I have learnt that there are two options to begin with, razor pages and mvc. But Razor pages seem...
View ArticleProblem with Using Directive
It is an ASP.NeT core razor pages solution. I have three projects in my solution "OdeToFood" 1. OdeToFood (Original Project) 2. OdeToFood.Data (.Net Core Class Library) 3. OdeToFood.Core (.Net Core...
View ArticleExample Needed
I'm looking for an article or sample project that secures a web site, both API and client using .net core 3 and razor pages. The example should NOT be using EntityFramework. Almost every article/sample...
View ArticleI can´t get any output from XML and Binary.
I have been trying to experiment with XML and Binary files. I did so by re-writing a code I made in an ASP NET Web Application. Keycard.csusing System;using System.Collections.Generic;using...
View Article