Search Results

Type: Posts; User: Vaishali

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. In my code I am not able to Call directMethod from the javascript function
    Below is my code


    protected void Submit(object sender, DirectEventArgs e)
    {
    id =...
  2. Hi Yash.... I have solved the example by using <asp:fileupload> instead of <ext:fileuploadfield>
  3. I have a Client table in my database. in which there is one field image, in which the name of the file is stored. Now i want that when i save the data the image should store in image folder of my...
  4. I am exporting the grid data to the PDF file by using iTextSharp. I am searching the billno and fetched data is relating on the grid and control( in ext.net). Searching can be in 3 ways: 1. By...
  5. I have one combobox, 3 textfields.
    Now selecting and inserting the values to the controls, I want to display this value to the grid(on button click event)
    How can I do that?
  6. Thread: Live search

    by Vaishali
    Hi,

    But it fetch only 3 records and every rows contain 10 - 15 columns..
  7. Thread: Live search

    by Vaishali
    I want something like in below link

    https://examples1.ext.net/#/Form/ComboBox/Custom_Search/


    but getting an error..
    Exception of type 'System.OutOfMemoryException' was thrown.

    At line...
  8. Thread: Live search

    by Vaishali
    LiveSearchHandler.ashx



    public class LiveSearchHandler : IHttpHandler
    {

    public void ProcessRequest(HttpContext context)
    {
    context.Response.ContentType =...
  9. <ext:GridPanel ID="ServiceGrid" runat="server" Height="200" Title="Available Service"
    StoreID="ServiceDetailStore" Frame="true" AutoScroll="true" Region="Center">
    ...
  10. var EM = Ext.calendar.EventMappings;
    EM.EventId.name = 'id';
    EM.CalendarId.name = 'cid';
    EM.Title.name = 'subject';
    EM.Notes.name = 'body';
    EM.StartDate.name = 'start';...
  11. var EM = Ext.calendar.EventMappings;
    EM.EventId.name = 'AppointmentId';
    EM.CalendarId.name = 'FK_ClientId';
    EM.Title.name = 'Remark';
    EM.StartDate.name = 'DateOfApp';


    for (var...
  12. protected void Page_Load(object sender, EventArgs e)
    {
    if (!IsPostBack)
    {
    //To add events to the calender panel u have to do line this
    var today =...
  13. I mean I am not able to understand the code..
    Also I am not able to save the data to the database..



    <head runat="server">
    <title>Untitled Page</title>
    <script...
  14. Ya... I am able to open a window...
    but after saving the data it is not reflecting on calendar...
    how to reflect that data?
    Also how to reflect the data from database to the calendar ?... same...
  15. I want to know how to bind the data to the calendar control...
    When I click on a date... the event window will open and after saving the data it should reflect on calendar.
    So how to do that... I...
  16. I also have same problem
  17. I think you are not getting me or may be
    I m not getting U.
    My scenerio is that when I click on savebutton the remote validation is perform(check username & password) in two different fields->...
  18. Hi Hardik


    I have already add the code as


    protected void CheckUserName(object sender, RemoteValidationEventArgs e)
    {
    TextField field = (TextField)sender;
    ...
  19. <ext:Window ID="winUserManager" runat="server" Height="454"
    Width="644" Hidden="true" Resizable="false" InitCenter="true" >
    <Items>
    <ext:TabPanel...
  20. I got why the form return invalid
    Its because of remote validation?


    Now how the when I click on update the field is disabled
    So what I have to write?
  21. Hi

    How to know which field in the formpanel is inValid?
    I have a code as



    <ext:Button ID="btnUpdate" runat="server" Icon="Disk" Text="Update">
    ...
  22. But still there is a problem how can I check the role of a user where I write a condition?
    If I write

    If(('<%=Usergroup%>')=="User_roleWhatever")
    Inside below code the error occurs...


    ...
  23. Hi hardik

    Actually code you have given is not working properly it hides all commands.
    I dont want that....
    I have already solved the problem using javascript


    var prepareToolbar = function...
  24. Hi

    In my code I have a gridpanel with edit, delete & other commands in every rows.
    I want to hide 2 command i.e. delete & other and want to change the tooltip text of edit command as show...
  25. I have also the same problem.
    I have tried this code but its not working....


    Vaishali Khatri
    Kintu Designs PVT LTD.
Results 1 to 25 of 73
Page 1 of 3 1 2 3