Hi, This can help you...
Hi, You can refer following for delegates and events https://msdn.microsoft.com/en-in/library/orm-9780596521066-01-17.aspx Thanks
Hi, You can check this var bytes = Convert.FromBase64String(Request.Cookies["NameOfCookie"].Value); var output = MachineKey.Unprotect(bytes,...
Hi, You can check this void Txt_nameValidating(object sender, System.ComponentModel.CancelEventArgs e) { if(txt_name.Text==string.Empty) {...
Hi, You can check this private void Form1_Load(object sender, EventArgs e) { using (StreamReader reader = new...
Hi, You can check this TextBox tb; static int i = 0; protected void addnewtext_Click(object sender, EventArgs e) { i++;...
Hi, You can refer it http://plsql-tutorial.com/plsql-triggers.htm Thanks
Hi, You can check this class Quote { ... [Format(typeof(CustomFormat))] public double Price { get { return _price; }...
Hi, Your site is quite good but not that much user attractive. You should make the GUI more attractive and interesting. You can use bootstrap in...
Hi, You can refer it https://msdn.microsoft.com/en-us/library/ms532847(v=vs.85).aspx Thanks
Hi, You can check this <script type="text/javascript"> function configureDropDownLists(ddl1,ddl2) { var colours = ['Black', 'White',...
Hi, You can check this var elem = document.getElementById("div_id_naMr"); elem.innerHTML = "hello"; elem.style.color = "Red"; Thanks
Hi, You can refer http://www.angularjshub.com/examples for examples Thanks
Hi, Check this Instead try following code <input type='button' value='Submit' onClick='ChangeAll("value of r")'> Thanks
Hi, You can check this <font color='darkslategray'> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"...
Separate names with a comma.