Internet explorer is at your service dear.
Irshad Sulaimani
Posts
-
flashfiles -
display in the listboxUnder 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.
-
what is the solution for this?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.
-
Disabling the Image ButtonYou can do it by first casting it into Webcontrol, then setting the enabled property as false. e.g. ((WebControl)(imgButton1)).enabled = false ; njoy...:)
-
Third!ahhh...jus like me....
-
Second!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|
-
i want to save id from datagrid colomn.and use this value on other page .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
-
Can i return a class from a method?I hope you are saying of returning an object from another class???
-
vssVSS : visual Source Safe.
-
Regarding System.Object ClassActually, 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.
-
Preserving dropdownlist's valueHi, 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
-
Deserving victory:(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.
-
Deserving victoryYeah, but I guess England will bounce back soon...
-
The Most Popular Programming Language in America is...Good Logic.;P
-
The Most Popular Programming Language in America is...How I wish english were a programming language !:rolleyes:
-
... so I used an old bible I had been using for cigarette paper.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....
-
... so I used an old bible I had been using for cigarette paper.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?????
-
If there is a question what is that question?Not a surprise..U'r always off... :sigh:
-
If 2 + 2 equaled 5Alf-e-zmjhora school
-
Can we access private variables using reflection ?Great :laugh:..U R Master Of OO:sigh: