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
L

legend_of_zanado

@legend_of_zanado
About
Posts
28
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • RadiobuttonList and Calendar
    L legend_of_zanado

    thx alot for your effort .. i really appreciate that .. another question plz : how can i loop into calendar to find The control in every cell ?

    ASP.NET question

  • RadiobuttonList and Calendar
    L legend_of_zanado

    protected void Calendar1_DayRender(object sender, DayRenderEventArgs e) { RadioButtonList RBL_Absence = new RadioButtonList(); RBL_Absence.SelectedIndexChanged += new EventHandler(RBL_Absence_SelectedIndexChanged); RBL_Absence.EnableViewState = true; RBL_Absence.AutoPostBack = true; RBL_Absence.ID = "RBL_Absence" + e.Day.Date; RBL_Absence.RepeatDirection = RepeatDirection.Vertical; RBL_Absence.Font.Size = FontUnit.Point(8); DataSet DS_AbsenceType = _Attend.Get_All_AbsenceType(); RBL_Absence.DataSource = DS_AbsenceType; RBL_Absence.DataTextField = "AbsenceType"; RBL_Absence.DataValueField = "AbsenceType_ID"; RBL_Absence.DataBind(); //*********************************************************** e.Cell.Controls.Add(RBL_Absence); e.Cell.HorizontalAlign = HorizontalAlign.Center; }

    ASP.NET question

  • RadiobuttonList and Calendar
    L legend_of_zanado

    still no post back .. i don't know why ????????????? any controls added to the calendar cell doesn't postback .. :( outside the calendar it posts back normally .. but inside it noooooooooo ..

    ASP.NET question

  • RadiobuttonList and Calendar
    L legend_of_zanado

    i did what u told me .. but still no postback .. :( :( ... i need a solution plz

    ASP.NET question

  • RadiobuttonList and Calendar
    L legend_of_zanado

    yes i used ajax but not with the calendar and not with the radiolist

    ASP.NET question

  • RadiobuttonList and Calendar
    L legend_of_zanado

    im creating radioButtonList Dynamically & set Autobostback = true then i put a radiobuttonlist i created in every Cell in asp Calendar .. when i choose any item in the radiobuttonlist .. no post back happen :( any solution ?? :(

    ASP.NET question

  • updatepanel inside modalpopup
    L legend_of_zanado

    its asyncpostback trigger ..

    ASP.NET database question

  • updatepanel inside modalpopup
    L legend_of_zanado

    i have 2 dropdownlists in a panel with modalpopupextender .. one of them show the companies and the other shows the branches of this company .. i put the dropdownlist which shows the branches in an updatepanel .. and set the trigger to the company dropdownlist selectedindexchanged .. when i make any change in the company dropdownlist the popup panel disappear .. :( any solutions ??

    ASP.NET database question

  • About Calendar Popup
    L legend_of_zanado

    when i place a calendarPopup control into updatepanel it doesn't work :(

    ASP.NET

  • plz Help about htmltable :(
    L legend_of_zanado

    i have htmltable created dynamically in my page by javascript function.. this table is filled with data .. i wanna access this htmltable data in code behind to send it to the sqlserver .:confused:

    ASP.NET javascript help

  • hide the close button
    L legend_of_zanado

    :( i wanna hide the close button in my popup window without fullscreen im using code like that but it doesn't work :( Hyberlink1.Attributes.Add("OnClick", "window.open('Edit_Session.aspx',null, 'titlebar=no,menubar= no');");

    ASP.NET

  • firing event problem .. Plz Help
    L legend_of_zanado

    The event is Gridview RowCommand .. I wanna fire this event when the gridview is in the Calendar ..

    ASP.NET help css question

  • firing event problem .. Plz Help
    L legend_of_zanado

    i mean that i fill my grid view with data by a dataset .. then i add the grid view to a specific date cell for ex. (3-18-2008) .. so the gridview will appear in the calender in the date 3-18-2008..

    ASP.NET help css question

  • firing event problem .. Plz Help
    L legend_of_zanado

    I have a gridview in my page & a Calendar control .. i bound a gridview to dataset then i add a gridview to a calendar .. after i added a gridview to my calendar no grid view events fire .. why ?? :( plz help me ..

    ASP.NET help css question

  • dividing
    L legend_of_zanado

    select (5/7) always result 0 .... how can i correct this result ? plz help :(

    Database question help

  • need help in datalist
    L legend_of_zanado

    i have 2 DataLists (DataList1 & DataList2) DataList 2 is in the Item Tempalte of DataList 1 .. i wanna Loop in the DataList2 Items .. i mada a ForEach Loop and put it in the DataList2_ItemDataBound it works but it doesn't reach to the last Item .. why ??:(:( :confused: :confused: and when i put the same loop in the button click event it gets all items ..

    ASP.NET help question

  • no numbers
    L legend_of_zanado

    I want to prevent user from type any numbers in the text box .. in another meaning i want nothing to happen when he clicks any number in the keyboard .. how ? plz help .. :(

    ASP.NET help question

  • client side script .. Plz Help
    L legend_of_zanado

    i have a radiobuttonlist on my webform. i'd like to run some client-side javascript that when you click it it puts the value of the option selected into a textbox .

    ASP.NET javascript tools help

  • Simple Q about multidimension array .. plz Help
    L legend_of_zanado

    how can i get index of specified item in multidimension array ?

    C# question database data-structures help

  • using directX.sound 4 recording sound
    L legend_of_zanado

    Plz help me .. how can i use directX.sound 4 recording sound ..? i wanna any Example or tutorial plzzzzzzzzz .. i haven't used DirectX before :( ..

    ASP.NET tutorial question graphics game-dev help
  • Login

  • Don't have an account? Register

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