Thursday, December 11, 2008

Dot Net Commandoes

Dot Net Commandoes

8 comments:

  1. how to name the excel worksheet tab(i.e defalt names sheet1,sheet2,sheet3,....will be there we need to name these as usernameS) after exported from the ssrs report.

    ReplyDelete
  2. Hi Vivek

    There is an work around by creating XSLT and attaching it to SSRS. Refer below link.

    http://spacefold.com/lisa/post/2007/10/03/Changing-the-Sheet-names-in-SQL-Server-RS-Excel-QnD-XSLT.aspx

    ReplyDelete
  3. How to dynamically add trigger to updatepanel.

    ReplyDelete
  4. Query:--
    How to Handle the Exception raised at the response.write/ response.end

    Solution:--
    Please Refer: http://support.microsoft.com/kb/312629/EN-US/
    Alternate to Response.end() is HttpContext.Current.ApplicationInstance.CompleteRequest();

    ReplyDelete
  5. Solution for the Page_ClientValidate issue, blocking the pagesubmission by non relevant controls/ or otherwise requires two clicks to submit the page, once validated.

    function RunValidation()
    {
    //validate the primary group
    var validated = Page_ClientValidate('vgPrimary ');

    //if it is valid
    if (validated)
    {
    //valid the main group
    validated = Page_ClientValidate('vgMain');
    }

    //remove the flag to block the submit if it was raised
    Page_BlockSubmit = false;

    //return the results
    return validated;
    }
    The reference site is:
    http://lionsden.co.il/codeden/?p=137&cpage=1#comment-222

    ReplyDelete
  6. Useful link for using delegates in usercontrols:
    http://chiragrdarji.wordpress.com/2007/08/23/raise-event-from-user-control-to-main-page-event-delegation-from-user-control-to-aspx-page-in-aspnetc/?blogsub=confirming#subscribe-blog

    ReplyDelete
  7. DBCC CHECKIDENT('SRCHTemplates', RESEED, 0)

    ReplyDelete
  8. http://www.pdfonline.com/pdf-to-word-converter/

    ReplyDelete