Categories
Asp, Asp.net Technology - Tips

The Requested Page Cannot Be Accessed Because The Related Configuration Data For The Page Is Invalid

The Requested Page Cannot Be Accessed Because The Related Configuration Data For The Page Is Invalid Hi freinds, tomorrow i got a call from one of friesnd.He told me that he is facing in issue when he configured his Asp.Net website in IIS.Error he told me about is The Requested Page Cannot Be Accessed Because […]

Categories
Asp, Asp.net

How To Show A Message When DataList Is Empty

How To Show A Message When DataList Is Empty In this tutorial i will let you know How To Show A Message When DataList Is Empty.Today i am working on project and requirements come to me is to display a message when datalist is empty, not a big deal.I have done it earlier through 4-5 lines […]

Categories
Asp, Asp.net

Upload File With Asp .Net AsyncFileUpload Control Inside ModalPopupExtender

Upload File With Asp .Net AsyncFileUpload Control Inside ModalPopupExtender In this tutorial i will let you know how to Upload File With Asp .Net AsyncFileUpload Control Inside ModalPopupExtender.On my previous post i explain how to use modal popup extender.Here we placed AsyncFileUpload control in modal popup extender to achieve this. AsyncFileUpload is an Ajax Control to upload file […]

Categories
Asp, Asp.net

Ajax ModalPopUp Extender Example In Asp.Net

Ajax ModalPopUp Extender Example In Asp.Net In this tutorial i will let you know Ajax ModalPopUp Extender Example In Asp.Net.The ModalPopup extender allows us to display the content on a element that mimics a modal dialog box, which prevents the user from interacting with the rest of the page. Clicking on OK or Cancel in the […]