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
S

SUDHAKAR PALLAM

@SUDHAKAR PALLAM
About
Posts
62
Topics
32
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • About using MsgBox() in web
    S SUDHAKAR PALLAM

    You can add System.Windows.Forms namespace and start using MessageBox in asp.net. But the problem is when you host it in server. It doesn't work

    ASP.NET question csharp asp-net help

  • Save webpage as .mht file
    S SUDHAKAR PALLAM

    Hi, I wanted to save a webpage as mht file in the server. I tried the below code and worked fine from local machine, but thrown an error while running from server(IIS) The system cannot locate the resource specified. is the error message. Below mentioned is the code. I have already reference the Interop.CDO.dll CDO.Message msg = new CDO.MessageClass(); CDO.Configuration cfg = new CDO.ConfigurationClass(); msg.Configuration = cfg; msg.CreateMHTMLBody("http://www.cricwaves.com", CDO.CdoMHTMLFlags.cdoSuppressAll, "", ""); msg.GetStream().SaveToFile(@"D:\Learning\CricketScore\score.mht", ADODB.SaveOptionsEnum.adSaveCreateOverWrite);

    ASP.NET com learning sysadmin windows-admin help

  • Avoid user saving pdf file
    S SUDHAKAR PALLAM

    Hi, In my webapplication i gave links to open certain pdf files. But i don't want users to save them to their local pc. How can we do that?

    ASP.NET question

  • ASP.NET mobile development
    S SUDHAKAR PALLAM

    Hi, I have gone through them. I didn't find the resources i am looking for.

    ASP.NET csharp visual-studio asp-net help

  • ASP.NET mobile development
    S SUDHAKAR PALLAM

    Hi, Can you please help me with mobile development with Visual studio 2010. Here i am talking about developing web applications and they fit to mobile screen. I could see a template for mobile in VS 2003 and VS 2005. But not in either VS 2008 or VS 2010. Now i am working with VS 2010. I wanted to develop web applications for mobile devices. So how would i get mobile template and mobile controls in VS 2010

    ASP.NET csharp visual-studio asp-net help

  • Print problem
    S SUDHAKAR PALLAM

    Thanks for your reply. But, i am not using reporting services. I am getting data from SAP and from there i am just placing them in labels inside a table format in my webpage. And, when i take print of this webpage, i need header text in all printed pages

    ASP.NET html help tutorial

  • Print problem
    S SUDHAKAR PALLAM

    We have a report in html Table form. When he gives print, say the table would take 5 papers to print, he wants the table headers in all pages. How to do this.

    ASP.NET html help tutorial

  • Designing a master page
    S SUDHAKAR PALLAM

    Hi, I would like to design a master page in asp.net 2.0. It should have a header,footer,leftpane for treeview and right pane for content placeholder. I have done everything but my problem is it should auto fit to any screen resolution.I am able to do that for width, but not for height.I dont want to get even a vertical scroll bar. In simple i want to develop a masterpage similar to msdn library website http://msdn.microsoft.com/hi-in/library/w0x726c2(en-us).aspx\[^\]

    ASP.NET csharp asp-net com design help

  • Design a master page
    S SUDHAKAR PALLAM

    Hi, I would like to design a master page in asp.net 2.0. It should have a header,footer,leftpane for treeview and right pane for content placeholder. I have done everything but my problem is it should auto fit to any screen resolution.I am able to do that for width, but not for height.I dont want to get even a vertical scroll bar. In simple i want to develop a masterpage similar to msdn library website http://msdn.microsoft.com/hi-in/library/w0x726c2(en-us).aspx[^]

    ASP.NET csharp asp-net com design help

  • Using Maps
    S SUDHAKAR PALLAM

    Hi, My requirement is to develop a web application where sales(plan vs actual) is shown in a map. I dont have any idea about doing this. Please suggest me how can we do this? I am using VS 2005. Do we need any third party tools to do this? A map will be there, on which all my offices at different locations will be shown and when a particular office is clicked, sales details should be shown.

    ASP.NET visual-studio sales tools question

  • Multiple monitor
    S SUDHAKAR PALLAM

    Yes, it it just a monitor. Not system

    ASP.NET question csharp asp-net sysadmin help

  • Multiple monitor
    S SUDHAKAR PALLAM

    Hi, I don't know where to post this question. I am just doing it here atleast to get some idea. I have an asp.net web application running in my intranet server. Say, there are different pages for different departments. Now, the problem is : We have 10 different pages need to be displayed in 10 different monitors which are connected to my server. How to achieve this ? Can you please throw some light on it?

    ASP.NET question csharp asp-net sysadmin help

  • Working with Crystal Reports
    S SUDHAKAR PALLAM

    Hi, I am using VS 2005. I developed an application recently and my management wants to take a print out of a particular dataentry form. I wanted to do it using crystal reports. How can it be done? Thank you

    ASP.NET visual-studio question

  • Display News in my Intranet website [modified]
    S SUDHAKAR PALLAM

    Hi, I wanted to display News in my Intranet website. I dont have any idea about that. Please guide me accordingly. I wanted to use web services in my site. But, how do i know that what are the web methods available over internet? I know how to create a webservice and use it. I am asking about the webservices which are in internet, and how to use them. Thank you.

    modified on Tuesday, December 2, 2008 3:20 AM

    ASP.NET tutorial question wcf announcement

  • Master Page Sharing In Applications
    S SUDHAKAR PALLAM

    If your Master Page is under root directory, then Create a folder images under root directory and now refer this path for your image. You should not face any problem.

    ASP.NET csharp html asp-net help

  • Master Page Sharing In Applications
    S SUDHAKAR PALLAM

    Keep the Images folder also under the same folder where your master page is available.

    ASP.NET csharp html asp-net help

  • Deployment of ASP.NET ajax enabled website to production server
    S SUDHAKAR PALLAM

    I am trying to deploy in IIS 6.0 Yes, .Net framework as well as Ajax extensions are also installed. There are few other projects which are developed in ASP.NET 2.0 and they are running fine on Server. Here i think my problem is with AJAX Enabled website. This is my first AJAX enabled site.

    ASP.NET sysadmin help csharp asp-net visual-studio

  • Deployment of ASP.NET ajax enabled website to production server
    S SUDHAKAR PALLAM

    Hi, I am using VS 2005 in VISTA Business PC. I developed a AJAX Enabled Website and it is working fine in my PC. But when i deployed it to my server, and when i try to access it, I am getting the following error message box. "Sys.WebForms.PageRequestManagerServerErrorException. The status code that was returned from server was: 502" Can someone help me please. Thank you.

    ASP.NET sysadmin help csharp asp-net visual-studio

  • Screen Resolution problem
    S SUDHAKAR PALLAM

    Hi, How to make my asp.net 2.0 web application screen resolution independent? I used 1024 * 768 resolution in my development PC and when i deploy, all vista users are facing problem with the screen resolution. Whole alignment of my project is disturbed. Please help me...

    ASP.NET help csharp asp-net tutorial question

  • Deploying a asp.net 2.0 web application
    S SUDHAKAR PALLAM

    Can you be more clear.? I mean how to attach the created database scripts to web setup project.?

    ASP.NET database csharp asp-net sysadmin tools
  • Login

  • Don't have an account? Register

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