Search Results

Type: Posts; User: AshwiniRane

Search took 0.01 seconds.
  1. It has worked by replacing X.Redirect("Login.aspx");
    Thanks anyways
  2. Response.Redirect("../Login.aspx", true);
  3. My code is as follows..Where I have given Before="return #{FormPanFee}.isValid();"..If I remove this line from my code then it allows me to save my records otherwise it does not save...Please help...
  4. Hi.. m trying to redirect to another page after my login with the following code.. Please help me to resolve this issue as i am not able to redirect to other page.. I ll be thankful if u could reply...
  5. Ext.Net.ItemsCollection`1[[Ext.Net.AbstractComponent, Ext.Net, Version=3.1.0.29102, Culture=neutral, PublicKeyToken=2e12ce3d0176cd87]] must have items of type 'Ext.Net.AbstractComponent'. 'Store' is...
  6. Hi I m trying to load my Dynamic Loader in ClientSide.. Please help me to load it in my page containing Panel.


    var i = this.getSelectionModel().getSelection()[0].data.hrefTarget;
    if (i ==...
  7. Hi my page contains dynamic treepanel. I m redirecting to a page on the click of node. And clicking on it creates postback. Kindly help me to solve the issue that it should not postback on the click....
  8. Hi my page contains dynamic treepanel. I m redirecting to a page on the click of node. And clicking on it creates postback. Kindly help me to solve the issue that it should not postback on the click....
  9. this xml is used to generate a menupanel with accordion layout.
  10. <?xml version="1.0" encoding="UTF-8"?>
    <Menu>
    <Parent ID="2" Text="A" />
    <Parent ID="3" Text="B">
    <submenu Text="C" >
    <submenumenu Text="D"/>
    </submenu>
    </Parent>
    ...
  11. I have submitted my code.. please check it and let me know the problem area to solve the error as soon as possible..
  12. XmlDocument doc1 = new XmlDocument();
    FormPanelMenu.Show();
    MenuPanel menupnl1 = new MenuPanel();
    tree.Menu.ShowSeparator = false;
    string res = "";...
  13. I need urgent help.. Can anyone help me with this.. Is this a big issue that cannot be tracked?
  14. M creating dynamic panel with accordion layout in page.. for which I m appending these dynamic buttons.. If u see, my panel and my buttons are dynamic and I m rendering them to a static FormPanel...
  15. Please help me to solve this error.. M unable to proceed.
  16. Please check this error.. 13001
  17. I have attached my sample code below.


    Ext.Net.Button submm = new Ext.Net.Button();
    if (item2.Attributes["ID"].Value ==...
  18. If I m using Direct Methods.. It is still giving the same error.. M really struggling with this since very long.. Please need help.
  19. Thanks you so much for a quick turnaround.. But can you explain it in brief?? Should I replace DirectEvents with DirectMethods? Will that work when I m clicking on my dynamic button?
  20. I m creating dynamic controls in my page due to which on my button click , m getting this error.. Please need urgent help..
    ItemTag validation (_tkn_18): Reference token (buttonXXX_ClientInit) was...
  21. Thanks!! It worked..
Results 1 to 21 of 21