EnableEventValidation="false" OR EnableEventValidation="true"
I have a page like this: <%@ Page Title="test" Language="C#" MasterPageFile="~/Template.master" CodeFile="Define.aspx.cs" Inherits="JobRecords_Default" EnableEventValidation="false"%>...
View Articleusing content page controls with external js file ?
I want validation code in separate js file and include it on content page in asp.net How can I use controls on content page with js file ? Please provide solution with custom example.
View Articlecapture and save user id when new record created in asp.net mvc
Hi all, I am very new to ASP.net MVC. I am creating a simple web application and want capture and save the userID to a newly created record by the user. The reason is, I want users only can edit the...
View ArticleHow to develop Notifications feature
Hi , How to implement Facebook like notification in website using asp.net FrameWork 2.0 SignalR can not be used because my website built in 2.0 I want to show only Update Notification Count. my...
View ArticlePublic Enum with strings
how can I declare Public Enum with strings? PublicClass ImplementationHelper PublicEnum ExcelSheetName "High Level Benefits""Benefits"EndEnum
View ArticleCODE TO SELECT MULTIPLE ITEMS DISPLAYING IN A WEBPAGE IN ASP.NET
HOW TO WRITE CODE FOR SELECT MULTIPLE PRODUCTS AT A TIME IN E-COMMERCE WEB APPLICATION BY USING CHECK BOX OR RADIO BUTTONS.10570172
View ArticleWeb API ObservableCollection Returns Null
I am working on a WPF 4.0 app that calls to the back end via an MVC 4 Web API. I have a view called Injuries. I have an InjuryEntity which contains an ObservableCollection of DocumentEntity. I'm...
View Articlemicrosoft jscript runtime error out of memory
i got this error after executing the below code update [AjaxPro.AjaxMethod] publicbool UpdateCoupons(int ID, int CouponsNo,int TripsNo ,int GPSNo) { if (CouponsNo == null) CouponsNo = 0; if...
View ArticleREST API generator
Hello, I'm looking for a REST API generator. I found product like REST United, Swagger, Alpaca, IO-docs, Google API client generator and Postman but they seems to be more documentation or REST...
View ArticleThe Report Viewer Web Control HTTP Handler has not been registered in the...
hello guys! Can anyone help me on this error I'm receiving this error message. The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add to the...
View ArticleUser Sessions Override each other
Good Day All I hope someone can help me. i have a Asp.net web application that is running on 4.51 , When the User login Successfully i return an Object that has info for that user and store this in a...
View ArticleHow to add a number to Left top Of a td Element
Hi to every buddy i have a table like this<table><tr><tdstyleborder=1> test <sub>1</sub></td><tdstyleborder=1> test2...
View ArticleWidth is not working
using multiline text box. trying to set width in px. but it's not working. Need Help. <asp:TextBox ID="txtHtml" TextMode="MultiLine" runat="server" Height="300px" Width="839px"> Thanks in...
View Articleencrypt at javascript and descrypt at server side asp.net
Hi, I want to encrypt a password at client side (javascript) and decrypt the password again in the server side (Asp.Net). Please give me a sample or the best algorithm to do that. Thanks All
View ArticleZip code
How can I determine if a given zip code is US , if it US and more then 5 char add dash for all other leave as is.
View ArticleModalPopupExtender popup Problem
Modalpopup have textbox, DropDownList, buttons. following is my button. my requirement is when I click this button popup will not close. suggestion please. <asp:Button ID="btnSearch"...
View ArticleAsp.net Postback
Hi All, How to Prevent Postback Events from Firing on Page Refresh. every time i refresh the page the last postback event fired. Please let me know how to prevent this issue. Thank all
View ArticleSmall ordinals?
Hello The following produces a date in this ordinal format: 30th October 2014: Function ReturnDate() As String Dim theDate As String = "" Dim NumericDayofMonth As Integer = Date.Now.Day Dim...
View ArticleOpen Source Reporting Tools in .Net
There are variety of tools in Java for designing and developing Reporting like Jasper, BIRT etc. Does .Net have anything like that? I believe that there are only SSRS which is fully licensed. Earlier...
View Article