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
K

kushMuchaal

@kushMuchaal
About
Posts
17
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    Hi, ok ,I have an CMRI is an Energy Meter Reading Device; I want to know the serial no. of CMRI;which is unique & provided by the manufacturer. CMRI is Ms-Dos based device. PLz help me

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    Thanks for this response; But actually have an other Electronics device Ms-DOS based, Please clerify how to retrieve the information any system which can communicate with Computer System.

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    I like to clear my problem with explanation. EX:If i used the Usb Drive(pen Drive)to my computer system; I want to extract the Serial Number or any Internal information from the memory of the USB. If u have any idea plz tell me.

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    I like clear my problem with explanation. **EX:**If i used the Usb Drive(pen Drive)to my computer system; I want to extract the Serial Number or any Internal information from the memory of the USB. If u have any idea plz tell me.

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    I m sorry;Getipaddress is used for IP Address;also we can retrieve the Motherboard number.

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    Hi! Thanks for giving interest in my problem. Acctually I have an pripherial device(MS-DOS) based;I want to retrieve their SerialNumber or any internal information. Ex. We can retrieve the Motherboard number by using getipaddress();

    C / C++ / MFC

  • Extract System's register's value by usiong 'C' language
    K kushMuchaal

    Dear sir, I want to retrieve the value of Registers of operating systems by using C language.

    C / C++ / MFC

  • Retrive System Serial Number
    K kushMuchaal

    I like to retrive the motherboad Number via DOS command by using in 'C' Language.

    C / C++ / MFC

  • Retrive System Serial Number
    K kushMuchaal

    System means our Computer system

    C / C++ / MFC

  • Retrive System Serial Number
    K kushMuchaal

    Dear Sir/Madam, I want to retrive the system's seral number via using DOS Command in Turbo C.

    C / C++ / MFC

  • Ajax Control ToolKit Error
    K kushMuchaal

    I have already register this Assembly in Header. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="MultipleSelection.ascx.cs" Inherits="MultipleSelection" %> <%@ Register Assembly="CheckBoxListExCtrl" Namespace="CheckBoxListExCtrl" TagPrefix="cc1" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc2" %

    ASP.NET csharp asp-net sysadmin help workspace

  • Menu with Ajax
    K kushMuchaal

    Dear Friend; Good Morning, As per our discussion yesterday night I am describe my problem. I am working on a website with ASP.net. I want to use AJAX Tool for making the interactive website. What is going on……? I have a Menu control with 3 menu item, every menu item has its navigation url (which are for different webpages).If I click on particular Menu Item that particular webpage execute successfully with refreshing full webpage. What I want……. After clicking the menu item specific webpage area (Content Area) should be refresh instead refresh full webpage. You can say multiple Page want to navigate from single menu item on that single webpage without refreshing full page. If u have any code (website) using with Ajax or any link on internet ;plz send me. Thanks. (kUsH:9467824565)

    ASP.NET question csharp asp-net help discussion

  • Log In Control with Ajax
    K kushMuchaal

    I have used this code;

    protected void Button1_Click1(object sender, EventArgs e)
    {

        string str = "select \* from userlogin where userid='" + this.txtuid.Text + "' and password='" + this.txtpassword.Text + "'";
        OracleDataReader dr = dms\_obj.GetDataReader(str);
        if (dr.Read())
        {
    
            Session\["username"\] = txtuid.Text;
            string sess = Convert.ToString(Session\["username"\]);
            Session\["password"\] = txtpassword.Text;
            string pass = Session\["password"\].ToString();
    
            Label1.Visible = true;
            Label1.Text = "Authentication Success";
            txtuid.Text = "";
            txtpassword.Text = "";
    
          }
        else
        {
            //Alert("Invalid User name/Password");
            Label1.Text = "InValid UserName/Password";
            txtuid.Text = "";
            txtpassword.Text = "";
        }
    }
    
    ASP.NET sysadmin security tools help

  • Log In Control with Ajax
    K kushMuchaal

    Yes Sir I have already Added to the webconfig.

    ASP.NET sysadmin security tools help

  • Ajax Control ToolKit Error
    K kushMuchaal

    I have install sucessfully AJAX Extesion & Ajax ControlToolKit for ASP.NET 2.0; AjaxControlToolKit is instaled by proper way**(D:\web_prg\ControlToolKit2.0\SampleWebSite\Bin\AjaxControlToolKit.dll)** that is provided with the SetUp(.exe) for AjaxControlKit. :) Element 'HoverMenuExtender' is not a known element. This can occur if there is a compilation error in the Web site. :doh: ScriptManager1:Unknown server tag 'asp:ScriptManager'. why these errors are Occurs.

    ASP.NET csharp asp-net sysadmin help workspace

  • Log In Control with Ajax
    K kushMuchaal

    Thanks for gving interest in my problem; Language: C# with Asp.net using AJAX After using the update panel including authentication Table(userName,Password)the following error occur; Wats the reason for this Error; Sys.WebForm.PageRequestManagerParserErrorException:THis msg recieved from the server could not be parsed.Common cause for this error are when the response is modified by calls to Response.Write(), response filters,HttpModules.or server trace is Enabled. Details:Erro parsing near' |<html> <Head> '.

    ASP.NET sysadmin security tools help

  • Log In Control with Ajax
    K kushMuchaal

    Hi friends! I am very new to Ajax. I want to use ajax in my website for making intrective;During Ajax I faced some problem ;Plz give me right direction. Problem: I have used the Login Control for Authenticatin.My Authentication function is working well; But for authentication full webpage is going to Refresh. I want to authenticate but without the full webpage refresh. Means by using the Ajax authentication should be done without full webpage refresh. Code:

    ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
    <table bordercolor="#990000">
    <tr>
    <td bgcolor="#990000" colspan="4" style="height: 12px">
    <span style="font-size: 11pt; font-family: Tahoma"><strong> <span style="font-size: 10pt"><span
    style="color: #ffffff">Utility<span> Login</span></span></span></strong></span></td>
    </tr>
    <tr>
    <td style="width: 79px; height: 29px">
    <span style="font-size: 10pt; font-family: Verdana">User ID</span></td>
    <td style="width: 92px; height: 29px">
    <asp:TextBox ID="txtuid" runat="server" Height="15px" Width="100px"></asp:TextBox></td>
    <td colspan="2" style="width: 3px; height: 29px">
    <asp:Label ID="Label3" runat="server" ForeColor="Red" Text="*" Visible="False"></asp:Label></td>
    </tr>
    <tr style="font-size: 10pt; color: #000000; font-family: Verdana">
    <td style="width: 79px">
    <span><span>Password</span></span

    ASP.NET sysadmin security tools 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