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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

manowj

@manowj
About
Posts
106
Topics
50
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • REG: COM Component in VB.Net
    M manowj

    Hi Everyone, Is there is an replacement/Mappings for AspTypeLibrary component. I have an VB6 legacy application migrated to VB.NET . Iam searching for replacement to avoid registry entries and placing only in GAC. Req = ContextUtil.GetNamedProperty("Request") Sever = ContextUtil.GetNamedProperty("Server") Dim Appln As ASPTypeLibrary.Application Appln = ContextUtil.GetNamedProperty("Application") Any help is appreciated. Regards, Manowj

    Visual Basic csharp dotnet com sysadmin

  • Webbrowser control using IE8
    M manowj

    Hi Everyone, I am using webbrowser control in my application. After when webbrowser navigates to the specified url, it is not possible to close the browser because of tabbed browsing. Please help me in fixing the issue through code. Thanks in Advance. Regards, Manowj

    .NET (Core and Framework) help

  • XSL Drop Down
    M manowj

    Hi Everyone, Can anyone help me in xsl drop down which i need to display the selected value. I have two pages. First Page I have written a html tag in xsl which has six options say one,two.... After selecting one of the value it is stored in the database. Second Page Here also I have written the same html tag in xsl. but here the issue is i need to display the selected value which is retrieved from database. Please let me know if any one has a sample code Thanks in Advance:thumbsup:.

    Regards, Manowj

    XML / XSL help html database xml

  • XSL DropDown
    M manowj

    Hi Everyone, Can anyone help me in xsl drop down which i need to display the selected value. I have two pages. First Page I have written a html tag in xsl which has six options say one,two.... After selecting one of the value it is stored in the database. Second Page Here also I have written the same html tag in xsl. but here the issue is i need to display the selected value which is retrieved from database. Please let me know if any one has a sample code Thanks in Advance.

    Regards, Manowj

    JavaScript help html database xml

  • Disable Tabbed browsing using javascript
    M manowj

    Hi Everyone, Is it possible to close all tabs in the browser using javascript in IE7 & Firefox. Please let me know if anyone has the code. Thanks in Advance.

    Regards, Manowj

    JavaScript javascript

  • Conversion of string to Decimal
    M manowj

    Hi, I am getting the below error when i passed cm.Parameters.Add("@Qty", SqlDbType.Decimal); Failed to convert parameter value from a String to a Decimal.

    Regards, Manowj

    C# database help

  • Conversion of string to Decimal
    M manowj

    Hi Everyone, Iam struck with sending a decimal parameter to a stored procedure. Can anyone help us in this regard cm.Parameters.Add("@test", SqlDbType.Decimal);

    Regards, Manowj

    C# database help

  • casting struct to list<object></object>
    M manowj

    Hi, Thanks for your response. how can this be converted to JSON using ExtJS, json serializer is not able to convert it.

    Regards, Manowj

    modified on Thursday, November 5, 2009 7:14 AM

    C# tutorial

  • casting struct to list<object></object>
    M manowj

    Hi Everyone, I have placed a sample code below in which i need to type cast from struct to list. In this below example how i can add emp1 to operation list public struct Operation { public bool success; public string msg; public List<Object> ListTest; } public struct Emp { public int EmpID; public string EmpName; } public class Class1 { public Class1() { // // TODO: Add constructor logic here // } public void Method1() { Emp emp1 = new Emp(); Operation op = new Operation(); emp1.EmpID = 1; emp1.EmpName = "Manoj"; op.success = true; op.msg = "pass"; op.ListTest.Add(emp1); } }

    Regards, Manowj

    C# tutorial

  • Rest webservices
    M manowj

    Hi, It is not a query about article. I need more information about rest webservices with .Net2.0 attached samples. Thanks in advance.

    Regards, Manowj

    ASP.NET asp-net com json

  • Rest webservices
    M manowj

    Hi Everyone, I have referred the below url and it works fine. http://www.codeproject.com/KB/aspnet/RestServicesInASPNET2.aspx Is there any video samples available. can anyone send me a link Thanks in Advance.

    Regards, Manowj

    ASP.NET asp-net com json

  • Restful Webservices
    M manowj

    Hi Everyone, Can anyone explain me about how the process takes place behind the restful webservice. Ex: http://www.myservice.com/employee/1234 with this object how can we do all the [ADD,UPDATE] transactions. How does it differenciate, I am not clear on this.however for DELETE & Search we need only employee id. Thanks in Advance.

    Regards, Manowj

    ASP.NET com announcement

  • Restful Web services [modified]
    M manowj

    Good Article. It works , Please tell me if iam wrong , we are not using .asmx file and WSDL . Instead of these two, we have referenced the C# class library. Thanks in Advance

    Regards, Manowj

    ASP.NET wcf help

  • Restful Web services [modified]
    M manowj

    Hi Everyone, Can anyone help me out in creating a sample Hello world application using Restful webservices. Thanks in Advance.

    Regards, Manowj

    modified on Monday, May 25, 2009 6:39 AM

    ASP.NET wcf help

  • Restful Web services [modified]
    M manowj

    Hi Everyone, Can anyone help me out in creating a sample Hello world application using Restful webservices. Thanks in Advance.

    Regards, Manowj

    modified on Monday, May 25, 2009 6:40 AM

    LINQ wcf help

  • Javascript Logger
    M manowj

    Hi Everyone, I would like to know where the log is written in the below script. <script language="Javascript"> function Logger() { if (typeof Logger.single_instance === "undefined") { Logger.single_instance = this; } return Logger.single_instance; } var a = new Logger(); var b = new Logger(); alert(a==b); a.log('Some Events'); Thanks in Advance,

    Regards, Manowj

    Web Development javascript tools

  • VB.Net Installer
    M manowj

    Hi Everyone, Can anyone guide me to install a vb6 application in a dotnet machiene.

    Regards, Manowj

    Visual Basic csharp tutorial

  • Using Treeview Control
    M manowj

    Navaneeth, Eg., I have treeview like this Root -> A1 -> A B C In your case when I select A it gives Root as red in color. A should be colored as RED.(Node which is focussed). Please let me know if i am wrong.

    Regards, Manowj

    modified on Tuesday, November 11, 2008 7:54 AM

    C# help

  • Using Treeview Control
    M manowj

    I tried with "Treeview_AfterSelect", color change is not happening.

    Regards, Manowj

    C# help

  • Using Treeview Control
    M manowj

    Hi Navaneeth, Thanks for your response. Iam using VS2003 IDE. "NodeMouseClick" is not available. Please let me know how to proceed.

    Regards, Manowj

    C# help
  • Login

  • Don't have an account? Register

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