How to incorporate pagination feature into my repository
see the sample code This is books model -----------------------publicclass Book { [Key]publicint Id { get; set; } [Required] [MaxLength(30)]publicstring Title { get; set; }publicstring Authers { get;...
View ArticleHow to fix error "the type or namespace name 'CustomerBAL' could not be found...
How to fix error "the type or namespace name 'CustomerBAL' could not be found (are you missing a using directive or an assembly reference) Name project MvcApplication1) on ASP.Net Visual Studio 2012...
View ArticleProblem consuming soap web service - content mismatch
Hi all, I need help about this problem: I call from a wcf service another web service (a soap web service). Now I receive following error message: The content type application/xml; charset=utf-8 of the...
View Articlemaintain position DIV on Postback
I find many discussions, but none work with more div<pre><scripttype="text/javascript"> window.onload = function scr1() {var div = document.getElementById("dvScroll");var div_position =...
View ArticleAngular 4 having vs2013
Please let me know the step which is created for an MVC project with angular 4 in vs 2013 or give any reference link
View ArticleBest way to prevent xss attack
i have editor which external user will use to create page. now wicked person can inject something malicious. so tell me how to prevent it? i will allow user to upload any string data but how could i...
View ArticleWhat url option does with ajax begin form
i am talking about asp.net mvc. just seen a example but do not understand when people mention url with ajax begin form?@using (Ajax.BeginForm(new AjaxOptions { Url = Url.Action("Foo", "Bar", null,...
View ArticlePls help
pls can i reference an iframe of one aspx.vb page inside another aspx.vb page? if yes then pls help me out with the code behind.....thanks
View ArticleProblem consuming soap web service - content mismatch
Hi all, I need help about this problem: I call from a wcf service another web service (a soap web service). Now I receive following error message: The content type application/xml; charset=utf-8 of the...
View Articlemaintain position DIV on Postback
I find many discussions, but none work with more div<pre><scripttype="text/javascript"> window.onload = function scr1() {var div = document.getElementById("dvScroll");var div_position =...
View ArticleAdvice on Partial View
Hi, I am creating an Asp.Net MVC5 application where I have two areas called Teacher and Parent. I want to display a Child's home page based on the area, that is, both the teacher and parent have their...
View ArticleHow to ensure user either checks a box or fills out the form?
Greetings again, I am really struggling to get my code to work. have a gridview with ID = Gridview1. This gridview has three textboxes and one checkbox with id = grid1Details The requirements: if =>...
View Article"Whoops! Please Enable Adobe Flash" popup does not allow user click from my...
I have an aspx content page that is related to a .master file, which of course has a Form tag. I believe that the Form is getting resubmitted when the user clicks on the "Enable Flash" button in the...
View ArticleHow to save large class data to multiple table using entity framework 6
so tell me how could i design whole things. suppose i have a registration class what has so many properties like Account information ---------------------- First Name Surname Company Name Contact...
View ArticleWon't compile after missing Bin file replaced
Hi everyone, I had trouble getting a VB project into TFS because I'm a newbie and had the local and source control mappings and bindings misconfigured. On one check-in to TFS, my project ended up being...
View Articlehtml property requires changing
Hi, I'm working on a login page for an website app and since it's the same layout and format as all our apps, I just copied the html and code pages from another app. Now the fun begins... I save and...
View ArticleAsp.net multiline textbox automatically inserting
I have a web application that I am maintaining. I made a change to the vb code, not the aspx page, and when I run the page now I am getting 
: inserted at the beginning of the textbox....
View Articlehow to create Date to Date Report in asp.net using c#
i try some types but not working,And how to solve this issue
View ArticleRemote Desktop
Would you please let me know how to code Remotedeskop system in Asp.net using C#
View ArticleAsp.net Core 2.0 Coversion of Pdf to Image
Hi, can any one suggest and nuget package for converting PDF to Image in asp.net core 2.0.
View Article