Tags: Loading dropdownlist, Loading dropdownlist using javascrip
Exception Handling in Global.asax, Application_Error
Some of the Limitations of Exception Handling in Global.asax
(Application_Error)
An
How to convert image into byte 64 and byte 64 into image ?
protected void Page_Load(object sender, EventArgs e)
{
How to Encrypt Connection string in web.config asp.net ??
The most sensitive information stored in web.config file can be the connection
Call web method using jquery asp.net
Call web method using jquery asp.net ajax:
function SearchInterventionQuestions() {
$("#divSearchInterventionQuestions").html('');
//debugger;
//var welcomePageURL = document.getElementById("hdnCreateSurveyQuestionsURL");
var createInterventionQuestionsURL = "../Modules/WebForms/InterventionExercise/CreateHappinessExercise.aspx";
var searchText = $("#txtSearchInterventionQuestion")[0].value;
$.ajax({
type: "POST",
url: createInterventionQuestionsURL + "/SearchInterventionQuestion",
data: '{question: "' + searchText + '" }',
contentType: "application/json; charset=utf-8",
dataType: "json",
success: OnSearchInterventionQuestionsSuccess,
failure: function (response) {
alert(response);
}
});
return false;
}
function OnSearchInterventionQuestionsSuccess(response) {
$("#divSearchInterventionQuestions").html(response.d);
return false;
Removing Shared Folders - IT Security Guidelines - IT Security - Trinity College Dublin
Remove Shared FoldersPerform the following steps to remove shared folders which you no longer use.Windows 2000/XP :Right click My Computer -> Select 'Manage'.Choose 'Shared Folders'.On the list expand shared folders and select the 'Shares' folder.To disable any share you are not using right click on the shared folder and choose 'Stop Sharing' as in the image below. Remember - Ignore the shares with '$' after them these are default administration shares and are required.Thanks to tcd
Merge GridView Cells Or Columns in Row ASP.NET C#
Merge GridView Cells Or Columns in Row ASP.NET C#
In most of the cases specially
How to display loading GIF Image In JQuery AJAX in ASP.NET
Introduction
Today’s JQuery is most powerful library for web development GUI
Calculate age using MySQL
Calculate age using MySQL
SELECT DATE_FORMAT(FROM_DAYS(DATEDIFF(NOW(),”1978-03-28″)),
Text Area (or) TextBox Maxlength doest not work when TextMode is set to Multiline
TextArea TextBox Maxlength doest not work when TextMode is set to Multiline
Hi,
This
MySQL: Solution for ERROR 1442 (HY000): Can’t update table ‘t1′ in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
MySQL: Solution for ERROR 1442 (HY000): Can’t update table ‘t1′ in stored
How to get a resource file value dynamically ?
How to get a resource file value dynamically ?
lblResult.Text = GetGlobalResourceObject("Message","rfvEmailId").ToString();
In
Import an Excel, CSV, txt file into MySQL
Import an Excel, CSV, TXT file into MySQL
LOAD DATA LOCAL INFILE 'C:\\temp\\ListOfCountries.csv'
Stop Sharing a Folder or Drive
Stop Sharing a Folder or Drive
Applies
To: Windows 7, Windows Server 2008 R2
You can
stop sharing a folder or drive by using the Shared Folders Microsoft Management
Console (MMC) snap-in or by using a command prompt.
Important
Users connected to a shared
folder are disconnected when you stop sharing it. Users may lose data if you
stop sharing a folder containing an open shared file without warning. When
possible, notify users before you stop sharing a folder.
Stop
sharing a folder or drive
Using the Windows interface
Using a command line
To
stop sharing a folder by using the Windows interface
1.
Open
Computer Management. To do so, click Start, then right-click Computer,
and then click Manage.
2. If
the User Account Control dialog box appears, confirm that the
action it displays is what