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
H

hassanmohamed

@hassanmohamed
About
Posts
11
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • set as start page ignored
    H hassanmohamed

    i am doing membership walkthrough from msdn. at one step it says set default.aspx as start page. i set it as required but when i start website the login.aspx appears instead of default.aspx

    ASP.NET tutorial

  • register user control non declaratively
    H hassanmohamed

    i have a problem. please help. user control is dynamically added when gridview is selected( invoice number is selected) so far so good. but when a second selection is made the previous control appears again, naturally. so i want to register usercontrol a new every time grid is selected, how can i do that?

    ASP.NET help question css

  • label viewstate not preserved
    H hassanmohamed

    i see many people had posted this problem. can some one please help. i have a user control with asp:label on it. the label loses its text on postback it is now a whole month i am trying to find a work around but no success.

    ASP.NET help

  • detailsview does not update
    H hassanmohamed

    i m trying to select ,update,insert,delete data using detailsview control. i get error: too many parameters for proc or func.. the params in the sqldatasource are exactly the same as those on the stored proc (6)

    ASP.NET help announcement

  • some controls on user control do not preserve viewstate
    H hassanmohamed

    i have in a usercontrol drpdwnlst, hyplnk, textbox and label drpdwnlst and hplnk do not keep their values on postback the rest do i have the usercontrol added dynamically to placeholder. all code ajaxed

    ASP.NET json

  • do not have step out option in debugger
    H hassanmohamed

    i have a break point and when i am pressing F10 to step over (which is present in the debug menu) but step out is not there in the debug menu! so if had found the problem i want to step out of the function but i can not do that i need to keep stepping over until the end of program

    ASP.NET debugging

  • do not have step out option in debugger
    H hassanmohamed

    i am using vs2008 in the debug menu there is no step out option.

    ASP.NET debugging

  • add/remove user (Neil Meredith control problem)
    H hassanmohamed

    i used similar code by Neil Meredith. dynamically i add four user cntrls. when i delete the first i run into trouble(cant delete a second cntrl etc). however there is no problem with the rest. ]]> ]]> Untitled Page

    Destination

    Delete

    public partial class SmplAuditInv : System.Web.UI.UserControl { public delegate void DeleteDl(object s, EventArgs e); public DeleteDl del; protected void Page_Load(object sender, EventArgs e) { } protected void CheckBox1_CheckedChanged(object sender, EventArgs e) { del(sender, e); } } public partial class SmpAudTest : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { AddAndRemoveDynamicControls(); } private void AddAndRemoveDynamicControls() { // AurecDataAccess ada = new AurecDataAccess(); // DataSet ds = ada.TestAuditInv(); ph1.Controls.Clear(); SmplAuditInv Cntrl = null; int ControlID = 0; while (InDeletedList("uc" + ControlID)) { ControlID += 1; } //foreach (DataRow dr in ds.Tables[0].Rows) for (int i = 0; i < 4;i++ ) { if (!InDeletedList("uc" + ControlID)) { Cntrl = (SmplAuditInv)LoadControl("SmplAuditInv.ascx"); Label lb1 = (Label)Cntrl.FindControl("destLabel"); lb1.Text = "Dest:"+i; Cntrl.ID = "uc" + ControlID; Cntrl.del += new SmplAuditInv.DeleteDl(HandleRemoveUserControl); ph1

    ASP.NET design json help

  • cannot bind gridview to a second sqldatasource programatically
    H hassanmohamed

    but i found people use 2 sqldatasources to bind to gridview alternatingly..my experience with such endeavour was absolute failure..i dont know why. yes i can do the dataset option

    ASP.NET help

  • cannot bind gridview to a second sqldatasource programatically
    H hassanmohamed

    what??!!!can you explain a little bit

    ASP.NET help

  • cannot bind gridview to a second sqldatasource programatically
    H hassanmohamed

    Hi at run time i bind gridview to sqldatasource1 at some point. when i try to change datasource to sqldatasource2 at another point i get error. in many other occasions i found it is impossible to change datasource for a gridview any attempt to change will cause problem as if gridview has been corrupted

    ASP.NET 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