Relation between controller,view and model in asp.net mvc
please see the below image just clicking on it https://i-msdn.sec.s-msft.com/dynimg/IC263184.png[^] i often seen the below picture is used to show the relation between controller,view and model in...
View ArticleRegarding web site animation when page scroll
please view this web site http://www.invisionapp.com/[^] when your page scroll gradually then notice animation is playing on images but images were download when page load. so i like to know how they...
View ArticleASP.NET Image Viewer?
Hello CodeProject Members, I have a project that involves the creation of an image viewer for a range of image sizes, from 4 - 700MB, potentially larger. I have been asked to make a web application...
View ArticleRetain value in HttpModule
I've written custom httpmodule and it's being called up for every request. I want to store the value on my first request and this value needs to be retrieved for subsequent request. Is this possible in...
View ArticleHow to convert Asp.Net Gridview to OMR sheet
Hi, I am vaiyapuri, working as a senior software engineer. I have developed application using ASP.Net. I designed gridview page. It is working fine. Now I want to convert gridview to OMR (Optical Mark...
View Articleexport gridview data to CSV file
Not able to download gridview content. Downloaded CSV file is empty. my code on button click is:- publicoverridevoid VerifyRenderingInServerForm(Control control) { } protectedvoid btnCSV_Click(object...
View ArticleWhat is the advantage of using Tag Helpers in ASP.Net MVC 5
apologized that i am not very good in asp.net mvc that i would like to confess. i just come across a good write up for asp.net 5 new feature from this url...
View Articledisplay the name of current system user
Hi everyone, I want to display the name of the user who is currently logged in the system
View Articlewhich is the best grid library to work with asp.net mvc
hello there,i want to display the data from table in grid, i also wants to perform CRUD operation which reflect the updates to database using ajax post. so is there any special grid library to do that?...
View ArticleEncryption
Hello, I have a small c# program where I need to hash my password and use the hashed password as a key to encrypt data. How do I make the hashed password as a key and then encrypt data? Any links...
View ArticleGetting Error Message when adding Content pages with Master Pages in ASP.Net
Hi Friends, I was able to create Master pages and content pages. Not sure what happen all of a suddend, now unable to add content pages though I opened Visual Studio 'run as Administrator' I tried with...
View ArticleReload parent page after closing the popup
Hi All, I am trying to reload parent page from a popup, after closing the popup, I am trying to reload the parent page and it is going into parent pages load method and loading everything, but showing...
View ArticleShowing Polyline Using ASP NET and database
Hello masters, i'm not familiar with asp net and database. i have project to about asp and database and i try to use ASP Net and database from my sql to show markers at google maps. But my problem is...
View ArticleInfinite Scroll by jquery and asp.net and page slow & crash issue
i use jquery for infinite scroll. i just invoke my page method by jquery and page method return data in json format which jquery parse and jquery push those data into div and append that div in page....
View ArticleInterview Question for ASP.NET
Could you Please Answer my interview Question:: 1. Interface main Use for real time and opps concepts? Its only have signature. So why in need Interface & apstract class??? Some people say we use...
View Articlecheck data exist or not?
How to check that textbox data entered by the user exist on the db(MS Access) or not and if it exist in db than on the basis of that fetch the data and display on gridview else show error msg on label....
View ArticleInterview Question -Why Validation in Update Panel is not working properly?
I attended an Interview last sunday. One of my interview question is, "Why the validation in Update Panel is not working properly in Asp.net? And what is the reason?" I tried some reference article in...
View Articleget logged in user name
I want to display the name of the user that is currently logged on in the system. PS:- Using VS-2013, ASP.NET and I am freshers so please be specific Don't have much idea about authorization, identity...
View Article