Get text in a textbox
Good morning every body! Please help me out in this since I can't really figure out what is wrong. I have a datalist control that displays posted status. Inside this datalist is a textbox control and a...
View ArticleThe requested resource does not support http method 'GET'
Good Day All i have a web api with a controller like this  publicclass RegistrationController : ApiController  {  [System.Web.Http.AcceptVerbs("GET", "POST")]  [System.Web.Http.HttpGet]  publicint...
View ArticleLearing ASP.NET Security Vulnerability programming
I am new to repairing security vulnerability on ASP .NET code. Can someone give me links to on-line reference material where someone new like me can learn the process?
View ArticlePreventing XSS attacks to dynamically created DOM webpages and dynamically...
I have read the following article:https://msdn.microsoft.com/en-us/library/bb355989.aspxNow this article allows me to understand XSS vulnerability defense to a webpage that is statically made up of asp...
View ArticleEntity framework forien keys
Hi, I am new in MVC and Entity framework, so I have some problem in my first project. So sorry if my question is to noob What I have at this point: I have table users(ID, Name, Password, TypeID,...
View ArticleMake upper Div the same height as ViewPort height
hi every body I have a HTML structure, something like<body> <div id="upperWrapper"> <%--some elements here!--%> </div> <div id="main Container"> <%--some other...
View ArticleHow to restrict saving a website Offline ?
Hi, There is a online website of mine I would like to restrict users so that they will not able to save it offline using offline website copier software like HTTrack Website Copier and other similar...
View ArticleWhy Buttons in update panel are not able to update page ,how to do so?
Hi all , I am using save, cancel and back button to update the content page ,please see code below but they are not able to do so,Please tell to make them to update the page. MASTER page:-<%@ Master...
View ArticleHow to send an URL as hyperlink using System.Web.Mail
Hi, I want to send an URL inside the mail body using the System.Web.Mail API. Like http://test.com/MyPage/Select.aspx -> This will be the actual URL. But the user should be seeing only the hyperlink...
View ArticleFile deletion issue in a VB.NET project
Hi, I do have a website that is acting like a FTP site for uploads and downloads. The workflow is: - A user account is created - A folder is created (kind of a home directory) - A user logs in -...
View ArticleHow to display image from access database in crystal report?
Hi, Iam stuck up with this thing for past couple of days. Iam saving company details in access database with compLogo as one of the field name to store the logo image as an OLE Object. I can display...
View Articlehow i can make multiple admin same admin panel?
i use this admin panel in my project university management system.if any free project download site can suggest it will be helpful
View ArticleIpad prints white page as pdf content from wireless printer
In MVC My Application, we are showing the pdf with the help of pdfviewer in popup, when printing the pdf through wireless printer in IPAD 8.0 it prints white page... Kindly reply for this to get solution.
View ArticleDisplay Pdf along with Html Controls in MVC Application
Need Samples to display the PDF Content and also some html controls in MVC application
View ArticleDAL
HI, I want to know that What is DAL??? And it's use??? As i search in google also but i am Confused??? As anyone know's Please Reply...
View ArticleApp development ASP.NET with SQL Server
Hi I am planning to develop a software app using ASP.NET and SqlServer DB. I just wanna know what all the software I need to procure for complete implementation and from where
View ArticleFormat Excel Row Height
I am exporting a data table to Excel, but my row height get wildly large, how can this be changed to actually set the row height?publicvoid ExportToExcel(DataTable dataTable) { string filename =...
View Article