Search Results

Type: Posts; User: paddy

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello ,

    I m stuck ,
    I m using ext.Net Buttons,textfields They are not working in firefox. it is working fine with IE9.
    In firefox they controls cannot seen in pagesource

    Thanks in advance
    ...
  2. Please use this index.aspx.vb page



    Imports Ext.Net
    Imports System.Data
    Imports System.Web.UI.HtmlControls
    Imports System
  3. Master page Code

    <%@ Master Language="VB" AutoEventWireup="true" EnableViewState="true" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <html...
  4. IIS version is 6.0
  5. Hi Danill,

    I am using "Windows server 2003 R2 standard x64 edition". is there problem with this server


    Thanks
    -Paddy
  6. Hello Danill


    please give the solution for http://forums.ext.net/showthread.php?19794-Ext-Msg-show-is-not-working-in-first-click-of-button&p=85286#post85286 thread

    i waiting for your...
  7. Thanks Danill

    it is working fine :)

    -Paddy
  8. Hello Danill

    I m using ext.MessageBoxConfig() with addscript on button click. when i clci kon button first time then it is not working but when i click on it second time then...
  9. Hello Danill,

    Html page created from excelsheet is not showing properly in tab control.
    4397

    Thanks
    -Paddy
  10. Hello Danill


    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb" Inherits="_Default" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE...
  11. Hello Danill

    i tried with example but it is not working for me :) . is there any mistake?


    Thanks
    -Paddy
  12. Hello Danill

    i need functionality like when i click o nleft side menu item then that href will opens in right side "tab".
    for every menu item opens new tab in right side.

    Thanks
    -Paddy
  13. Hello All

    I want funtionality like when i click on menu item the page is opened in tab. i tried that it is not working for me. please tell me how to set href on menuitem click that href will be...
  14. Hello Experts

    I need to update the older version of ext.net with new version (pro.1.3).
    for that i m replacing the older Ext.Net.dll,Ext.Net.Utilities.dll,Newtonsoft.Json.dll with new version...
  15. Thread: OnResize Issue

    by paddy
    Hello


    I have two content

    <asp:Content ID="Content2" ContentPlaceHolderID="LeftPanel" runat="server">
    <iframe id ="SearchIFrame" name="SearchIFrame" src="index01.aspx" frameborder="0"...
  16. Thread: Paging

    by paddy
    Hello


    The paging is working with viewport panel?plz guide me for that

    in viewport content panel i using iframe and how assign that iframe all documents to paging bar?


    plz tell me
  17. Hello



    in viewport in left panel one list box and right panel content
    this is two separatye aspx pages when i click On listview
    then i want that click data will be shows in right panel but...
  18. Hello


    How to set the Gif for the Wait dialog various size
  19. Thread: WaitMMessagebox

    by paddy
    Hello



    Dim win As New MessageBoxConfig()
    win.Message = "Email sending, please wait..."
    win.ProgressText = "Sending..."
    win.Width = 300
    win.Wait = True
    ...
  20. Thread: Message box

    by paddy
    But the Messages of that of will changes run time
  21. Thread: Message box

    by paddy
    Hello ,


    I want to show one extnet messagebox on button click in codebehind part of page but that will not work


    for that i use the code
    ExtNet.Msg.Alert("Hi", "Hello").Show() in...
  22. Hello i am giving sample code for that please help me

    .aspx page



    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Sample.aspx.vb" Inherits="PasswordExtnetAll_Sample" %>
    <%@...
  23. Thread: Javascript Issue

    by paddy
    function userchk()
    {
    if ( document.getElementById("<%= clientSideIsPostBack.ClientID %>").value == 'N' )
    {
    var...
  24. Thread: Javascript Issue

    by paddy
    hello
    Daniil

    it is not working this javascript is written on content page not on master page after first checking textfield pageload gives that error when pageload the content of textfiled...
  25. Thread: Javascript Issue

    by paddy
    Hello

    In one page i am checking two textfield using javascript function but they give an error 3021 the javascript function will be called onLoad of Page body

    the code lines is

    var...
Results 1 to 25 of 32
Page 1 of 2 1 2