Search Results

Type: Posts; User: raks

Search took 0.01 seconds.
  1. Hi,



    I want to pass parameters other than start and limit while paging. I tried to pass through BaseParam But it does not work.



    I want to display search result for given search...
  2. hai,
    Thanks for your reply,
    but the problem is i want the selected text value,not selected Text.For me baseComboBox.SelectedItem.Text is different from ...
  3. Hai,

    I have a comboBox which is populating values from codebehind.what problem is first time on baseComboBox_Select event,i am not getting the selected value to codebehind,after...
  4. Hai,

    Can any one tell me how to remove dynamic textbox on button click.I try to do like this


    int iCount = FormLayout.Controls.Count;
    for (int i = 0; i < FormLayout.Controls.Count; i++)
    {
    ...
  5. Thread: Message box

    by raks
    Hai,

    i have one dough,i have an confirm message like this


    Ext.Msg.confirm('Confirm', ' Save changes? ',function(answer)
    {
    if (answer == 'yes')
    ...
  6. Thread: grid resize

    by raks
    hai,

    I want to resize a gridpanel which is placed inside a panel (that panel inside tablelayout).Actually i have two grid placing side by side.But this gridpanel is not in window its in Content of...
  7. hai,

    I want to resize the gridpanel in Content. here is the code and that i had written ,pls any one help me.



    <ext:TableLayout ID="fd" runat="server" Columns="2" >
    ...
  8. Hai,

    I want to display title for tabpanel,but not displaying.I have two tab for tabpanel,it displayed tab title but not displayed TabPanel title.

    i had given...
Results 1 to 8 of 8