User Profile

Collapse

Profile Sidebar

Collapse
Blacky
Blacky
Last Activity: Nov 4 '10, 10:38 AM
Joined: Jan 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to show an alert message box for a button in update panel?

    Hi,

    I have a webform all the controls are in a update panel,i have to write a script for showing error messages in a popup.

    These are the scripts i tried

    Code:
    1.private void MessageBox(string message)
        {
           
            string tmp = "";
            tmp = "<script language='javascript'>";
            tmp += "alert('" + message + "');";
    ...
    See more | Go to post

  • Blacky
    started a topic How to display gridview data as two columns

    How to display gridview data as two columns

    Hi,

    I have a gridview in a webform. When the page is laoded the data from xml is binded to gridview. Say i have twenty product details in xml. Now i have written code to bind those details with gridview its working fine.
    i want to display like this, for exmaple if there are twenty records i want to display ten datas on left and ten datas in right, Please find the sample below,
    Records in dataset,

    a 1...
    See more | Go to post

  • Thanx but where do we specify the server details in the shell scripts
    See more | Go to post

    Leave a comment:


  • using uc4 tool. i can call that script in uc4
    See more | Go to post

    Leave a comment:


  • These are the details,

    OS: Windows 2003 server
    Webserver : IIS 7.0
    See more | Go to post

    Leave a comment:


  • Blacky
    started a topic Shell script to start a asp.net website/service

    Shell script to start a asp.net website/service

    Hi,

    I am new to shell scripts.Want to know the shell script for starting and stopping a asp.net website and service in a server.Ex: my website name is "website1" and service name is "Service1". I want to write a shell script for starting and stopping website1 and Service1 in a server say "aaa".

    Thanx in advance,
    Blacky
    See more | Go to post

  • Display dates in datagrid on selecting month and year from dropdown

    Hi,

    I have a application where in on selection of Month and year, the datagrid should be display, username and the dates, the username and number of leaves from the database.

    UserName 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19..

    Sam P P
    Susi U

    P - Planned Leave
    U - Unplanned Leave

    In database i have only Username, leave start and end date....
    See more | Go to post

  • Could encryption be done for database password alone in we.config file

    Hi,

    I have a website which has reference to a service layer through which it calls the procedures.I have a web.config file in my service layer.I want to know is that possible to encrypt the database password alone in connection string.if so how it could be done using Enterprise library 5.0.And whether encrypted password should be decrypted before procedure call or it would automatically take decypted value for procedure call.
    ...
    See more | Go to post

  • Blacky
    replied to validation for name
    Could you please tell me the regular expression that validates my requirements...
    See more | Go to post

    Leave a comment:


  • Blacky
    started a topic validation for name

    validation for name

    Hi,

    I have a textbox and button in my child page it inherits a master page.the textbox should allow to key in only alphabets,comma ,dot,space,sing le quote. And also consecutive comma dot single quote should not be allowed to key in. first and last character should be alphabets.
    I have a javascript but it does not check for consecutive comma,dot,singl e quote...please help me..
    needed urgently..

    thanks in...
    See more | Go to post

  • Javascript validation for ten digit phone number

    Hi,

    I need a javascript validation which checks for
    Same digit: 0000000000, 1111111111, 2222222222, 3333333333, 4444444444, 5555555555, 6666666666, 7777777777, 8888888888, 9999999999

    Sequential digits: 0123456789, 1234567890, 0987654321

    it should throw an alert message for the above scenario on click of a button.

    Do reply asap

    Thanx in advance,
    Blacky
    See more | Go to post

  • Gridview highlight row and mouseover & mouseout attributes

    Hi,

    i have a gridview i need to highlight row on mouse over on the row and highlight the row when clicked , this time mouse over on other rows should not happen.
    i have done with mouse over n out and also higglight row on clicking. But dont know how to perform mouse over on other rows should not happen when a row is highlighted.

    This is my code

    Code:
    aspx.cs
    
    protected void GridView1_RowCreated(object
    ...
    See more | Go to post

  • Blacky
    replied to Localisation in Asp.net
    localization in webforms which uses masterpages

    Hi,

    My localisation part works well as when i choose selected language from my dropdown the text of the button changes. I am using resource files. meta:resourceKe y ="xxx" for the button control. It works fine for a webpage. But when i include masterpage in my webform the concept i used before is not working properly.please do the needful asap.

    thanks...
    See more | Go to post

    Leave a comment:


  • Blacky
    started a topic Localisation in Asp.net

    Localisation in Asp.net

    Hi,

    I have created a asp.net appln using c#.I have a website created in my soln explorer. in that i have a folder called xxx. In which i have added a form and have a dropdown which has list of languages based on which my button control text should change.I have created resource files for each language. It works fine for webform created directly in the website of my solution explorer and if its inside a folder xxx which is in the website...
    See more | Go to post

  • Blacky
    started a topic Popup window

    Popup window

    I have a main application window,from this we have one link(UUU) ,clicking on this will open a popup window.
    When I do a logout in main window and refresh the pop up window will lead to session expiration and redirect to the login page.
    Then If I do login in the popup window and click on the link UUU is opening in the same window instead of opening in the new popup window.

    Following is the code description.
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 23 '10, 07:08 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • Automation of accessing a site and retreiving details

    Hi,

    I need to automate the following process using windows scheduller.It has to run every eight hours in a day.

    I have to access a site(abc.com) which can be connected through vpn.
    I have a name, quantity, start date , end date as search criteria and a button in the site(abc.com) .With the quantity which is a fixed value as 50 and start date as fixed say (02/01/2010) and end date it should take as todays date....
    See more | Go to post
    Last edited by Frinavale; Apr 13 '10, 01:32 PM. Reason: Email removed as per site rules

  • Hi,

    You can use sessions or viewstate to handle this.Assign the values of the controls to session variable or viewstate variable.

    Regards,
    Blacky
    See more | Go to post

    Leave a comment:


  • Hi,

    This error might be coz of the improper intialization of the controls in aspx.cs page.So using breakpoint n debugging could help you in sorting this.

    Thanks,
    Blacky
    See more | Go to post

    Leave a comment:


  • When i click a checkbox in datagrid based on the reference column value of the row which is made visible false i need to automatically check the checbox of the matched rows and color it. It works fine if the reference column visibility is true. I want to perform the checking n coloring of matched rows based on the reference column which is made visible false at runtime
    See more | Go to post

    Leave a comment:


  • Blacky
    started a topic How to handle hidden datagrid column validations

    How to handle hidden datagrid column validations

    Hi,

    I am using c# asp.net application.I have datagrid which binds column dynamically and i make certain columns say visibility to false in my itemdatabound event EMPID AS E.ITEM.CELLS[3].VISIBLE = FALSE.Now i want to perform validations based on this value in cell[3] using javascript...

    By clicking on one rows checkbox in datagrid, i need to color all other rows which has the same value in the hidden column EMP... IE cells[3].....
    See more | Go to post
No activity results to display
Show More
Working...