Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

priyagee

@priyagee
About
Posts
32
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Confirmation Message Box in Code Behind Asp.Net [modified]
    P priyagee

    This is my coding protected void btnSave_Click(object sender, Infragistics.WebUI.WebDataInput.ButtonEventArgs e) { try { if (!fnValidate()) return; else { save(); } } catch (Exception ex) { throw(ex); } } bool fnValidate() { Page.ClientScript.RegisterStartupScript(this.GetType(), "ClientScript", ""); } Client side function function confirmUpdate() { var agree = vbConfirm(Are you sure do you want to continue ?'); if (agree == true) { return true; } else { return false; } }</x-turndown>

    ASP.NET csharp asp-net help

  • Confirmation Message Box in Code Behind Asp.Net [modified]
    P priyagee

    Thanks for the reply I no need to call the function in onClientClick() , that will work fine . I need to call the script function only at the server side validation because the confirmation message should work based on the server side validation. Thank you

    ASP.NET csharp asp-net help

  • Confirmation Message Box in Code Behind Asp.Net [modified]
    P priyagee

    Hai all, I want to display confirmation message box in Asp.net code behind (C#). When I save the record i am doing some validations , in the validation function i need to display confirmation message with "yes" or "no" , if "yes" the save process should be done and if "no" save process should not be proceed . I have used Page.ClientScript.RegisterStartupScript() ,but it is not working. I have also tried btnSave.Attributes.Add("onclick", "return confirm()"); but the confirmation message is opened before save . I need only at the time of validation . Please Help me. Thank u

    modified on Friday, December 17, 2010 12:42 AM

    ASP.NET csharp asp-net help

  • to get value of template control in ultrawebgrid
    P priyagee

    Hai all , I need to get the value of template control in ultrawebgrid at server side. I have given runat="server" for the control but i cannot access the control at server side . Please Help me . Thank u

    ASP.NET sysadmin help

  • Upload file to server
    P priyagee

    I have tried it but still i am getting null. PostedFile.FileName is null.

    ASP.NET help sysadmin

  • Upload file to server
    P priyagee

    Thnak u for the reply , I ll try it.

    ASP.NET help sysadmin

  • Upload file to server
    P priyagee

    Yes i need only the value , in client side i am getting the path value but in server side it is null.

    ASP.NET help sysadmin

  • Upload file to server
    P priyagee

    Actually in my form i had a ultrawebgrid and a template column as button, when click the button by client side the value ll be assign to the fileupload control and when i click the upload button the file should be uploaded . My ultrawebgrid and upload button is inside refresh panel and fileupload is outside the refreshpanel.

    ASP.NET help sysadmin

  • Upload file to server
    P priyagee

    I have tried that too but still it didnt work , the postedfile is null.

    ASP.NET help sysadmin

  • Upload file to server
    P priyagee

    Hai all, I need to upload file to server and i am using input file to upload the file, my problem is postedfile.filename is always null. I have tried using updatepanel and had same problem. Can anyone help me.

    ASP.NET help sysadmin

  • WPF : Print Page number on footer
    P priyagee

    Hai all , Can anyone help me how to print page number in XamReportPreview. Thank you

    WPF csharp wpf help tutorial

  • WPF : Print Select Dialog in XamReportPreview
    P priyagee

    Hai all, I am using XamReportPreview,the printer select dialog shown when the print button is pressed and saved it . My Problem is when i press the print button second time it does not show the print select dialog. After close and open the print preview screen the print select dialog is shown . Can anyone help me how to show the dialog without closing.

    WPF help csharp wpf tutorial

  • Wpf Report - Printing the XamDataGrid with Infragistics.Reports
    P priyagee

    Hai all I am using wpf reporting . While Printing the XamDataGrid with Infragistics.Reports i need to print it with border . can anyone help me . thank you

    modified on Saturday, July 3, 2010 6:58 AM

    WPF csharp wpf help

  • display column headers vertically
    P priyagee

    Hai all I am using Infragistics UltraWebGrid control. My column headers are very long,so I want to display them vertically Can anyone help me? Thank you

    ASP.NET help question

  • Open Save as dialog in ultrawebgrid hyperlink cell onclick
    P priyagee

    Hai all, I need to open save as dialog in ultrawebgrid hyperlink cell click and i need to save the document Can anyone help me plz.. Thank you

    ASP.NET help

  • To Open Save Dialog box using javascript
    P priyagee

    Hai all I need to open save dialog box on ultrawebgrid cell click , i hv used the code "document.execCommand("saveAs")" dialog box is opening , but i need to save .doc file also, in the filetype it shows only Html and .txt file. Plz help me . Thank you

    ASP.NET javascript html help

  • to get second band row values in Hierarchical Infragistics UltraWebGrid using c#
    P priyagee

    Hai all I am using Hierarchical grid , i need to get bands[1] row value. How to get it?

    ASP.NET csharp css tutorial question

  • need to move rows up or down in Ultraweb grid
    P priyagee

    For example if I select the third row of the grid and on clicking the up arrow the third row should move to the second row and the data in the second row should move to the third. thank you

    ASP.NET css help

  • need to move rows up or down in Ultraweb grid
    P priyagee

    Hai all i need to move row move rows up or down within the Ultraweb grid on the client side.can any one help me i am using infragistics 2009 vol.2 Thanks.

    ASP.NET css help

  • Disable the Maximize button in WPF
    P priyagee

    Hi In design u set the code like ResizeMode="CanMinimize"

    WPF csharp wpf tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups