Friend CCS class name is case sensitive. make sure you are providing correct case with correct name.
Sajid A.
Friend CCS class name is case sensitive. make sure you are providing correct case with correct name.
Sajid A.
its happening to any page at any time. no any purticular pages. Sometime its showing the garbage like "؎?cript type="text/javascript">" in pages. We have two website on the same server. both are showing the same error. after refresh its gone.
Sajid A.
modified on Saturday, February 7, 2009 11:40 PM
Thanks for your kind reply Its showing any time at the top of the page. garbage code like "? ad&g "is showing randomly at the top. when i press refresh then its gone randomly.
Sajid A.
Hi dear I suggest you ot use cross page post back for details http://msdn.microsoft.com/en-us/library/ms178139.aspx[^]
Sajid A.
Hi everebody, After we applied the security update that is described in security bulletin MS07-040 - our ASP.NET 2.0 application started showing garbage data. I read this http://support.microsoft.com/kb/940521/en-us\[^\] and suspecting that this is happening beacuse of this. If we refresh the page then the garbage characters are removed. Please help if you could suggest anything. Thanks much. Regards
Sajid A.
Hi In my web application i want to allow access to my web application only those user whose entry exsist in web.config file <identity impersonate="true" userName="s717369" password="pa$$w0rd"/> Note there is no any domain exsist, i want to give access in my application to only those user who is giving this userid and password same as web.config during windows login.
Sajid A.
Hi Dear Use System.Envirnment Namespace, It will give you waht u want. Cheers :rolleyes:
Sajid A.
Hi Dear I think you need to assign Asp.Net user permission to directory.
Sajid A.
hi Dear Both Save Master and Save Detail Should be one Transaction, so that if any of one fails then it should automatically Rollback. Event execution is not depends upon internet connection. When even user send request to server it process by server at onces, and after that all processed data return back to client browser. Just one question , why u are using loop :^)
Sajid A.
Hi Dear, I am just suggesting you, not to make two login page, if you have such type of requirement then make two master pages(set user controls and menus accordingly) and in runtime try to change the master page accoring to user type (Dealer , Producer). Sample code is just for yr reference Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit If userType = "Dealer" Then Me.MasterPageFile = "Dealer.master" Else 'Default for for Producer Me.MasterPageFile = "Producer.master" End If End Sub You can only change master page in Page_PreInit Event. Cheers :rolleyes:
Sajid A.
HI, I am using update panel in my application.but i am facing one issue. I have one page for new enrolment of members, and i have two user controls Step1.ascx and Step2.ascx. My functionality is that at a time olny one control is visible on the page and other will be hide. for eg when user fills all fields in step1 and press next button then step2.acsx will be be visible true and user control Step1.ascx will be visible false. all this happening at postback. both control is under update panel to avaid post back during change of visibility. On Step1.ascx i have one javascript variable var_pageName and its value is "Step1". I want to update this value during post back to "Step2" when Step2 user control visible is true and vise versa. but the problem i am facing is javascript value is not updating during postback. I had tried this with scriptManager.RegisterClientScriptBlock and also with scriptManager.RegisterStartupScriptBlock by palacing it on both Usercontrol level and also on page level. Please help as this is very urgent.
Sajid A.
HI, I am using update panel in my application.but i am facing one issue. I have one page for new enrolment of members, and i have two user controls Step1.ascx and Step2.ascx. My functionality is that at a time olny one control is visible on the page and other will be hide. for eg when user fills all fields in step1 and press next button then step2.acsx will be be visible true and user Step1.ascx will be visible false. all this happening at postback. both control is under update panel to avaid post back during change of visibility. On Step1.ascx i have one javascript variable var_pageName and its value is "Step1". I want to update this value during post back to "Step2" when Step2 user control visible is true and vise versa. but the problem i am facing is javascript value is not updating during postback. I had tried this with scriptManager.RegisterClientScriptBlock and also with scriptManager.RegisterStartupScriptBlock by palacing it on both Usercontrol level and also on page level. Please help as this is very urgent.
Sajid A.
HI, I am using update panel in my application.but i am facing one issue. I have one page for new enrolment of members, and i have two user controls Step1.ascx and Step2.ascx. My functionality is that at a time olny one control is visible on the page and other will be hide. for eg when user fills all fields in step1 and press next button then step2.acsx will be be visible true and user Step1.ascx will be visible false. all this happening at postback. both control is under update panel to avaid post back during change of visibility. On Step1.ascx i have one javascript variable var_pageName and its value is "Step1". I want to update this value during post back to "Step2" when Step2 user control visible is true and vise versa. but the problem i am facing is javascript value is not updating during postback. I had tried this with scriptManager.RegisterClientScriptBlock and also with scriptManager.RegisterStartupScriptBlock by palacing it on both Usercontrol level and also on page level. Please help as this is very urgent. Sajid A.
Sajid A.
HI, I am using update panel in my application.but i am facing one issue. I have one page for new enrolment of members, and i have two user controls Step1.ascx and Step2.ascx. My functionality is that at a time olny one control is visible on the page and other will be hide. for eg when user fills all fields in step1 and press next button then step2.acsx will be be visible true and user Step1.ascx will be visible false. all this happening at postback. both control is under update panel to avaid post back during change of visibility. On Step1.ascx i have one javascript variable var_pageName and its value is "Step1". I want to update this value during post back to "Step2" when Step2 user control visible is true and vise versa. but the problem i am facing is javascript value is not updating during postback. I had tried this with scriptManager.RegisterClientScriptBlock and also with scriptManager.RegisterStartupScriptBlock by palacing it on both Usercontrol level and also on page level. Please help as this is ver y urgent.
Sajid A.
HI, I am using update panel in my application.but i am facing one issue. I have one page for new enrolment of members, and i have two user controls Step1.ascx and Step2.ascx. My functionality is that at a time olny one control is visible on the page and other will be hide. for eg when user fills all fields in step1 and press next button then step2.acsx will be be visible true and user Step1.ascx will be visible false. all this happening at postback. both control is under update panel to avaid post back during change of visibility. On Step1.ascx i have one javascript variable var_pageName and its value is "Step1". I want to update this value during post back to "Step2" when Step2 user control visible is true and vise versa. but the problem i am facing is javascript value is not updating during postback. I had tried this with scriptManager.RegisterClientScriptBlock and also with scriptManager.RegisterStartupScriptBlock by palacing it on both Usercontrol level and also on page level. Please help as this is ver y urgent.
Sajid A.