Search

You searched for the word(s): userid:853243

Matching Posts

  • How to save the state of tabs.

    For long while I had been searching for some easy way to save the state of tabs in asp.net(specifically ajax tab control). The only way to do was to save the save in viewstate (which will not work if for some reasons viewstate is disabled in page). While I was going through one article on msdn library, I found something interesting which could be used to solve this problem. The solution is to use CONTROL STATE. http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx For example, if you have written
    Posted to Tips & Tricks (Forum) by roman_kht on 11/29/2009
  • Re: How to preserver search criteria at PageIndexChanged

    Hi Mr Decker, I am already following the second solution. Can you give me further details about how to apply the first solution. Bcz the selectCommand for sqldatasource control will be changed in eventHandler of searchButton. In that case when the page is posted back sqldatasource will not preserve it's selectCommand. I don't think it can help me. Please clarify me about the first solution after reading my question once again. Regards,
    Posted to Data Presentation Controls (Forum) by roman_kht on 11/24/2009
  • Re: How to preserver search criteria at PageIndexChanged

    Hi Mr CoolBand, I do agree with u. In fact I am doing the same thing in my project now. But I wanted to go for some better answer. Also the problem is to preserve the new select command. I am doing this by making a global sql and set it each time I want to change the selectCommant for the source object. Thanks.
    Posted to Data Presentation Controls (Forum) by roman_kht on 11/24/2009
  • How to preserver search criteria at PageIndexChanged

    HI, I have a gridview grdMain with datasource id srcMain with selectedCommand "Select * from table1". I have one button btnSearch, at click the query changes to "Select * from table1 where name like 'roman' ". This returns me 100 records out of total 10,000 records. But when I click on page 2 of gridview, the search criteria is gone. And I will see all 10,000 records again. How can I control this problem. Thanks in advance.
    Posted to Data Presentation Controls (Forum) by roman_kht on 11/21/2009
  • Re: TabContainer Tab Alignment

    If I am getting your query right, it's very easy to make it right aligned. You just need to embed your tab container inside other controls. In my case I am enclosing it inside asp:panel and set the alignment as right. <asp:Panel ID="pnlMain" runat="server" style="text-align:right"> <asp:TabContainer ID="Tab" runat="server"> -------------------------------------------------- The rest of tab panels go here. -------------------------
    Posted to ASP.NET AJAX Control Toolkit (Forum) by roman_kht on 11/1/2009
  • How to Stop Only One Web Part From Moving

    Hi, I am about to develop a new website. I have set the DisplayMode property to Design, so that I can move around the web parts. But I don't want the right side web parts to be moved to the center area webzones and vice versa. How can I tackle this problem. Please let me know if further detail is required. Regards,
    Posted to Web Parts and Personalization (Forum) by roman_kht on 6/29/2009
    Filed under: IWebPart, .Net Application Development, IWebPartField, layout, asp Membership & profile, Default Title Problem, ASP .net 2.0.NET, asp.net 2.0 vb.net webparts webpart connections, design mode, Display Modes, Delete WebPart
  • Paging Style Mode

    Hi I am trying to adjust gridview paging mode such than I can see it as follows: | >| I succeeded in showing only the Number OR Previous/Next and First/Last, but not all together. Also I want a ready made skin/theme for adjusting gridview for a nice look and feel. Thanks in advance
    Posted to Data Presentation Controls (Forum) by roman_kht on 6/17/2009
Page 1 of 1 (7 items)