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

ParagGupta

@ParagGupta
About
Posts
28
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Change url Navigation address
    P ParagGupta

    Sorry but I am not aware of this feature. I am aware of creating only one default page that too through solution explorer in Visual Studio. I dont have any idea about how to create multiple default pages at different directory levels. (i.e. if I have 3 different folders then we should have 4 default pages one each for folder and one as home page for website) Can you please guide me over this. I am using IIS 5. Regards, Parag

    ASP.NET

  • How to Change url Navigation address
    P ParagGupta

    Thanks Christian for your answer but I dont think that it will help. As we already have a default page as in www.websitename.com/default.aspx is default page.... and I am talking about creating default pages at directory level As in www.websitename.com/dir1 should navigate to www.websitename.com/dir1/default1.aspx and www.websitename.com/dir2 should navigate to www.websitename.com/dir2/default1.aspx .... Regards, Parag

    ASP.NET

  • How to Change url Navigation address
    P ParagGupta

    Hi, I would like to know how to perform following action. In our website there is a page as "www.websitename.com/temp/default.aspx" Now in case user put "www.websitename.com/temp" or "www.websitename.com/temp/" in address bar then we would like to navigate it to our page "www.websitename.com/temp/default.aspx". I have tried url rewriting under application_beginrequest event in global.ascx but when it is not working. How can it be done? Please help... Regards, PG

    ASP.NET

  • Move a 3D object on screen.
    P ParagGupta

    Hi, I have 3D cube which I want to move anywhere on screen on mouse move or mouse click. As whenever I tried to move it using mouse it rotates around some point (origin). Is there any method to move this point (origin) anywhere else on screen. e.g. in this example of a 3D book (www.codeproject.com/KB/WPF/3D-BookWriter.aspx) if you reduce the size of book (by holding right click on black portion and dragging it to left) and try to move it around then you will see it rotates around some point. I just want to move it to say Bottom Right corner of screen. Thanks for any help in advance. Regards, Parag

    WPF csharp wpf com help tutorial

  • Wrong urls pointing to correct page.
    P ParagGupta

    Hi, The problem is that on server we have only one page i.e. a_b.aspx and but it is showing both. The page a b.aspx have no existence. If you compare source code for both the files then you will see that both are identical except the names. Regards, Parag

    Web Development help csharp asp-net wpf com

  • Wrong urls pointing to correct page.
    P ParagGupta

    Hi Aman, Here are the urls. Wrong one: "http://www.nagarro.com/Technologies/Java Development.aspx" Correct One: "http://www.nagarro.com/Technologies/Java\_Development.aspx" There wasn't code change I just changed the urlname as I am using Kentico to manage this site and there we can create many pages from one template and modify content easily depending on requirement. Regards, Parag

    Web Development help csharp asp-net wpf com

  • Wrong urls pointing to correct page.
    P ParagGupta

    Well Thanks for the response but it isn't helpful indeed. :(

    Web Development help csharp asp-net wpf com

  • Wrong urls pointing to correct page.
    P ParagGupta

    Hi, We have a website created using some templates in ASP.NET 1.1. and pages are manages using Kentico. Earlier we have some url's having space(' ') in them we changed those space by underscore ('_') in those pages. Lets suppose initially it was "www.xyz.com/abs pqr.aspx" and we changed it to "www.xyz.com/abs_pqr.aspx". Now the problem is that it is showing same page on both the url's (with space and underscore), even search results on google shows url with old paths i.e. with Space between 2 words. So on clicking on them correct page is opening but with wrong url. Ideally it should have to show that Page not found error. So now we have same page opening for 2 url's as follows in which second one doesn't exists. "www.xyz.com/abs_pqr.aspx" (Current URL) "www.xyz.com/abs pqr.aspx" (Old/Non-existent URL) Can someone please tell me why this is happening, and what's solution for it. Regards, Parag Regards, Parag

    Web Development help csharp asp-net wpf com

  • Getting some error on website
    P ParagGupta

    Hi, From yesterday we are facing some problem on German pages of our website. Till yesterday it was working fine but since yesterday it starts showing javascript error. On debugging it opens guide.opendns.com in Visual Studio. I am clueless about the issue can someone help please. If you have JS debugging enabled on your page then you yourself can check the issue by opening the page on IE (http://www.nagarro.de/default.aspx). And now it is also taking significant amount of time to load. Thanks in advance. Regards, Parag

    ASP.NET help javascript csharp visual-studio com

  • Changes in clipboard
    P ParagGupta

    Hi, Is there any event that handles anykind of changes done on clipboard Thanks in advance Parag Gupta

    Visual Basic

  • Serialize the class
    P ParagGupta

    Hi, Well thanks for all your responses. But I cant use any of these as the porblem using these are : 1. I dont know which properties it will use and so i cant change the name. 2. Binary cant be used as it wont support if i made any changes for reading/writing from/in the file. Isn't there any method that can distinguish each into different regions like ......... all the properties in employee....... <\employee>

    ........ all the properties in address......... <\address> .......

    Visual Basic help wcf xml json

  • Serialize the class
    P ParagGupta

    Hi Here is the class structure in which i am facing the problem Class1 : User Properties: Name, Phone No, City Class2 : Address Properties: Street, City Now i am serializing the User class and also add an object of address class in it to serialize it too. the error that I'm gettin is regarding double entry of a property (City) in the file. Is there any method using which i can distinguish between the two properties with same name but from different classes. I and using SOAP for serialization Thanks in advance Parag

    Visual Basic help wcf xml json

  • Adding image in a combobox in a datagrid with text
    P ParagGupta

    Hi, I have a datagridview (.NET 2.0) In one column I had placed combobox to select values. I would like to add the images with this values in the combobox How can I do this Thanks in advance Parag

    Visual Basic csharp question

  • Attach to process
    P ParagGupta

    Hi, I would like to know how can I debug through multiple application at a time from a piece of code. Like to perform "attach to process (Ctrl+Alt+P)" through code. Any response in heartily welcome. Thanks in advance Regards Parag

    Visual Basic debugging question

  • Debug with running exe
    P ParagGupta

    Hi, I would like to know how to debug through a code with running an exe. e.g. I have a class library in which some functions are defined and a windows application that dynamically (while running) loads and calls the functions from the class library. Currently what I can do is that while running I can debug through the main application, but not in class library. What i need is the functionality in which I can debug through the class library also? Please Help Thanks in advance... Regards, Parag Gupta

    Visual Basic debugging help tutorial question

  • Writing message in eventlog
    P ParagGupta

    Hi All, I am developing a windows application. In that application I have to write an entry in eventlog at the time when the application is closed. The problem is that application dont have any UI(User Interface) so it can closed only through taskmanager. So is there any method or exception to catch it and then send an entry catching it in eventlog. Regards, Parag

    C# design help

  • Reflections
    P ParagGupta

    How to get the values of some properties in the class Like I have a Class ... Class1 in which some properties are defined say FName, LName.. What I want is that I want to apply this thing to many classes of which I don't know the properties that it contains as in.... in class1 it may be FName or LName but what is in class 2 I don't know I want to have some common code that will apply for all the classes I want. the problem with this one is that here I have to call the values of all the properties individually How can I do this? Please reply. Thanks in Advance Parag Gupta

    C# question help tutorial

  • Regarding Reflections
    P ParagGupta

    Sorry, but that is not what exactly I want What I want is that I want to apply this thing to many classes of which I don't know the properties that it contains as in.... in class1 it may be FName or LName but what is in class 2 I don't know I want to have some common code that will apply for all the classes I want. the problem with this one is that here I have to call the values of all the properties individually Please reply. Thanks in Advance

    C# question tutorial

  • Regarding Reflections
    P ParagGupta

    How to gate the values of some properties in the class Like I have a Class ... Class1 in which some properties are defined say FName, LName.. Now what I have to recieve is the values that are stores in these Properties and then write them in comma separated form in a text file How can I do this? Parag Gupta

    C# question tutorial

  • Problem with MDI forms
    P ParagGupta

    Ok take an example I have an initial form a Login form on this form I have labels and text boxes for loginid and Password, and tqo buttons Login(for existing user) and Signup(if new user) now there is an MDI window FORM now if the Login button is clicked then user must enter his home page form in the MDI window FORM, and if SignUp is clicked then SignUp form must open in the same MDI window FORM.......... That is what i want I hope its clear now

    C# help 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