Click here to Skip to main content
15,884,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:09
Sandeep Akhare30-Oct-07 23:09 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:30
P_Elza30-Oct-07 23:30 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:36
Sandeep Akhare30-Oct-07 23:36 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:40
P_Elza30-Oct-07 23:40 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:47
Sandeep Akhare30-Oct-07 23:47 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:54
P_Elza30-Oct-07 23:54 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:58
Sandeep Akhare30-Oct-07 23:58 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:02
P_Elza31-Oct-07 0:02 
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Text;
using System.IO;
using System.Data.SqlClient;

namespace Web
{
	
	public class _3B2Temp : System.Web.UI.Page
	{
		protected System.Web.UI.WebControls.Button btnclick;
		protected System.Web.UI.WebControls.Label lblmsg;
		protected System.Web.UI.WebControls.Label lblerr;
		protected System.Web.UI.HtmlControls.HtmlInputHidden txtHidden;
		
	
		private void Page_Load(object sender, System.EventArgs e)
		{	
			
		}

		#region Web Form Designer generated code
		override protected void OnInit(EventArgs e)
		{
			//
			// CODEGEN: This call is required by the ASP.NET Web Form Designer.
			//
			InitializeComponent();
			base.OnInit(e);
		}
		
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{    
			this.btnclick.Click += new System.EventHandler(this.btnclick_Click);
			this.Load += new System.EventHandler(this.Page_Load);

		}
		#endregion

		private void btnclick_Click(object sender, System.EventArgs e)
		{
			

				string val=txtHidden.Value;
		}
	}
}
			
</code>

hope this is enough
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:05
P_Elza31-Oct-07 0:05 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare31-Oct-07 0:14
Sandeep Akhare31-Oct-07 0:14 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:28
P_Elza31-Oct-07 0:28 
AnswerRe: to get javactript variable value in code behind Pin
Christian Graus30-Oct-07 23:49
protectorChristian Graus30-Oct-07 23:49 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:15
P_Elza31-Oct-07 0:15 
AnswerRe: to get javactript variable value in code behind Pin
Kasi Viswanathan30-Oct-07 22:30
Kasi Viswanathan30-Oct-07 22:30 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 22:35
Sandeep Akhare30-Oct-07 22:35 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 22:52
P_Elza30-Oct-07 22:52 
AnswerRe: to get javactript variable value in code behind Pin
Samariya prakash2-Nov-07 3:58
Samariya prakash2-Nov-07 3:58 
Questionbind the values to arraylist and hashtable..., Pin
Member 387988130-Oct-07 21:46
Member 387988130-Oct-07 21:46 
AnswerRe: bind the values to arraylist and hashtable..., Pin
r a j u u30-Oct-07 23:30
r a j u u30-Oct-07 23:30 
AnswerRe: bind the values to arraylist and hashtable..., Pin
r a j u u30-Oct-07 23:46
r a j u u30-Oct-07 23:46 
QuestionTracking download url of file in client machine Pin
bimannagar30-Oct-07 21:42
bimannagar30-Oct-07 21:42 
AnswerRe: Tracking download url of file in client machine Pin
Ghazi H. Wadi30-Oct-07 22:29
Ghazi H. Wadi30-Oct-07 22:29 
Questioncontent management sysrem Pin
saravanan0530-Oct-07 21:41
saravanan0530-Oct-07 21:41 
GeneralRe: content management sysrem Pin
John-ph30-Oct-07 22:30
John-ph30-Oct-07 22:30 
AnswerRe: content management sysrem Pin
John-ph30-Oct-07 22:58
John-ph30-Oct-07 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.