User Profile

Collapse

Profile Sidebar

Collapse
maheshmrk22
maheshmrk22
Last Activity: Jul 2 '10, 02:26 PM
Joined: Dec 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Calling Click Event of Save button from Javascript and after controls event

    Hi,

    I have a gridview and inside that "select" button in Template column to which i have added command and that handling it in RowCommand Event of grid..

    I have added attribute to that button runtime to execute javascript function on RowDataBound Event of Grid.

    selectbutton.At tributes.add("o nclick","javasc ript:return Checkit();")

    which tracks the modification...
    See more | Go to post

  • Sending mail through Smart Device Application in VS 2005

    Hi All,

    I want your suggestions for techniques to send mail through Smart Device application in VS 2005. I have a lot R&D and tried most of the ways but i did not find satisfactory method to implement that. If anyone of you can suggest me the technique then that would be great help for me.

    Thanks,
    Mahesh
    See more | Go to post

  • RegularExpression for textbox in ASP.NET which does not accept Space character

    Hi guys,

    I want your urgent help...I want regular expression for password textbox in asp.net which should not allow space character. It can allow A-Z,a-z,0-9,#,$,%,&,*


    Please its urgent.


    Thanks in Advance
    K Mahesh
    See more | Go to post

  • maheshmrk22
    replied to disable a value from a combo box
    in .NET
    Hi,
    That is 100% possible. If you put your code and explaination that on what value do you want to disable it then i can suggest you something in coding.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to Using Data Binding vs SqlCommand - C#
    in .NET
    Hi,

    I think the databinding is optimal way to use. Even the sql query method also gives you output that you want but I always used to handle everything in my code. So I suggest you the databinding method.

    Thanks
    Mahesh
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to gridview editing
    in .NET
    Hi,

    That is possible. What you have to do is

    1. Take your dataset in one datatable.

    2. for intj=0;j<datata ble.columns.cou nt-1;j++
    datarow dr = new datarow()
    datatable2.rows .add(dr)
    for i=0;i<datatable .rows.count-1;i++
    dr[i] =datatable2[i][j]

    Like wise you have to transfer data from column to rows...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to C# : Custom Number formatting in c#.net
    in .NET
    Hi,

    I think you can set the culter. refer following artical

    http://www.c-sharpcorner.com/UploadF...alization.aspx

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to sort the grid
    in .NET
    Hi,

    Are you using Datatable to store the added text? If that so then you can sort the datatable directly and then can bind it to datagrid. Or you can take your data in datatable and sort it and bind it to datagrid.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to Main from should redraw another
    in .NET
    Hi,

    As if you will be able to put some code then it will be easier to understand the fact. But as you mentioned above i think, MDI one will be better option and under that you would be able to set properties of child form.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to Tooltip for Bound ListBox and Combobox
    in .NET
    Hi,

    Try this one

    Assembly System.Winforms .dll.
    Namespace System.Winforms .

    In .NET, the ToolTip class provides tooltip functionality for Windows Controls. Creating a ToolTip object is similar to any other .NET class object. You call Constructor to create a tooltip object.

    There are two steps to add a tooltip to a control. First you create an instance of ToolTip...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to gridview editing
    in .NET
    Hi,

    What do you mean by Vertical....do you mean in landscape format?

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to Tooltip for Bound ListBox and Combobox
    in .NET
    Hi,

    Can you please tell that are you working on Web project or windows project. If that is web base then their is simply property for controls that is tooltip in protperty window.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to Tab Control
    in .NET
    Hi,

    R u using Ajax Tabpanel control or custom control for tabbing. If custom control then you have to handle click event for each image button which represents that tab.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to collapsible panel extenders
    in .NET
    Hi,

    Did you try that by maintaining Viewstate of those controls.When you collapsing any panel of those control then page does not postback so it is very hard to empty textboxes while just expanding other panel.

    Can you put your code for more analysis. So I can suggest you various ways.

    Thanks

    Mahesh...
    See more | Go to post

    Leave a comment:


  • Hi

    Can you put your code here because it is very difficult to explain anything without understanding fact.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • Hi,

    As you said that you are using third party tool to create a menu. I can suggest you one free tool to create wonderful menus with different effects Sothlink DHTML menu creator. If you want to stick with yours only...you search link for submenu in JS file. Infront of that you will find one property with # for linking. In the place of # you have to put your page name.

    If you put your JS files code here then that...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to collapsible panel extenders
    in .NET
    Hi,

    In the case of collasping other two panels I would suggest you to use Accordion control instead of CollapsiblePane lExtender. If you want to stick with same control. try all the properties of that control like AutoExpand and AutoCollapse etc.

    In the case to clear text boxes as in this case page does not postback with ajaxcontrols so maintain Viewstate of the controls that you want to clear.

    ...
    See more | Go to post

    Leave a comment:


  • Hi,

    R u creating your menu at runtime? If yes, then you have to create submenu under that menu at runtime and then you have to link the form. If no, at design time you have to give link of form with #and form name.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • maheshmrk22
    replied to gridview editing
    in .NET
    Hi,

    I have gone through your code. But i did not get one thing that why did you make the states column as visible false.

    <asp:BoundColum n Visible="False" DataField="stat eName" HeaderText="sta teName"></asp:BoundColumn >


    If you are facing any perticular exception then you can post that here.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:


  • Hi,

    I think you can try by taking help of object of Clipboard. I think that can give you the text that you have copied but i am not sure that will that give you text that you just selected and not copied. One more thing you can do is, You can simply simply copy the selected data on clipboard and then retrive it from there.

    Thanks
    Mahesh...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...