Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sajid A

@Sajid A
About
Posts
15
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to apply css class to my project
    S Sajid A

    Friend CCS class name is case sensitive. make sure you are providing correct case with correct name.

    Sajid A.

    ASP.NET css help tutorial

  • .Net security patch (KB928365)
    S 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

    ASP.NET csharp asp-net com security help

  • .Net security patch (KB928365)
    S Sajid A

    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.

    ASP.NET csharp asp-net com security help

  • WebForm Insatance Creation in ASP.NET
    S 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.

    ASP.NET csharp asp-net collaboration tutorial

  • .Net security patch (KB928365)
    S 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.

    ASP.NET csharp asp-net com security help

  • Windows Authentication
    S 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.

    ASP.NET security

  • Qualified Domain Name in ASP
    S Sajid A

    Hi Dear Use System.Envirnment Namespace, It will give you waht u want. Cheers :rolleyes:

    Sajid A.

    ASP.NET csharp asp-net com sysadmin help

  • session end automatic when delete folder in asp.net 2.0
    S Sajid A

    Hi Dear I think you need to assign Asp.Net user permission to directory.

    Sajid A.

    ASP.NET csharp asp-net sysadmin tutorial question

  • Does event execution depends on Internet connection
    S 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.

    ASP.NET help question

  • form authentication
    S 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.

    ASP.NET security question

  • AJAX ISSUE...URGENT HELP REQUIRED FROM AJAX EXPERTS
    S 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.

    ASP.NET help javascript winforms announcement

  • Issue with ajax Update panel and Javascript
    S 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.

    IT & Infrastructure help javascript winforms announcement

  • Issue with ajax Update panel and Javascript
    S 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.

    WPF help javascript winforms announcement

  • Issue with ajax Update panel and Javascript
    S 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.

    ASP.NET help javascript winforms announcement

  • Issue with ajax Update panel and Javascript
    S 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.

    Web Development help javascript winforms announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups