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
I

Irshad Sulaimani

@Irshad Sulaimani
About
Posts
37
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • flashfiles
    I Irshad Sulaimani

    Internet explorer is at your service dear.

    IT & Infrastructure tutorial question

  • display in the listbox
    I Irshad Sulaimani

    Under SlectedIndexChanged event of dropdownlist write the code. Based on the selected value of the dropdownlist, fetch the name of all the members from database and then bind the datalist with the data retrieved.

    ASP.NET help

  • what is the solution for this?
    I Irshad Sulaimani

    Declare the TextBox as a class level control.e.g. just before Page_Load, declare as: private TextBox t1 = new TextBox(); It'll work fine then..... Note: Right now u r declaring TextBox in Page_Load , once the control goes out of Page_Load, the TextBox1 context is gone. Hence this error is coming. If u declare it on class level , it'll be solved.

    ASP.NET question database com design sysadmin

  • Disabling the Image Button
    I Irshad Sulaimani

    You can do it by first casting it into Webcontrol, then setting the enabled property as false. e.g. ((WebControl)(imgButton1)).enabled = false ; njoy...:)

    ASP.NET question

  • Third!
    I Irshad Sulaimani

    ahhh...jus like me....

    The Weird and The Wonderful collaboration career

  • Second!
    I Irshad Sulaimani

    Great...Keep it up.... why not now use manuscript :laugh: Recently I heard a babyscript developed too... How i wish I'd one copy of it. X|

    The Weird and The Wonderful com tools question

  • i want to save id from datagrid colomn.and use this value on other page .
    I Irshad Sulaimani

    Instead of adding onclick event in RowDataBound, try adding it in ItemCreated one..... Try like this : private void Grdplace_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { e.Item.Attributes.Add("onClick","RowClicked('"+ e.Item.Cells[0].Text +"')"); } I've used c#.net,Please cahnge as VB.NET

    ASP.NET

  • Can i return a class from a method?
    I Irshad Sulaimani

    I hope you are saying of returning an object from another class???

    ASP.NET database question

  • vss
    I Irshad Sulaimani

    VSS : visual Source Safe.

    ASP.NET csharp tutorial

  • Regarding System.Object Class
    I Irshad Sulaimani

    Actually, any class is by default derived from System.Object class. System.Object class is at the top level in hierarchy and even if you don't derive from it explicitly,it is done automatically. This is the .net framework feature.

    ASP.NET csharp

  • Preserving dropdownlist's value
    I Irshad Sulaimani

    Hi, I've a dropdownlist which I'm populating through Javascript. Initially, it doesn't have any value , but based on selection in other dropdownlist, some values are added in dropdownlist. My problem is that when page is posted back on server, it doesn't contain any value there. Please help. Thanks and Regards Irshad

    ASP.NET help javascript sysadmin

  • Deserving victory
    I Irshad Sulaimani

    :(At the present form , they can't. The problem with English side is that they are dependent on Flintoff for batting. Last series had Trescothick and Vaughn,whereas in this series, Flintoff seems to be overburdened. And to put icing on cake, Harmisson has done little.

    The Lounge

  • Deserving victory
    I Irshad Sulaimani

    Yeah, but I guess England will bounce back soon...

    The Lounge

  • The Most Popular Programming Language in America is...
    I Irshad Sulaimani

    Good Logic.;P

    The Back Room

  • The Most Popular Programming Language in America is...
    I Irshad Sulaimani

    How I wish english were a programming language !:rolleyes:

    The Back Room

  • ... so I used an old bible I had been using for cigarette paper.
    I Irshad Sulaimani

    Sorry for misunderstanding. I simply believe that Mohammad(PBUH) as well as Jesus(PBUH) were the prophet of Allah. But it's up to an individual that he believes or not..... let's not try to demonise each other.....Seek the truth but better refrain from abusing and humiliating each other....Sorry if i hurt anyone....

    The Back Room

  • ... so I used an old bible I had been using for cigarette paper.
    I Irshad Sulaimani

    MP(2) wrote: At least, when we kill, we do not do it in the name of some fictious character. Well, so who is fictious? One whose life and everything is more documented, unchanged and preserved or one whose teachings, life and everything is being changed to suit one's smalla nd big greeds?????

    The Back Room

  • If there is a question what is that question?
    I Irshad Sulaimani

    Not a surprise..U'r always off... :sigh:

    The Back Room question

  • If 2 + 2 equaled 5
    I Irshad Sulaimani

    Alf-e-zmjhora school

    The Back Room question

  • Can we access private variables using reflection ?
    I Irshad Sulaimani

    Great :laugh:..U R Master Of OO:sigh:

    .NET (Core and Framework) question
  • Login

  • Don't have an account? Register

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