Hi all, i want to use tabstrip with multipage in my asp.net page with C# as code behind.... I searched the internet, but found examples which perform this action in html. while i want to do this in c#. Can some body send me a link or code , which performs this task in C#.....
amir_iiui
Posts
-
about tabstrip control -
about tree view web controlok...... i will try to change the HTC.....
-
about tree view web controlIs there not some easy way????? Above solution will be very much time taking..... I will prefer if there is some easy way there........
-
about tree view web controlHi all, i want my data coming from a database table to be displayed in tree view web controls. I want to add the check box with the tree view in such a way that the text of the tree is displayed on first column of the ( html) table while the checboxes display on about one or two inch distance on the right of the text ( may be in third column of the html table) ....... These check boxes must be bound with the relevant entry in the tree view..... can some body help me in this regard....
-
about application nameit worked fine....... thankx alot....
-
about application nameI want to get the name of current active page of the applicaton on runtime. e.g. when a button is pushed, then i get the name of the page in which this button is prensent. ( in Asp.net) Can some body help me in this regard.
-
about file typeit worked fine..... thankx...
-
about file typei am using following code behind a push button..... Response.ContentType = "application/vnd.ms-excel"; this.EnableViewState = false; Response.Charset = String.Empty; System.IO.StringWriter myTextWriter =new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter myHtmlTextWriter = new System.Web.UI.HtmlTextWriter(myTextWriter); this.datagrid1.RenderControl(myHtmlTextWriter); Response.Write(myTextWriter.ToString()); Response.End(); now on runtime , when i pushes the button, then a dialog (window save dialog) appears, asking me, about the name which i want to give the saving file. This dialog shows name of application as default name of saving file. I want that the default name shown in the save dialog should be name of application plus the current date. Can some body help me in this way.....
-
about .CSS fileI understand that all...... but there are cases, when problem is very short and i am in need of very much quick response...... For that case i was requesting u to give me ur messenger id...... as for as ur last sentence " Very nice to do something for you if I can " is concerned...... you can do a nice thing for me.......... Give me ur messenger id...... will u do this nice thing for me? Hope to get a positive response from u.
-
about .CSS fileI worked fine... Thankx... I have one more problem. If u can help me in this regard... then i will be very thankful to u.... My problem is that when i send my problem here on this forum, i takes much time to get reply from someone. Some times u need urgent help. I have seen ur active participation in this forum. So i wish to add u in my messenger list, so that i can get help from u in quick time. i have added u ur hotmail address in my msn messenger, but i think this address u donot use. So kindly tell me which hotmail and yahoo account u use very often. So that i can get ur quick help. If u solve my this problem... i will be very thankful to u.....
-
about .CSS fileCan we disable .css files on runtime? When i render one html page.....then script files are also rendered..... I want that these scripts donot render. I can stop the rendering of web controls by making there visible property to false. Can i stop .css files or scripts? if it is possible the what is the method????
-
urgent about DataGrid web controlAs for as 'Rohan' message is concerned.... i want to delete the column... it is my need.... simply hiding the column doesn't satisfy my requirements.... and as for as minhpc_bk message is concerned.... i tried this approach.... but it is not working well...... Can u please tell me in detail what do u mean by 'datagrid state is reloaded '..... actually, i have a datagrid given...... I have to copy it into another datagrid with last column of first grid doesn't come to the second grid.... for this purpose what i have to do.....
-
urgent about DataGrid web controlhi all... I want to delete column in a datagrid at runtime. Can some body tell me how i can do this. I have read the topic given on this web sight. but that approach only hides the column from displaying. while i want to delete the whole column.
-
help needed about treeview controlHi all, I want to enable the editing facility in a treeview web control used in my websight. e.g a tree displays data from the database, now at run time i want to provide facility to the user that he can edit tree. when user selects any node from tree and presses edit button, then i want to give him the access to change the text of the node and also the drag and drop facility. can some body tell me how this will be possible using microsoft treeview web control.
-
urgentcan some body tell me how to create folders at runtime in C#.
-
help needed about sliding toolbarlook at the web sight www.iiu.edu.pk and look at the bar on left side. when we open some link, whose size is more than a page.... and when we scroll the page.... bar , automatically, slides up and down.....
-
help needed about sliding toolbarhi you might have noticed in some web sights that there is a sliding toolbar on the left side of the page. when page is scrolled up and down then toolbar is automatically scrolled up and down. i want to implement this functionality. can some body help me in this regard.
-
urgent help required about LAP linki want to buit an application that can connect two pc's using LPT1 using LAPlink cable. can some body send me this source code developed in C++. or help me in any other way.
-
screen saveri want to Build a screen saver which should terminate when i move the mouse or press key board button. During the execution of the screen saver its dialog painting should change with different colors and pattern with a specified time interval.
-
about filingi want to store some records on disk using iostream.h these records are about persons. i have to store pictures of persons and then i want to retrieve/search these records. and show the picture on the dialog. can some one help me in doing this