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
kushMuchaal
Posts
-
Extract System's register's value by usiong 'C' language -
Extract System's register's value by usiong 'C' languageThanks 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.
-
Extract System's register's value by usiong 'C' languageI 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.
-
Extract System's register's value by usiong 'C' languageI 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.
-
Extract System's register's value by usiong 'C' languageI m sorry;Getipaddress is used for IP Address;also we can retrieve the Motherboard number.
-
Extract System's register's value by usiong 'C' languageHi! 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();
-
Extract System's register's value by usiong 'C' languageDear sir, I want to retrieve the value of Registers of operating systems by using C language.
-
Retrive System Serial NumberI like to retrive the motherboad Number via DOS command by using in 'C' Language.
-
Retrive System Serial NumberSystem means our Computer system
-
Retrive System Serial NumberDear Sir/Madam, I want to retrive the system's seral number via using DOS Command in Turbo C.
-
Ajax Control ToolKit ErrorI 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" %
-
Menu with AjaxDear 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)
-
Log In Control with AjaxI 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 = ""; } }
-
Log In Control with AjaxYes Sir I have already Added to the webconfig.
-
Ajax Control ToolKit ErrorI 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.
-
Log In Control with AjaxThanks 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> '.
-
Log In Control with AjaxHi 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