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
V

vamsimohan21

@vamsimohan21
About
Posts
45
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WebServices Access
    V vamsimohan21

    We have a web service which is deployed which is beyond Microsoft TMG. If I try to POST the SOAP data using HttpRequest I am able to get the response. The problem is I am unable to access the same though the client accessing the web service (I believe the TMG is rejecting). I tried the below steps to pass the authentication 1) Passing credentials using Network Credentials 2) Passing Credential Cache using BASIC authentication 3) But trying to post the HTTP using Fiddler it works. Is there any option that I can get the response back to client from web service.

    Thanks In Advance

    C# wcf sysadmin security xml help

  • Serialization
    V vamsimohan21

    Sorry for my bad english, I am trying to do some thig like below Class A : Base { \\do somethig } Class B : Base { \\do somethig } Class Base { \\do something } Class Test : CustomCollection { \\do methods like Add,Remove..... } Class Main { Test Obj = new Test Obj.Add(A); Obj.Add(B); } Now I want to pass the Obj object from Main call to a webservice How can I achieve this?

    Thanks In Advance

    C# tutorial csharp json question

  • Serialization
    V vamsimohan21

    I have a list which is derived from CollectionBase, and it contains a list of User objects, which I want to Serialize. Is there anywhere where I can find how to decode it so that it recognizes what objects are held in my list? or an example in C# prefereably?

    Thanks In Advance

    C# tutorial csharp json question

  • calling stored procedure in case statement - Sql Server 2000
    V vamsimohan21

    Can any one please tell me how to call a stored procedure from case statement.

    Thanks In Advance

    Database database sql-server sysadmin tutorial

  • StoredProc & Web service
    V vamsimohan21

    Is it possible to call a web service from Stored Procedure (Sql Server 2000), If so how can we achieve this?

    Thanks In Advance

    IT & Infrastructure database sql-server sysadmin question

  • Stored Proc & Web service
    V vamsimohan21

    Is it possible to call a web service from Stored Procedure (Sql Server 2000), If so how can we achieve this?

    Thanks In Advance

    Database database sql-server sysadmin question

  • VSTS 2005 conversion wizard Issue
    V vamsimohan21

    We converted the .Net 1.1 ver code to .Net 2.0 code and was working fine then we checkedin the code(Converter latest 2.0 ver ).After again downloading the .Net 2.0 code in build machine it's again prompts for conversion wizard. We compared each file by file there is no difference. We have no clue why again it's asking for conversion again Any Ideas would be Appreciated.

    Thanks In Advance

    ASP.NET csharp help

  • Info req for UIPAB & EWorldUI Calendar Control
    V vamsimohan21

    1)Has any one used UIPAB1.0 (Microsoft UIP) targeting .net2.0, If so please send me the link for the source code or list of possible issues. 2)Has any one used the EWorld Calendar control(v1.9) using .net2.0

    Thanks In Advance

    ASP.NET csharp

  • tab control
    V vamsimohan21

    I am using Microsoft.Web.UI.WebControls(tab control and multi page) , in Localhost it run good , in my hosting when i view by IE it don't appear the tab but view by Firefox it appear. Why? Please help me. Thanks

    Thanks In Advance

    ASP.NET design hosting help question

  • problem with https
    V vamsimohan21

    Hi, Here is my problem: I created a try.htm on my server, which contains a link to the default.aspx page. if I use http://localhost/try.htm, and click the link, then in default.aspx, I could get the correct HttpContext.Current.Request.UrlReferrer. but if I use https://localhost/try.htm (my server could use https), and click the link, then in default.aspx, the correct HttpContext.Current.Request.UrlReferrer is null. Is that by design that UrlReferrer is null when it is from a https url? If so, how could I still get the https://localhost/try.htm in default.aspx? if not, how should I correct it?

    Thanks In Advance

    C# design sysadmin help question

  • How to merge rows in datagrid
    V vamsimohan21

    There are three columns in a datagrid and first column will always contains values(for ex 4 records) but the second & third column may contain only 1 value or 4 records so kindly let me know in this type of scenario how to merge the rows and display the single value in middle against the first column values. Thanks In Advance

    Thanks In Advance

    C# tutorial

  • How to merge rows in datagrid
    V vamsimohan21

    There are three columns in a datagrid and first column will always contains values(for ex 4 records) but the second & third column may contain only 1 value or 4 records so kindly let me know in this type of scenario how to merge the rows and display the single value in middle against the first column values.

    Thanks In Advance

    ASP.NET tutorial

  • Problem with image button
    V vamsimohan21

    I am sorry that i am in situation that I would not be able to expose the code, but the for all other controls in the same page in firefox java script works fine except for the image button control.

    Thanks In Advance

    C# csharp java tools help

  • Problem with image button
    V vamsimohan21

    I am Sorry for that i missed a word in the previous post so i posted again

    Thanks In Advance

    C# csharp java sysadmin tools help

  • Problem with image button
    V vamsimohan21

    I have a java script tagged to a asp image button server control , the java script fires and works perfectly in IE but not in firefox ,Any asumptions. (I am .net 1.1 and and added the java script in code-behind using attributes)

    Thanks In Advance

    C# csharp java sysadmin tools help

  • Problem with image button
    V vamsimohan21

    I have a java script tagged to a control , the java script fires and works perfectly in IE but not in firefox ,Any asumptions. (I am .net 1.1 and and added the java script in code-behind using attributes)

    Thanks In Advance

    C# csharp java tools help

  • Dll reference problem
    V vamsimohan21

    Thank you so much for the response guys. Here below is the peice of code which i tried it but failed :-( Assembly SampleAssembly; System.Reflection.AssemblyName objName = new AssemblyName(); objName.CodeBase = "D:\\Debug\\Utilities.EncryptParm.dll"; SampleAssembly = Assembly.Load(objName); Type[] Types = SampleAssembly.GetTypes(); foreach (Type oType in Types) { Console.WriteLine(oType.Name.ToString()); if(oType.Name == "EncryptParm") { string[] encryptValues = {"4865","78043","GABRIELEZZ"}; string encryptKey = "CF2ASP?73ejb01"; Utilities.EncryptParm encryptor = new Utilities.EncryptParm(); string encryptedId = encryptor.Encrypt( encryptKey, encryptValues); Console.WriteLine(encryptedId); Console.ReadLine(); } } Please rectify me for any correction

    Thanks In Advance

    C# csharp help tutorial

  • Dll reference problem
    V vamsimohan21

    I want to add another external dll to this file for example add.dll to this file test.cs

    ALL THE BEST

    C# csharp help tutorial

  • Dll reference problem
    V vamsimohan21

    I have only one c# file (there is no solution file it's just a class file),here please tell me how to add a reference for a dll during runtime

    Thank In Advance

    C# csharp help tutorial

  • How to serialize a C# class [modified]
    V vamsimohan21

    I may not be sure about my reply but we can create a class with the structure and define the properties for each field in the class ex: class MyObject { int _intVar; [XmlElement("IntVar")] public int IntVar { get { return _intVar; } set { _intVar = value; } } } where the xml file contains the IntVar element. Using the XmlElement related attributes for serializing and deserializing can be achieved.

    ALL THE BEST

    C# csharp xml json tutorial 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