Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~353 People Reached
Favorite Forums
Member Avatar for kish-kashta

HI Problem with cookies i create a cookie HttpCookie OneCookie= new HttpCookie("A") OneCookie.Values.Add OneCookie.Values.Add("Email",Request.QueryString["email"]); OneCookie.Domain="MyDomain"; DateTime dtNow = DateTime.Now; OneCookie.Expires=dtNow.AddYears(2); Response.Cookies.Add(OneCookie); if (Request.Cookies["a"] != null) lbErrorMessage.Text=Request.Cookies["a"].Value; else lbErrorMessage.Text="Error"; and to check in the client <script language=javascript> var favorite = getCookie('a'); function getCookie (name) { var dcookie = document.cookie; var cname …

0
62
Member Avatar for kish-kashta

hi i am trying to Validate a from in goes private void Page_Load(object sender, System.EventArgs e) { if (IsPostBack) // enter values { Page.Validate(); // web validator if (IsValid) { // my check //// ** ////////////// } } } ** I would like to pass all the field to another …

0
49
Member Avatar for kish-kashta

Hi :rolleyes: i have a problem i want to make a dynamic css base on the root E.g root a <link rel="stylesheet" type="text/css" href="a.css" title="OneStyle"> else <link rel="stylesheet" type="text/css" href="bcss" title="OneStyle">

Member Avatar for cambia
0
85
Member Avatar for kish-kashta
Member Avatar for campkev
0
83
Member Avatar for kish-kashta

Hi, I am new at .net and i am trying here something it goes like that i want to make diffrent skins to my website without any need to duplicate my ascx file. and i dont mean local skin, i need it as other website-skin. is there any way that …

0
74