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
G

Gaurav Aroraa

@Gaurav Aroraa
About
Posts
19
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Who all are watching Cricket All Stars happening in Citi Field New York?
    G Gaurav Aroraa

    Nice, its really nice to hear. Thank @Tadit to share that.

    Gaurav Arora http://gaurav-arora.com

    The Lounge php visual-studio com architecture question

  • HLOTD (History lesson of the day)
    G Gaurav Aroraa

    Respect for International Business Machine (IBM)

    Gaurav Arora http://gaurav-arora.com

    The Lounge com

  • Thought of the day
    G Gaurav Aroraa

    I use i7 4th Gen

    Gaurav Arora http://gaurav-arora.com

    The Lounge question

  • How to print Word Document file?
    G Gaurav Aroraa

    Could you please tell me the way with code if possible?

    ASP.NET tutorial question

  • How to print Word Document file?
    G Gaurav Aroraa

    I have an Word Document I need to print it directly on hard paper without opening at the client end. Is there any solution to directly print the word document without using ActivexObject and any third party tool?

    ASP.NET tutorial question

  • How to print html data without rendering? [modified]
    G Gaurav Aroraa

    In my case data is very heavy so browser creates a problem while rending so, I withdraw to use Window.Print, now I have all in hidden fields. Also, I tried all in Stringbuilder. Now, problem is how to get all printed with proper formatting.

    ASP.NET html help tutorial question

  • How to print html data without rendering? [modified]
    G Gaurav Aroraa

    Hi have all html data in an hidden field and I want to print it on paper without rendering on the browser can any one tell me the solution. Problem: When tried to print the data it prints like this: <b%>Printing</b> But I want output as Printing

    modified on Wednesday, August 19, 2009 10:41 AM

    ASP.NET html help tutorial question

  • How to calculate number of lines?
    G Gaurav Aroraa

    No, actually I have all html data in an hidden fields. Your solution is a good for static data but I need to print rendered data

    ASP.NET html database help tutorial question

  • How to calculate number of lines?
    G Gaurav Aroraa

    I want to know number lines while printing on the paper. To know the number of lines in a file is hardly helpful in my case. I have marked and underline my question to better understanding.

    ASP.NET html database help tutorial question

  • How to calculate number of lines?
    G Gaurav Aroraa

    Issue:b> Want to calculate number of lines per page approx. 60 lines per page, while printing from HTML data stored in a Hidden field. Description: In my project I have created html from database and get it into an hidden field from code behind. Now, at client side I am fetching the data according to the conditions. Now, I want to count the sixty lines per page. Can anyone tell me the solution?

    ASP.NET html database help tutorial question

  • Browser limitation with maximum Page length
    G Gaurav Aroraa

    Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to maximum length of a web page. I googled and found that the limit of a web page should be 10-30KB but in the same project we have pages with length upto 55 KB. Can anyone help me out?

    ASP.NET help html question

  • Define custom roles
    G Gaurav Aroraa

    I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.

    ASP.NET csharp asp-net tutorial question

  • How to switch/override the variable ‘aspxerrorpath’?
    G Gaurav Aroraa

    I am getting the problem of aspxerrorpath. I dont want asp.net to validate this variable, even when I have custom page error enabled. If I write something like

    alert(7);'">https://...../asd.aspx?

    aspxerrorpath=<script>alert(7);</script>' it throws an error and forward me to the aspx error page by default and not to one of my pre-defined custom error pages. Why? How can I override the aspxerrorpath behaviour?

    ASP.NET help question csharp asp-net tools

  • How to calculate file upload and download time using asp.net C#
    G Gaurav Aroraa

    I have a scenario in which need to calculate the Server Time for uploading files as per the Connection speed. Example: Need to calculate time to upload files with Connection speed 256Kbps and more If connection breaks then checking the remaining time and restart the download or upload operation where it was break

    ASP.NET csharp tutorial asp-net sysadmin performance

  • Writing drivers in C#
    G Gaurav Aroraa

    I have written earlier in C/C++ but currently, I need it to convert into C#. Can anyone tell me the code/way How to write drivers in C#? Actually currently I have some problems with my old application written in C++ and we have to write the drivers of our LPT1,COM Printers and other USB drivers in C#.

    ASP.NET csharp c++ com tutorial question

  • How to get alerts at client side?
    G Gaurav Aroraa

    I want to set an alert service for my website users for there tasks. These alerts are like Messenger alerts. My web site is in asp.net C#. Here is the scenario I want to set for alerts: I retrieve the alert messages for users through a webservice and I want utility which displays alerts for users at client site. Can anyone help me to sort out the problem?

    ASP.NET csharp help asp-net tools tutorial

  • Executing PE files in ASP.Net on Linux without using Mono
    G Gaurav Aroraa

    Can anyone tell me is it possible to executing '.exe' or '.dll' file(s) to run Asp.net on Linux server? I know its possible with the use of Mono project. But is it possible with the use of Mono Project? Thanks in advance.

    ASP.NET csharp asp-net sysadmin linux question

  • How to bypass Required FieldValidators using VS2003?
    G Gaurav Aroraa

    Thanks for your attempt, I knew how to handle it in .NET2.0 but I want to do the same in .NET1.1, the requirement demanded so. I have to use Requirefieldvalidator not Custo,Validator. Thanks :laugh:

    C# tutorial csharp asp-net sysadmin question

  • How to bypass Required FieldValidators using VS2003?
    G Gaurav Aroraa

    Hi all! :laugh: I am facing problems while writting an Asp.net application in VS2003. Actually I have four text boxes on a web page everyone has its own requiredfiled validator and having two buttons on the same web form. Now, Whenever, I will hit either button the both validators will validate and the IsValid returns false. I want to validate only two validators by pressing buttons. Example: It will work like this, when I will press Button1 then only first two text boxes validate and other remains not validate and vis-a-versa. The following is snippet of my web page: <asp:TextBox ID="text1" runat="server" /> <asp:RequiredFieldValidator ID="rfv1" runat="server" ControlToValidate="text1" ErrorMessage="validate" /> <asp:TextBox ID="text2" runat="server" /> <asp:RequiredFieldValidator ID="rfv2" runat="server" ControlToValidate="text2" ErrorMessage="validate" /> <asp:TextBox ID="text3" runat="server" /> <asp:RequiredFieldValidator ID="rfv3" runat="server" ControlToValidate="text3" ErrorMessage="validate" /> <asp:Button id="button1" runat="server" OnClick="button1_Click" /> <asp:Button id="button2" runat="server" OnClick="button2_Click" /> Gaurav Arora

    C# tutorial csharp asp-net sysadmin question
  • Login

  • Don't have an account? Register

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